Shades of Deep Cerise #DD2184
Tints of Deep Cerise #DD2184
RGB
CMYK
RGB Variations
Color information
#DD2184 (or 0xDD2184) is known color: Deep Cerise. HEX triplet: DD, 21 and 84. RGB value is (221,33,132). Sum of RGB (Red+Green+Blue) = 221+33+132=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2184 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2184 is #22DE7B. Grayscale: #646464. Windows color (decimal): -2285180 or 8659421. OLE color: 8659421.
HSL color Cylindrical-coordinate representation of color #DD2184: hue angle of 328.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2184 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 132 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.13 |
| HSL | 328.4º | 0.74% | 0.5% | - |
| HSV(B) | 328.4º | 0.85% | 0.87% | - |
| XYZ | 34.53 | 18.13 | 23.51 | - |
| YUV | 100.5 | 145.78 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 132 | 0 | 0.85 | 0.40 | 0.13 | 328.4 | 0.74 | 0.5 |
| Hex | DD | 21 | 84 | 0 | 55 | 28 | D | 148 | 4A | 32 |
| Octal | 335 | 41 | 204 | 0 | 125 | 50 | 15 | 510 | 112 | 62 |
| Binary | 11011101 | 100001 | 10000100 | 0 | 1010101 | 101000 | 1101 | 101001000 | 1001010 | 110010 |
Color Harmonies of #DD2184
Complementary color
Monochromatic Colors of #DD2184
Black with #DD2184
Text Example
Text Example
White with #DD2184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2184; }
p { color: rgb(221,33,132); }
H1.HeaderClassName
{
color: #DD2184;
}
.AnyTagClassName
{
color: #DD2184;
}
</style>
background-color css
<style>
a { background-color: #DD2184; }
a { background-color: rgb(221,33,132); }
div.DivClassName
{
background-color: #DD2184;
}
.BgClassName
{
background-color: #DD2184;
}
</style>
border-color css
<style>
span { border-color: #DD2184; }
span { border-color: rgb(221,33,132); }
td.TdClassName
{
border-color: #DD2184;
}
.TagClassName
{
border-color: #DD2184;
}
</style>