#D9408E

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

Shades of Deep Cerise #D9408E

Tints of Deep Cerise #D9408E

Color information

#D9408E (or 0xD9408E) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 8E. RGB value is (217,64,142). Sum of RGB (Red+Green+Blue) = 217+64+142=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9408E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9408E is #26BF71. Grayscale: #767676. Windows color (decimal): -2539378 or 9322713. OLE color: 9322713.

HSL color Cylindrical-coordinate representation of color #D9408E: hue angle of 329.41º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9408E is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21764142-
CMYK00.710.350.15
HSL329.41º66.81%55.1%-
HSV(B)329.41º70.51%85.1%-
XYZ35.3320.3727.66-
YUV118.64141.19198.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.30%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=51.30%
G=15.13%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176414200.710.350.15329.4166.8155.1
HexD9408E04723F1494337
Octal3311002160107431751110367
Binary110110011000000100011100100011110001111111010010011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9408E; }

 p { color: rgb(217,64,142); }

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

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

 a { background-color: rgb(217,64,142); }

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

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

 span { border-color: rgb(217,64,142); }

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