#D9408C

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

Shades of Deep Cerise #D9408C

Tints of Deep Cerise #D9408C

Color information

#D9408C (or 0xD9408C) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 8C. RGB value is (217,64,140). Sum of RGB (Red+Green+Blue) = 217+64+140=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D9408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9408C is #26BF73. Grayscale: #767676. Windows color (decimal): -2539380 or 9191641. OLE color: 9191641.

HSL color Cylindrical-coordinate representation of color #D9408C: hue angle of 330.2º 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 #D9408C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB21764140-
CMYK00.710.350.15
HSL330.2º66.81%55.1%-
HSV(B)330.2º70.51%85.1%-
XYZ35.1820.3126.88-
YUV118.41140.19198.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 64 (25.39% from 255) = 15.20%
BLUE value IS 140 (55.08% from 255) = 33.25%
R=51.54%
G=15.20%
B=33.25%

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
Decimal2176414000.710.350.15330.266.8155.1
HexD9408C04723F14a4337
Octal3311002140107431751210367
Binary110110011000000100011000100011110001111111010010101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9408C; }

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

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

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

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

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

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

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

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