Shades of Deep Cerise #DC299E
Tints of Deep Cerise #DC299E
RGB
CMYK
RGB Variations
Color information
#DC299E (or 0xDC299E) is known color: Deep Cerise. HEX triplet: DC, 29 and 9E. RGB value is (220,41,158). Sum of RGB (Red+Green+Blue) = 220+41+158=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 41 (16.41% from 255 or 9.79% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC299E is #23D661. Grayscale: #6B6B6B. Windows color (decimal): -2348642 or 10365404. OLE color: 10365404.
HSL color Cylindrical-coordinate representation of color #DC299E: hue angle of 320.78º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC299E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 158 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.14 |
| HSL | 320.78º | 0.72% | 0.51% | - |
| HSV(B) | 320.78º | 0.81% | 0.86% | - |
| XYZ | 36.48 | 19.27 | 34.14 | - |
| YUV | 107.86 | 156.3 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 158 | 0 | 0.81 | 0.28 | 0.14 | 320.78 | 0.72 | 0.51 |
| Hex | DC | 29 | 9E | 0 | 51 | 1C | E | 141 | 48 | 33 |
| Octal | 334 | 51 | 236 | 0 | 121 | 34 | 16 | 501 | 110 | 63 |
| Binary | 11011100 | 101001 | 10011110 | 0 | 1010001 | 11100 | 1110 | 101000001 | 1001000 | 110011 |
Color Harmonies of #DC299E
Complementary color
Monochromatic Colors of #DC299E
Black with #DC299E
Text Example
Text Example
White with #DC299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC299E; }
p { color: rgb(220,41,158); }
H1.HeaderClassName
{
color: #DC299E;
}
.AnyTagClassName
{
color: #DC299E;
}
</style>
background-color css
<style>
a { background-color: #DC299E; }
a { background-color: rgb(220,41,158); }
div.DivClassName
{
background-color: #DC299E;
}
.BgClassName
{
background-color: #DC299E;
}
</style>
border-color css
<style>
span { border-color: #DC299E; }
span { border-color: rgb(220,41,158); }
td.TdClassName
{
border-color: #DC299E;
}
.TagClassName
{
border-color: #DC299E;
}
</style>