Shades of Deep Cerise #DD33A2
Tints of Deep Cerise #DD33A2
RGB
CMYK
RGB Variations
Color information
#DD33A2 (or 0xDD33A2) is known color: Deep Cerise. HEX triplet: DD, 33 and A2. RGB value is (221,51,162). Sum of RGB (Red+Green+Blue) = 221+51+162=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD33A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD33A2 is #22CC5D. Grayscale: #727272. Windows color (decimal): -2280542 or 10630109. OLE color: 10630109.
HSL color Cylindrical-coordinate representation of color #DD33A2: hue angle of 320.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD33A2 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 162 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.13 |
| HSL | 320.82º | 0.71% | 0.53% | - |
| HSV(B) | 320.82º | 0.77% | 0.87% | - |
| XYZ | 37.52 | 20.35 | 36.13 | - |
| YUV | 114.48 | 154.82 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 162 | 0 | 0.77 | 0.27 | 0.13 | 320.82 | 0.71 | 0.53 |
| Hex | DD | 33 | A2 | 0 | 4D | 1B | D | 141 | 47 | 35 |
| Octal | 335 | 63 | 242 | 0 | 115 | 33 | 15 | 501 | 107 | 65 |
| Binary | 11011101 | 110011 | 10100010 | 0 | 1001101 | 11011 | 1101 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DD33A2
Complementary color
Monochromatic Colors of #DD33A2
Black with #DD33A2
Text Example
Text Example
White with #DD33A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD33A2; }
p { color: rgb(221,51,162); }
H1.HeaderClassName
{
color: #DD33A2;
}
.AnyTagClassName
{
color: #DD33A2;
}
</style>
background-color css
<style>
a { background-color: #DD33A2; }
a { background-color: rgb(221,51,162); }
div.DivClassName
{
background-color: #DD33A2;
}
.BgClassName
{
background-color: #DD33A2;
}
</style>
border-color css
<style>
span { border-color: #DD33A2; }
span { border-color: rgb(221,51,162); }
td.TdClassName
{
border-color: #DD33A2;
}
.TagClassName
{
border-color: #DD33A2;
}
</style>