Shades of Deep Cerise #DD2587
Tints of Deep Cerise #DD2587
RGB
CMYK
RGB Variations
Color information
#DD2587 (or 0xDD2587) is known color: Deep Cerise. HEX triplet: DD, 25 and 87. RGB value is (221,37,135). Sum of RGB (Red+Green+Blue) = 221+37+135=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2587 is #22DA78. Grayscale: #666666. Windows color (decimal): -2284153 or 8857053. OLE color: 8857053.
HSL color Cylindrical-coordinate representation of color #DD2587: hue angle of 328.04º 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 #DD2587 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 37 | 135 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.13 |
| HSL | 328.04º | 0.73% | 0.51% | - |
| HSV(B) | 328.04º | 0.83% | 0.87% | - |
| XYZ | 34.85 | 18.44 | 24.64 | - |
| YUV | 103.19 | 145.96 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 37 | 135 | 0 | 0.83 | 0.39 | 0.13 | 328.04 | 0.73 | 0.51 |
| Hex | DD | 25 | 87 | 0 | 53 | 27 | D | 148 | 49 | 33 |
| Octal | 335 | 45 | 207 | 0 | 123 | 47 | 15 | 510 | 111 | 63 |
| Binary | 11011101 | 100101 | 10000111 | 0 | 1010011 | 100111 | 1101 | 101001000 | 1001001 | 110011 |
Color Harmonies of #DD2587
Complementary color
Monochromatic Colors of #DD2587
Black with #DD2587
Text Example
Text Example
White with #DD2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2587; }
p { color: rgb(221,37,135); }
H1.HeaderClassName
{
color: #DD2587;
}
.AnyTagClassName
{
color: #DD2587;
}
</style>
background-color css
<style>
a { background-color: #DD2587; }
a { background-color: rgb(221,37,135); }
div.DivClassName
{
background-color: #DD2587;
}
.BgClassName
{
background-color: #DD2587;
}
</style>
border-color css
<style>
span { border-color: #DD2587; }
span { border-color: rgb(221,37,135); }
td.TdClassName
{
border-color: #DD2587;
}
.TagClassName
{
border-color: #DD2587;
}
</style>