#D14064

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

Shades of Cerise #D14064

Tints of Cerise #D14064

Color information

#D14064 (or 0xD14064) is unknown color: approx Cerise. HEX triplet: D1, 40 and 64. RGB value is (209,64,100). Sum of RGB (Red+Green+Blue) = 209+64+100=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D14064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14064 is #2EBF9B. Grayscale: #6F6F6F. Windows color (decimal): -3063708 or 6570193. OLE color: 6570193.

HSL color Cylindrical-coordinate representation of color #D14064: hue angle of 345.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14064 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB20964100-
CMYK00.690.520.18
HSL345.1º61.18%53.53%-
HSV(B)345.1º69.38%81.96%-
XYZ30.4318.1413.95-
YUV111.46121.54197.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=56.03%
G=17.16%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096410000.690.520.18345.161.1853.53
HexD1406404534121593d36
Octal321100144010564225317566
Binary11010001100000011001000100010111010010010101011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D14064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D14064; }

 p { color: rgb(209,64,100); }

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

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

 a { background-color: rgb(209,64,100); }

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

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

 span { border-color: rgb(209,64,100); }

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