Shades of Deep Cerise #DD2087
Tints of Deep Cerise #DD2087
RGB
CMYK
RGB Variations
Color information
#DD2087 (or 0xDD2087) is known color: Deep Cerise. HEX triplet: DD, 20 and 87. RGB value is (221,32,135). Sum of RGB (Red+Green+Blue) = 221+32+135=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2087 is #22DF78. Grayscale: #646464. Windows color (decimal): -2285433 or 8855773. OLE color: 8855773.
HSL color Cylindrical-coordinate representation of color #DD2087: hue angle of 327.3º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2087 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 135 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.13 |
| HSL | 327.3º | 0.75% | 0.5% | - |
| HSV(B) | 327.3º | 0.86% | 0.87% | - |
| XYZ | 34.71 | 18.15 | 24.6 | - |
| YUV | 100.25 | 147.62 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 135 | 0 | 0.86 | 0.39 | 0.13 | 327.3 | 0.75 | 0.5 |
| Hex | DD | 20 | 87 | 0 | 56 | 27 | D | 147 | 4B | 32 |
| Octal | 335 | 40 | 207 | 0 | 126 | 47 | 15 | 507 | 113 | 62 |
| Binary | 11011101 | 100000 | 10000111 | 0 | 1010110 | 100111 | 1101 | 101000111 | 1001011 | 110010 |
Color Harmonies of #DD2087
Complementary color
Monochromatic Colors of #DD2087
Black with #DD2087
Text Example
Text Example
White with #DD2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2087; }
p { color: rgb(221,32,135); }
H1.HeaderClassName
{
color: #DD2087;
}
.AnyTagClassName
{
color: #DD2087;
}
</style>
background-color css
<style>
a { background-color: #DD2087; }
a { background-color: rgb(221,32,135); }
div.DivClassName
{
background-color: #DD2087;
}
.BgClassName
{
background-color: #DD2087;
}
</style>
border-color css
<style>
span { border-color: #DD2087; }
span { border-color: rgb(221,32,135); }
td.TdClassName
{
border-color: #DD2087;
}
.TagClassName
{
border-color: #DD2087;
}
</style>