Shades of Deep Cerise #DD2387
Tints of Deep Cerise #DD2387
RGB
CMYK
RGB Variations
Color information
#DD2387 (or 0xDD2387) is known color: Deep Cerise. HEX triplet: DD, 23 and 87. RGB value is (221,35,135). Sum of RGB (Red+Green+Blue) = 221+35+135=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 35 (14.06% from 255 or 8.95% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2387 is #22DC78. Grayscale: #656565. Windows color (decimal): -2284665 or 8856541. OLE color: 8856541.
HSL color Cylindrical-coordinate representation of color #DD2387: hue angle of 327.74º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2387 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 35 | 135 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.13 |
| HSL | 327.74º | 0.73% | 0.5% | - |
| HSV(B) | 327.74º | 0.84% | 0.87% | - |
| XYZ | 34.79 | 18.32 | 24.62 | - |
| YUV | 102.01 | 146.62 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 35 | 135 | 0 | 0.84 | 0.39 | 0.13 | 327.74 | 0.73 | 0.5 |
| Hex | DD | 23 | 87 | 0 | 54 | 27 | D | 148 | 49 | 32 |
| Octal | 335 | 43 | 207 | 0 | 124 | 47 | 15 | 510 | 111 | 62 |
| Binary | 11011101 | 100011 | 10000111 | 0 | 1010100 | 100111 | 1101 | 101001000 | 1001001 | 110010 |
Color Harmonies of #DD2387
Complementary color
Monochromatic Colors of #DD2387
Black with #DD2387
Text Example
Text Example
White with #DD2387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2387; }
p { color: rgb(221,35,135); }
H1.HeaderClassName
{
color: #DD2387;
}
.AnyTagClassName
{
color: #DD2387;
}
</style>
background-color css
<style>
a { background-color: #DD2387; }
a { background-color: rgb(221,35,135); }
div.DivClassName
{
background-color: #DD2387;
}
.BgClassName
{
background-color: #DD2387;
}
</style>
border-color css
<style>
span { border-color: #DD2387; }
span { border-color: rgb(221,35,135); }
td.TdClassName
{
border-color: #DD2387;
}
.TagClassName
{
border-color: #DD2387;
}
</style>