Shades of Deep Cerise #DC4392
Tints of Deep Cerise #DC4392
RGB
CMYK
RGB Variations
Color information
#DC4392 (or 0xDC4392) is known color: Deep Cerise. HEX triplet: DC, 43 and 92. RGB value is (220,67,146). Sum of RGB (Red+Green+Blue) = 220+67+146=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4392 is #23BC6D. Grayscale: #797979. Windows color (decimal): -2341998 or 9585628. OLE color: 9585628.
HSL color Cylindrical-coordinate representation of color #DC4392: hue angle of 329.02º 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 #DC4392 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 146 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.14 |
| HSL | 329.02º | 0.69% | 0.56% | - |
| HSV(B) | 329.02º | 0.7% | 0.86% | - |
| XYZ | 36.71 | 21.31 | 29.37 | - |
| YUV | 121.75 | 141.69 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 146 | 0 | 0.70 | 0.34 | 0.14 | 329.02 | 0.69 | 0.56 |
| Hex | DC | 43 | 92 | 0 | 46 | 22 | E | 149 | 45 | 38 |
| Octal | 334 | 103 | 222 | 0 | 106 | 42 | 16 | 511 | 105 | 70 |
| Binary | 11011100 | 1000011 | 10010010 | 0 | 1000110 | 100010 | 1110 | 101001001 | 1000101 | 111000 |
Color Harmonies of #DC4392
Complementary color
Monochromatic Colors of #DC4392
Black with #DC4392
Text Example
Text Example
White with #DC4392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4392; }
p { color: rgb(220,67,146); }
H1.HeaderClassName
{
color: #DC4392;
}
.AnyTagClassName
{
color: #DC4392;
}
</style>
background-color css
<style>
a { background-color: #DC4392; }
a { background-color: rgb(220,67,146); }
div.DivClassName
{
background-color: #DC4392;
}
.BgClassName
{
background-color: #DC4392;
}
</style>
border-color css
<style>
span { border-color: #DC4392; }
span { border-color: rgb(220,67,146); }
td.TdClassName
{
border-color: #DC4392;
}
.TagClassName
{
border-color: #DC4392;
}
</style>