#DC3C9E

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

Shades of Deep Cerise #DC3C9E

Tints of Deep Cerise #DC3C9E

Color information

#DC3C9E (or 0xDC3C9E) is unknown color: approx Deep Cerise. HEX triplet: DC, 3C and 9E. RGB value is (220,60,158). Sum of RGB (Red+Green+Blue) = 220+60+158=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3C9E is #23C361. Grayscale: #767676. Windows color (decimal): -2343778 or 10370268. OLE color: 10370268.

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

Color convert

RGB22060158-
CMYK00.730.280.14
HSL323.25º69.57%54.9%-
HSV(B)323.25º72.73%86.27%-
XYZ37.320.9234.42-
YUV119.01150.01200.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 60 (23.83% from 255) = 13.70%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=50.23%
G=13.70%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206015800.730.280.14323.2569.5754.9
HexDC3C9E0491CE1434637
Octal334742360111341650310667
Binary1101110011110010011110010010011110011101010000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3C9E; }

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

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

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

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

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

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

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

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