Shades of Deep Cerise #DD2AA3
Tints of Deep Cerise #DD2AA3
RGB
CMYK
RGB Variations
Color information
#DD2AA3 (or 0xDD2AA3) is known color: Deep Cerise. HEX triplet: DD, 2A and A3. RGB value is (221,42,163). Sum of RGB (Red+Green+Blue) = 221+42+163=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 163 (64.06% from 255 or 38.26% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2AA3 is #22D55C. Grayscale: #6D6D6D. Windows color (decimal): -2282845 or 10693341. OLE color: 10693341.
HSL color Cylindrical-coordinate representation of color #DD2AA3: hue angle of 319.44º 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 #DD2AA3 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 163 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.13 |
| HSL | 319.44º | 0.72% | 0.52% | - |
| HSV(B) | 319.44º | 0.81% | 0.87% | - |
| XYZ | 37.26 | 19.67 | 36.48 | - |
| YUV | 109.32 | 158.3 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 163 | 0 | 0.81 | 0.26 | 0.13 | 319.44 | 0.72 | 0.52 |
| Hex | DD | 2A | A3 | 0 | 51 | 1A | D | 13F | 48 | 34 |
| Octal | 335 | 52 | 243 | 0 | 121 | 32 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101010 | 10100011 | 0 | 1010001 | 11010 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2AA3
Complementary color
Monochromatic Colors of #DD2AA3
Black with #DD2AA3
Text Example
Text Example
White with #DD2AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AA3; }
p { color: rgb(221,42,163); }
H1.HeaderClassName
{
color: #DD2AA3;
}
.AnyTagClassName
{
color: #DD2AA3;
}
</style>
background-color css
<style>
a { background-color: #DD2AA3; }
a { background-color: rgb(221,42,163); }
div.DivClassName
{
background-color: #DD2AA3;
}
.BgClassName
{
background-color: #DD2AA3;
}
</style>
border-color css
<style>
span { border-color: #DD2AA3; }
span { border-color: rgb(221,42,163); }
td.TdClassName
{
border-color: #DD2AA3;
}
.TagClassName
{
border-color: #DD2AA3;
}
</style>