Shades of Deep Cerise #DD3587
Tints of Deep Cerise #DD3587
RGB
CMYK
RGB Variations
Color information
#DD3587 (or 0xDD3587) is known color: Deep Cerise. HEX triplet: DD, 35 and 87. RGB value is (221,53,135). Sum of RGB (Red+Green+Blue) = 221+53+135=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3587 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3587 is #22CA78. Grayscale: #707070. Windows color (decimal): -2280057 or 8861149. OLE color: 8861149.
HSL color Cylindrical-coordinate representation of color #DD3587: hue angle of 330.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3587 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 135 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.13 |
| HSL | 330.71º | 0.71% | 0.54% | - |
| HSV(B) | 330.71º | 0.76% | 0.87% | - |
| XYZ | 35.47 | 19.67 | 24.85 | - |
| YUV | 112.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 135 | 0 | 0.76 | 0.39 | 0.13 | 330.71 | 0.71 | 0.54 |
| Hex | DD | 35 | 87 | 0 | 4C | 27 | D | 14B | 47 | 36 |
| Octal | 335 | 65 | 207 | 0 | 114 | 47 | 15 | 513 | 107 | 66 |
| Binary | 11011101 | 110101 | 10000111 | 0 | 1001100 | 100111 | 1101 | 101001011 | 1000111 | 110110 |
Color Harmonies of #DD3587
Complementary color
Monochromatic Colors of #DD3587
Black with #DD3587
Text Example
Text Example
White with #DD3587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3587; }
p { color: rgb(221,53,135); }
H1.HeaderClassName
{
color: #DD3587;
}
.AnyTagClassName
{
color: #DD3587;
}
</style>
background-color css
<style>
a { background-color: #DD3587; }
a { background-color: rgb(221,53,135); }
div.DivClassName
{
background-color: #DD3587;
}
.BgClassName
{
background-color: #DD3587;
}
</style>
border-color css
<style>
span { border-color: #DD3587; }
span { border-color: rgb(221,53,135); }
td.TdClassName
{
border-color: #DD3587;
}
.TagClassName
{
border-color: #DD3587;
}
</style>