Shades of Deep Cerise #DD2599
Tints of Deep Cerise #DD2599
RGB
CMYK
RGB Variations
Color information
#DD2599 (or 0xDD2599) is known color: Deep Cerise. HEX triplet: DD, 25 and 99. RGB value is (221,37,153). Sum of RGB (Red+Green+Blue) = 221+37+153=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2599 is #22DA66. Grayscale: #686868. Windows color (decimal): -2284135 or 10036701. OLE color: 10036701.
HSL color Cylindrical-coordinate representation of color #DD2599: hue angle of 322.17º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2599 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 153 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.13 |
| HSL | 322.17º | 0.73% | 0.51% | - |
| HSV(B) | 322.17º | 0.83% | 0.87% | - |
| XYZ | 36.23 | 19 | 31.89 | - |
| YUV | 105.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 153 | 0 | 0.83 | 0.31 | 0.13 | 322.17 | 0.73 | 0.51 |
| Hex | DD | 25 | 99 | 0 | 53 | 1F | D | 142 | 49 | 33 |
| Octal | 335 | 45 | 231 | 0 | 123 | 37 | 15 | 502 | 111 | 63 |
| Binary | 11011101 | 100101 | 10011001 | 0 | 1010011 | 11111 | 1101 | 101000010 | 1001001 | 110011 |
Color Harmonies of #DD2599
Complementary color
Monochromatic Colors of #DD2599
Black with #DD2599
Text Example
Text Example
White with #DD2599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2599; }
p { color: rgb(221,37,153); }
H1.HeaderClassName
{
color: #DD2599;
}
.AnyTagClassName
{
color: #DD2599;
}
</style>
background-color css
<style>
a { background-color: #DD2599; }
a { background-color: rgb(221,37,153); }
div.DivClassName
{
background-color: #DD2599;
}
.BgClassName
{
background-color: #DD2599;
}
</style>
border-color css
<style>
span { border-color: #DD2599; }
span { border-color: rgb(221,37,153); }
td.TdClassName
{
border-color: #DD2599;
}
.TagClassName
{
border-color: #DD2599;
}
</style>