Shades of Deep Cerise #DD2884
Tints of Deep Cerise #DD2884
RGB
CMYK
RGB Variations
Color information
#DD2884 (or 0xDD2884) is known color: Deep Cerise. HEX triplet: DD, 28 and 84. RGB value is (221,40,132). Sum of RGB (Red+Green+Blue) = 221+40+132=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 40 (16.02% from 255 or 10.18% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2884 is #22D77B. Grayscale: #686868. Windows color (decimal): -2283388 or 8661213. OLE color: 8661213.
HSL color Cylindrical-coordinate representation of color #DD2884: hue angle of 329.5º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD2884 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 132 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.13 |
| HSL | 329.5º | 0.73% | 0.51% | - |
| HSV(B) | 329.5º | 0.82% | 0.87% | - |
| XYZ | 34.74 | 18.56 | 23.58 | - |
| YUV | 104.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 132 | 0 | 0.82 | 0.40 | 0.13 | 329.5 | 0.73 | 0.51 |
| Hex | DD | 28 | 84 | 0 | 52 | 28 | D | 14A | 49 | 33 |
| Octal | 335 | 50 | 204 | 0 | 122 | 50 | 15 | 512 | 111 | 63 |
| Binary | 11011101 | 101000 | 10000100 | 0 | 1010010 | 101000 | 1101 | 101001010 | 1001001 | 110011 |
Color Harmonies of #DD2884
Complementary color
Monochromatic Colors of #DD2884
Black with #DD2884
Text Example
Text Example
White with #DD2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2884; }
p { color: rgb(221,40,132); }
H1.HeaderClassName
{
color: #DD2884;
}
.AnyTagClassName
{
color: #DD2884;
}
</style>
background-color css
<style>
a { background-color: #DD2884; }
a { background-color: rgb(221,40,132); }
div.DivClassName
{
background-color: #DD2884;
}
.BgClassName
{
background-color: #DD2884;
}
</style>
border-color css
<style>
span { border-color: #DD2884; }
span { border-color: rgb(221,40,132); }
td.TdClassName
{
border-color: #DD2884;
}
.TagClassName
{
border-color: #DD2884;
}
</style>