#DC409E

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

Shades of Deep Cerise #DC409E

Tints of Deep Cerise #DC409E

Color information

#DC409E (or 0xDC409E) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and 9E. RGB value is (220,64,158). Sum of RGB (Red+Green+Blue) = 220+64+158=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 64 (25.39% from 255 or 14.48% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC409E is #23BF61. Grayscale: #797979. Windows color (decimal): -2342754 or 10371292. OLE color: 10371292.

HSL color Cylindrical-coordinate representation of color #DC409E: hue angle of 323.85º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC409E is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB22064158-
CMYK00.710.280.14
HSL323.85º69.03%55.69%-
HSV(B)323.85º70.91%86.27%-
XYZ37.5221.3534.49-
YUV121.36148.68198.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 64 (25.39% from 255) = 14.48%
BLUE value IS 158 (62.11% from 255) = 35.75%
R=49.77%
G=14.48%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206415800.710.280.14323.8569.0355.69
HexDC409E0471CE1444538
Octal3341002360107341650410570
Binary11011100100000010011110010001111110011101010001001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC409E; }

 p { color: rgb(220,64,158); }

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

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

 a { background-color: rgb(220,64,158); }

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

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

 span { border-color: rgb(220,64,158); }

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