#DC4092

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

Shades of Deep Cerise #DC4092

Tints of Deep Cerise #DC4092

Color information

#DC4092 (or 0xDC4092) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and 92. RGB value is (220,64,146). Sum of RGB (Red+Green+Blue) = 220+64+146=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4092 is #23BF6D. Grayscale: #777777. Windows color (decimal): -2342766 or 9584860. OLE color: 9584860.

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

Color convert

RGB22064146-
CMYK00.710.340.14
HSL328.46º69.03%55.69%-
HSV(B)328.46º70.91%86.27%-
XYZ36.5420.9629.31-
YUV119.99142.68199.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.16%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=51.16%
G=14.88%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206414600.710.340.14328.4669.0355.69
HexDC409204722E1484538
Octal3341002220107421651010570
Binary110111001000000100100100100011110001011101010010001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4092; }

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

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

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

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

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

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

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

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