Shades of Deep Cerise #DC2599
Tints of Deep Cerise #DC2599
RGB
CMYK
RGB Variations
Color information
#DC2599 (or 0xDC2599) is known color: Deep Cerise. HEX triplet: DC, 25 and 99. RGB value is (220,37,153). Sum of RGB (Red+Green+Blue) = 220+37+153=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2599 is #23DA66. Grayscale: #686868. Windows color (decimal): -2349671 or 10036700. OLE color: 10036700.
HSL color Cylindrical-coordinate representation of color #DC2599: hue angle of 321.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2599 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 153 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.14 |
| HSL | 321.97º | 0.72% | 0.5% | - |
| HSV(B) | 321.97º | 0.83% | 0.86% | - |
| XYZ | 35.93 | 18.84 | 31.88 | - |
| YUV | 104.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 153 | 0 | 0.83 | 0.30 | 0.14 | 321.97 | 0.72 | 0.5 |
| Hex | DC | 25 | 99 | 0 | 53 | 1E | E | 142 | 48 | 32 |
| Octal | 334 | 45 | 231 | 0 | 123 | 36 | 16 | 502 | 110 | 62 |
| Binary | 11011100 | 100101 | 10011001 | 0 | 1010011 | 11110 | 1110 | 101000010 | 1001000 | 110010 |
Color Harmonies of #DC2599
Complementary color
Monochromatic Colors of #DC2599
Black with #DC2599
Text Example
Text Example
White with #DC2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2599; }
p { color: rgb(220,37,153); }
H1.HeaderClassName
{
color: #DC2599;
}
.AnyTagClassName
{
color: #DC2599;
}
</style>
background-color css
<style>
a { background-color: #DC2599; }
a { background-color: rgb(220,37,153); }
div.DivClassName
{
background-color: #DC2599;
}
.BgClassName
{
background-color: #DC2599;
}
</style>
border-color css
<style>
span { border-color: #DC2599; }
span { border-color: rgb(220,37,153); }
td.TdClassName
{
border-color: #DC2599;
}
.TagClassName
{
border-color: #DC2599;
}
</style>