Shades of Deep Cerise #DD2CA2
Tints of Deep Cerise #DD2CA2
RGB
CMYK
RGB Variations
Color information
#DD2CA2 (or 0xDD2CA2) is known color: Deep Cerise. HEX triplet: DD, 2C and A2. RGB value is (221,44,162). Sum of RGB (Red+Green+Blue) = 221+44+162=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 44 (17.58% from 255 or 10.30% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CA2 is #22D35D. Grayscale: #6E6E6E. Windows color (decimal): -2282334 or 10628317. OLE color: 10628317.
HSL color Cylindrical-coordinate representation of color #DD2CA2: hue angle of 320º 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 #DD2CA2 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 162 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.13 |
| HSL | 320º | 0.72% | 0.52% | - |
| HSV(B) | 320º | 0.8% | 0.87% | - |
| XYZ | 37.24 | 19.78 | 36.04 | - |
| YUV | 110.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 162 | 0 | 0.80 | 0.27 | 0.13 | 320 | 0.72 | 0.52 |
| Hex | DD | 2C | A2 | 0 | 50 | 1B | D | 140 | 48 | 34 |
| Octal | 335 | 54 | 242 | 0 | 120 | 33 | 15 | 500 | 110 | 64 |
| Binary | 11011101 | 101100 | 10100010 | 0 | 1010000 | 11011 | 1101 | 101000000 | 1001000 | 110100 |
Color Harmonies of #DD2CA2
Complementary color
Monochromatic Colors of #DD2CA2
Black with #DD2CA2
Text Example
Text Example
White with #DD2CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CA2; }
p { color: rgb(221,44,162); }
H1.HeaderClassName
{
color: #DD2CA2;
}
.AnyTagClassName
{
color: #DD2CA2;
}
</style>
background-color css
<style>
a { background-color: #DD2CA2; }
a { background-color: rgb(221,44,162); }
div.DivClassName
{
background-color: #DD2CA2;
}
.BgClassName
{
background-color: #DD2CA2;
}
</style>
border-color css
<style>
span { border-color: #DD2CA2; }
span { border-color: rgb(221,44,162); }
td.TdClassName
{
border-color: #DD2CA2;
}
.TagClassName
{
border-color: #DD2CA2;
}
</style>