Shades of Deep Cerise #DD2A82
Tints of Deep Cerise #DD2A82
RGB
CMYK
RGB Variations
Color information
#DD2A82 (or 0xDD2A82) is known color: Deep Cerise. HEX triplet: DD, 2A and 82. RGB value is (221,42,130). Sum of RGB (Red+Green+Blue) = 221+42+130=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2A82 is #22D57D. Grayscale: #696969. Windows color (decimal): -2282878 or 8530653. OLE color: 8530653.
HSL color Cylindrical-coordinate representation of color #DD2A82: hue angle of 330.5º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2A82 is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 130 | - |
| CMYK | 0 | 0.81 | 0.41 | 0.13 |
| HSL | 330.5º | 0.72% | 0.52% | - |
| HSV(B) | 330.5º | 0.81% | 0.87% | - |
| XYZ | 34.68 | 18.64 | 22.89 | - |
| YUV | 105.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 130 | 0 | 0.81 | 0.41 | 0.13 | 330.5 | 0.72 | 0.52 |
| Hex | DD | 2A | 82 | 0 | 51 | 29 | D | 14B | 48 | 34 |
| Octal | 335 | 52 | 202 | 0 | 121 | 51 | 15 | 513 | 110 | 64 |
| Binary | 11011101 | 101010 | 10000010 | 0 | 1010001 | 101001 | 1101 | 101001011 | 1001000 | 110100 |
Color Harmonies of #DD2A82
Complementary color
Monochromatic Colors of #DD2A82
Black with #DD2A82
Text Example
Text Example
White with #DD2A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A82; }
p { color: rgb(221,42,130); }
H1.HeaderClassName
{
color: #DD2A82;
}
.AnyTagClassName
{
color: #DD2A82;
}
</style>
background-color css
<style>
a { background-color: #DD2A82; }
a { background-color: rgb(221,42,130); }
div.DivClassName
{
background-color: #DD2A82;
}
.BgClassName
{
background-color: #DD2A82;
}
</style>
border-color css
<style>
span { border-color: #DD2A82; }
span { border-color: rgb(221,42,130); }
td.TdClassName
{
border-color: #DD2A82;
}
.TagClassName
{
border-color: #DD2A82;
}
</style>