#D9409B

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

Shades of Deep Cerise #D9409B

Tints of Deep Cerise #D9409B

Color information

#D9409B (or 0xD9409B) is unknown color: approx Deep Cerise. HEX triplet: D9, 40 and 9B. RGB value is (217,64,155). Sum of RGB (Red+Green+Blue) = 217+64+155=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9409B is #26BF64. Grayscale: #777777. Windows color (decimal): -2539365 or 10174681. OLE color: 10174681.

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

Color convert

RGB21764155-
CMYK00.710.290.15
HSL324.31º66.81%55.1%-
HSV(B)324.31º70.51%85.1%-
XYZ36.3720.7933.11-
YUV120.12147.69197.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 64 (25.39% from 255) = 14.68%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=49.77%
G=14.68%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176415500.710.290.15324.3166.8155.1
HexD9409B0471DF1444337
Octal3311002330107351750410367
Binary11011001100000010011011010001111110111111010001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9409B; }

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

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

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

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

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

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

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

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