Shades of Deep Cerise #DD4287
Tints of Deep Cerise #DD4287
RGB
CMYK
RGB Variations
Color information
#DD4287 (or 0xDD4287) is known color: Deep Cerise. HEX triplet: DD, 42 and 87. RGB value is (221,66,135). Sum of RGB (Red+Green+Blue) = 221+66+135=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4287 is #22BD78. Grayscale: #787878. Windows color (decimal): -2276729 or 8864477. OLE color: 8864477.
HSL color Cylindrical-coordinate representation of color #DD4287: hue angle of 333.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4287 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 135 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.13 |
| HSL | 333.29º | 0.7% | 0.56% | - |
| HSV(B) | 333.29º | 0.7% | 0.87% | - |
| XYZ | 36.14 | 21.02 | 25.07 | - |
| YUV | 120.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 135 | 0 | 0.70 | 0.39 | 0.13 | 333.29 | 0.7 | 0.56 |
| Hex | DD | 42 | 87 | 0 | 46 | 27 | D | 14D | 46 | 38 |
| Octal | 335 | 102 | 207 | 0 | 106 | 47 | 15 | 515 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10000111 | 0 | 1000110 | 100111 | 1101 | 101001101 | 1000110 | 111000 |
Color Harmonies of #DD4287
Complementary color
Monochromatic Colors of #DD4287
Black with #DD4287
Text Example
Text Example
White with #DD4287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4287; }
p { color: rgb(221,66,135); }
H1.HeaderClassName
{
color: #DD4287;
}
.AnyTagClassName
{
color: #DD4287;
}
</style>
background-color css
<style>
a { background-color: #DD4287; }
a { background-color: rgb(221,66,135); }
div.DivClassName
{
background-color: #DD4287;
}
.BgClassName
{
background-color: #DD4287;
}
</style>
border-color css
<style>
span { border-color: #DD4287; }
span { border-color: rgb(221,66,135); }
td.TdClassName
{
border-color: #DD4287;
}
.TagClassName
{
border-color: #DD4287;
}
</style>