#D13368

Color #D13368 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D13368

Tints of Cerise #D13368

Color information

#D13368 (or 0xD13368) is unknown color: approx Cerise. HEX triplet: D1, 33 and 68. RGB value is (209,51,104). Sum of RGB (Red+Green+Blue) = 209+51+104=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D13368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13368 is #2ECC97. Grayscale: #686868. Windows color (decimal): -3067032 or 6829009. OLE color: 6829009.

HSL color Cylindrical-coordinate representation of color #D13368: hue angle of 339.87º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13368 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20951104-
CMYK00.760.500.18
HSL339.87º63.2%50.98%-
HSV(B)339.87º75.6%81.96%-
XYZ29.9816.9214.78-
YUV104.28127.85202.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 57.42%
GREEN value IS 51 (20.31% from 255) = 14.01%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=57.42%
G=14.01%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2095110400.760.500.18339.8763.250.98
HexD1336804C32121543f33
Octal32163150011462225247763
Binary1101000111001111010000100110011001010010101010100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13368; }

 p { color: rgb(209,51,104); }

 H1.HeaderClassName
 {
   color: #D13368;
 }
 .AnyTagClassName
 {
   color: #D13368;
 }
</style>
background-color css

<style>
 a { background-color: #D13368; }

 a { background-color: rgb(209,51,104); }

 div.DivClassName
 {
   background-color: #D13368;
 }
 .BgClassName
 {
   background-color: #D13368;
 }
</style>
border-color css

<style>
 span { border-color: #D13368; }

 span { border-color: rgb(209,51,104); }

 td.TdClassName
 {
   border-color: #D13368;
 }
 .TagClassName
 {
   border-color: #D13368;
 }
</style>