#DC399C

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

Shades of Deep Cerise #DC399C

Tints of Deep Cerise #DC399C

Color information

#DC399C (or 0xDC399C) is unknown color: approx Deep Cerise. HEX triplet: DC, 39 and 9C. RGB value is (220,57,156). Sum of RGB (Red+Green+Blue) = 220+57+156=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC399C is #23C663. Grayscale: #747474. Windows color (decimal): -2344548 or 10238428. OLE color: 10238428.

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

Color convert

RGB22057156-
CMYK00.740.290.14
HSL323.56º69.96%54.31%-
HSV(B)323.56º74.09%86.27%-
XYZ36.9820.5433.47-
YUV117.02150201.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.81%
GREEN value IS 57 (22.66% from 255) = 13.16%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=50.81%
G=13.16%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2205715600.740.290.14323.5669.9654.31
HexDC399C04A1DE1444636
Octal334712340112351650410666
Binary1101110011100110011100010010101110111101010001001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC399C; }

 p { color: rgb(220,57,156); }

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

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

 a { background-color: rgb(220,57,156); }

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

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

 span { border-color: rgb(220,57,156); }

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