Shades of Deep Cerise #DD2C84
Tints of Deep Cerise #DD2C84
RGB
CMYK
RGB Variations
Color information
#DD2C84 (or 0xDD2C84) is known color: Deep Cerise. HEX triplet: DD, 2C and 84. RGB value is (221,44,132). Sum of RGB (Red+Green+Blue) = 221+44+132=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C84 is #22D37B. Grayscale: #6A6A6A. Windows color (decimal): -2282364 or 8662237. OLE color: 8662237.
HSL color Cylindrical-coordinate representation of color #DD2C84: hue angle of 330.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2C84 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 132 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.13 |
| HSL | 330.17º | 0.72% | 0.52% | - |
| HSV(B) | 330.17º | 0.8% | 0.87% | - |
| XYZ | 34.88 | 18.84 | 23.63 | - |
| YUV | 106.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 132 | 0 | 0.80 | 0.40 | 0.13 | 330.17 | 0.72 | 0.52 |
| Hex | DD | 2C | 84 | 0 | 50 | 28 | D | 14A | 48 | 34 |
| Octal | 335 | 54 | 204 | 0 | 120 | 50 | 15 | 512 | 110 | 64 |
| Binary | 11011101 | 101100 | 10000100 | 0 | 1010000 | 101000 | 1101 | 101001010 | 1001000 | 110100 |
Color Harmonies of #DD2C84
Complementary color
Monochromatic Colors of #DD2C84
Black with #DD2C84
Text Example
Text Example
White with #DD2C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C84; }
p { color: rgb(221,44,132); }
H1.HeaderClassName
{
color: #DD2C84;
}
.AnyTagClassName
{
color: #DD2C84;
}
</style>
background-color css
<style>
a { background-color: #DD2C84; }
a { background-color: rgb(221,44,132); }
div.DivClassName
{
background-color: #DD2C84;
}
.BgClassName
{
background-color: #DD2C84;
}
</style>
border-color css
<style>
span { border-color: #DD2C84; }
span { border-color: rgb(221,44,132); }
td.TdClassName
{
border-color: #DD2C84;
}
.TagClassName
{
border-color: #DD2C84;
}
</style>