#DC4199

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

Shades of Deep Cerise #DC4199

Tints of Deep Cerise #DC4199

Color information

#DC4199 (or 0xDC4199) is unknown color: approx Deep Cerise. HEX triplet: DC, 41 and 99. RGB value is (220,65,153). Sum of RGB (Red+Green+Blue) = 220+65+153=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4199 is #23BE66. Grayscale: #797979. Windows color (decimal): -2342503 or 10043868. OLE color: 10043868.

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

Color convert

RGB22065153-
CMYK00.700.300.14
HSL325.94º68.89%55.88%-
HSV(B)325.94º70.45%86.27%-
XYZ37.1621.332.29-
YUV121.38145.85198.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.23%
GREEN value IS 65 (25.78% from 255) = 14.84%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=50.23%
G=14.84%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206515300.700.300.14325.9468.8955.88
HexDC41990461EE1464538
Octal3341012310106361650610570
Binary11011100100000110011001010001101111011101010001101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4199; }

 p { color: rgb(220,65,153); }

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

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

 a { background-color: rgb(220,65,153); }

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

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

 span { border-color: rgb(220,65,153); }

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