Shades of Deep Cerise #DD3287
Tints of Deep Cerise #DD3287
RGB
CMYK
RGB Variations
Color information
#DD3287 (or 0xDD3287) is known color: Deep Cerise. HEX triplet: DD, 32 and 87. RGB value is (221,50,135). Sum of RGB (Red+Green+Blue) = 221+50+135=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3287 is #22CD78. Grayscale: #6E6E6E. Windows color (decimal): -2280825 or 8860381. OLE color: 8860381.
HSL color Cylindrical-coordinate representation of color #DD3287: hue angle of 330.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3287 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 135 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.13 |
| HSL | 330.18º | 0.72% | 0.53% | - |
| HSV(B) | 330.18º | 0.77% | 0.87% | - |
| XYZ | 35.33 | 19.4 | 24.8 | - |
| YUV | 110.82 | 141.65 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 135 | 0 | 0.77 | 0.39 | 0.13 | 330.18 | 0.72 | 0.53 |
| Hex | DD | 32 | 87 | 0 | 4D | 27 | D | 14A | 48 | 35 |
| Octal | 335 | 62 | 207 | 0 | 115 | 47 | 15 | 512 | 110 | 65 |
| Binary | 11011101 | 110010 | 10000111 | 0 | 1001101 | 100111 | 1101 | 101001010 | 1001000 | 110101 |
Color Harmonies of #DD3287
Complementary color
Monochromatic Colors of #DD3287
Black with #DD3287
Text Example
Text Example
White with #DD3287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3287; }
p { color: rgb(221,50,135); }
H1.HeaderClassName
{
color: #DD3287;
}
.AnyTagClassName
{
color: #DD3287;
}
</style>
background-color css
<style>
a { background-color: #DD3287; }
a { background-color: rgb(221,50,135); }
div.DivClassName
{
background-color: #DD3287;
}
.BgClassName
{
background-color: #DD3287;
}
</style>
border-color css
<style>
span { border-color: #DD3287; }
span { border-color: rgb(221,50,135); }
td.TdClassName
{
border-color: #DD3287;
}
.TagClassName
{
border-color: #DD3287;
}
</style>