Shades of Deep Cerise #DD2C81
Tints of Deep Cerise #DD2C81
RGB
CMYK
RGB Variations
Color information
#DD2C81 (or 0xDD2C81) is known color: Deep Cerise. HEX triplet: DD, 2C and 81. RGB value is (221,44,129). Sum of RGB (Red+Green+Blue) = 221+44+129=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2C81 is #22D37E. Grayscale: #6A6A6A. Windows color (decimal): -2282367 or 8465629. OLE color: 8465629.
HSL color Cylindrical-coordinate representation of color #DD2C81: hue angle of 331.19º 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 #DD2C81 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 129 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.13 |
| HSL | 331.19º | 0.72% | 0.52% | - |
| HSV(B) | 331.19º | 0.8% | 0.87% | - |
| XYZ | 34.68 | 18.76 | 22.56 | - |
| YUV | 106.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 129 | 0 | 0.80 | 0.42 | 0.13 | 331.19 | 0.72 | 0.52 |
| Hex | DD | 2C | 81 | 0 | 50 | 2A | D | 14B | 48 | 34 |
| Octal | 335 | 54 | 201 | 0 | 120 | 52 | 15 | 513 | 110 | 64 |
| Binary | 11011101 | 101100 | 10000001 | 0 | 1010000 | 101010 | 1101 | 101001011 | 1001000 | 110100 |
Color Harmonies of #DD2C81
Complementary color
Monochromatic Colors of #DD2C81
Black with #DD2C81
Text Example
Text Example
White with #DD2C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2C81; }
p { color: rgb(221,44,129); }
H1.HeaderClassName
{
color: #DD2C81;
}
.AnyTagClassName
{
color: #DD2C81;
}
</style>
background-color css
<style>
a { background-color: #DD2C81; }
a { background-color: rgb(221,44,129); }
div.DivClassName
{
background-color: #DD2C81;
}
.BgClassName
{
background-color: #DD2C81;
}
</style>
border-color css
<style>
span { border-color: #DD2C81; }
span { border-color: rgb(221,44,129); }
td.TdClassName
{
border-color: #DD2C81;
}
.TagClassName
{
border-color: #DD2C81;
}
</style>