Shades of Deep Cerise #DC2E99
Tints of Deep Cerise #DC2E99
RGB
CMYK
RGB Variations
Color information
#DC2E99 (or 0xDC2E99) is known color: Deep Cerise. HEX triplet: DC, 2E and 99. RGB value is (220,46,153). Sum of RGB (Red+Green+Blue) = 220+46+153=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E99 is #23D166. Grayscale: #6D6D6D. Windows color (decimal): -2347367 or 10039004. OLE color: 10039004.
HSL color Cylindrical-coordinate representation of color #DC2E99: hue angle of 323.1º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2E99 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 46 | 153 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.14 |
| HSL | 323.1º | 0.71% | 0.52% | - |
| HSV(B) | 323.1º | 0.79% | 0.86% | - |
| XYZ | 36.24 | 19.47 | 31.98 | - |
| YUV | 110.22 | 152.15 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 46 | 153 | 0 | 0.79 | 0.30 | 0.14 | 323.1 | 0.71 | 0.52 |
| Hex | DC | 2E | 99 | 0 | 4F | 1E | E | 143 | 47 | 34 |
| Octal | 334 | 56 | 231 | 0 | 117 | 36 | 16 | 503 | 107 | 64 |
| Binary | 11011100 | 101110 | 10011001 | 0 | 1001111 | 11110 | 1110 | 101000011 | 1000111 | 110100 |
Color Harmonies of #DC2E99
Complementary color
Monochromatic Colors of #DC2E99
Black with #DC2E99
Text Example
Text Example
White with #DC2E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2E99; }
p { color: rgb(220,46,153); }
H1.HeaderClassName
{
color: #DC2E99;
}
.AnyTagClassName
{
color: #DC2E99;
}
</style>
background-color css
<style>
a { background-color: #DC2E99; }
a { background-color: rgb(220,46,153); }
div.DivClassName
{
background-color: #DC2E99;
}
.BgClassName
{
background-color: #DC2E99;
}
</style>
border-color css
<style>
span { border-color: #DC2E99; }
span { border-color: rgb(220,46,153); }
td.TdClassName
{
border-color: #DC2E99;
}
.TagClassName
{
border-color: #DC2E99;
}
</style>