Shades of Deep Cerise #DD2DA3
Tints of Deep Cerise #DD2DA3
RGB
CMYK
RGB Variations
Color information
#DD2DA3 (or 0xDD2DA3) is known color: Deep Cerise. HEX triplet: DD, 2D and A3. RGB value is (221,45,163). Sum of RGB (Red+Green+Blue) = 221+45+163=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 45 (17.97% from 255 or 10.49% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DA3 is #22D25C. Grayscale: #6E6E6E. Windows color (decimal): -2282077 or 10694109. OLE color: 10694109.
HSL color Cylindrical-coordinate representation of color #DD2DA3: hue angle of 319.77º 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 #DD2DA3 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 163 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.13 |
| HSL | 319.77º | 0.72% | 0.52% | - |
| HSV(B) | 319.77º | 0.8% | 0.87% | - |
| XYZ | 37.37 | 19.89 | 36.52 | - |
| YUV | 111.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 163 | 0 | 0.80 | 0.26 | 0.13 | 319.77 | 0.72 | 0.52 |
| Hex | DD | 2D | A3 | 0 | 50 | 1A | D | 140 | 48 | 34 |
| Octal | 335 | 55 | 243 | 0 | 120 | 32 | 15 | 500 | 110 | 64 |
| Binary | 11011101 | 101101 | 10100011 | 0 | 1010000 | 11010 | 1101 | 101000000 | 1001000 | 110100 |
Color Harmonies of #DD2DA3
Complementary color
Monochromatic Colors of #DD2DA3
Black with #DD2DA3
Text Example
Text Example
White with #DD2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DA3; }
p { color: rgb(221,45,163); }
H1.HeaderClassName
{
color: #DD2DA3;
}
.AnyTagClassName
{
color: #DD2DA3;
}
</style>
background-color css
<style>
a { background-color: #DD2DA3; }
a { background-color: rgb(221,45,163); }
div.DivClassName
{
background-color: #DD2DA3;
}
.BgClassName
{
background-color: #DD2DA3;
}
</style>
border-color css
<style>
span { border-color: #DD2DA3; }
span { border-color: rgb(221,45,163); }
td.TdClassName
{
border-color: #DD2DA3;
}
.TagClassName
{
border-color: #DD2DA3;
}
</style>