Shades of Deep Cerise #DC4296
Tints of Deep Cerise #DC4296
RGB
CMYK
RGB Variations
Color information
#DC4296 (or 0xDC4296) is known color: Deep Cerise. HEX triplet: DC, 42 and 96. RGB value is (220,66,150). Sum of RGB (Red+Green+Blue) = 220+66+150=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4296 is #23BD69. Grayscale: #797979. Windows color (decimal): -2342250 or 9847516. OLE color: 9847516.
HSL color Cylindrical-coordinate representation of color #DC4296: hue angle of 327.27º 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 #DC4296 is Cyan = 0, Magento = 0.7, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 150 | - |
| CMYK | 0 | 0.7 | 0.32 | 0.14 |
| HSL | 327.27º | 0.69% | 0.56% | - |
| HSV(B) | 327.27º | 0.7% | 0.86% | - |
| XYZ | 36.97 | 21.31 | 31.02 | - |
| YUV | 121.62 | 144.02 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 150 | 0 | 0.7 | 0.32 | 0.14 | 327.27 | 0.69 | 0.56 |
| Hex | DC | 42 | 96 | 0 | 46 | 20 | E | 147 | 45 | 38 |
| Octal | 334 | 102 | 226 | 0 | 106 | 40 | 16 | 507 | 105 | 70 |
| Binary | 11011100 | 1000010 | 10010110 | 0 | 1000110 | 100000 | 1110 | 101000111 | 1000101 | 111000 |
Color Harmonies of #DC4296
Complementary color
Monochromatic Colors of #DC4296
Black with #DC4296
Text Example
Text Example
White with #DC4296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4296; }
p { color: rgb(220,66,150); }
H1.HeaderClassName
{
color: #DC4296;
}
.AnyTagClassName
{
color: #DC4296;
}
</style>
background-color css
<style>
a { background-color: #DC4296; }
a { background-color: rgb(220,66,150); }
div.DivClassName
{
background-color: #DC4296;
}
.BgClassName
{
background-color: #DC4296;
}
</style>
border-color css
<style>
span { border-color: #DC4296; }
span { border-color: rgb(220,66,150); }
td.TdClassName
{
border-color: #DC4296;
}
.TagClassName
{
border-color: #DC4296;
}
</style>