Shades of Deep Cerise #DD42AA
Tints of Deep Cerise #DD42AA
RGB
CMYK
RGB Variations
Color information
#DD42AA (or 0xDD42AA) is known color: Deep Cerise. HEX triplet: DD, 42 and AA. RGB value is (221,66,170). Sum of RGB (Red+Green+Blue) = 221+66+170=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 66 (26.17% from 255 or 14.44% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD42AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD42AA is #22BD55. Grayscale: #7B7B7B. Windows color (decimal): -2276694 or 11158237. OLE color: 11158237.
HSL color Cylindrical-coordinate representation of color #DD42AA: hue angle of 319.74º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD42AA is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 170 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.13 |
| HSL | 319.74º | 0.7% | 0.56% | - |
| HSV(B) | 319.74º | 0.7% | 0.87% | - |
| XYZ | 39.02 | 22.17 | 40.25 | - |
| YUV | 124.2 | 153.85 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 170 | 0 | 0.70 | 0.23 | 0.13 | 319.74 | 0.7 | 0.56 |
| Hex | DD | 42 | AA | 0 | 46 | 17 | D | 140 | 46 | 38 |
| Octal | 335 | 102 | 252 | 0 | 106 | 27 | 15 | 500 | 106 | 70 |
| Binary | 11011101 | 1000010 | 10101010 | 0 | 1000110 | 10111 | 1101 | 101000000 | 1000110 | 111000 |
Color Harmonies of #DD42AA
Complementary color
Monochromatic Colors of #DD42AA
Black with #DD42AA
Text Example
Text Example
White with #DD42AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD42AA; }
p { color: rgb(221,66,170); }
H1.HeaderClassName
{
color: #DD42AA;
}
.AnyTagClassName
{
color: #DD42AA;
}
</style>
background-color css
<style>
a { background-color: #DD42AA; }
a { background-color: rgb(221,66,170); }
div.DivClassName
{
background-color: #DD42AA;
}
.BgClassName
{
background-color: #DD42AA;
}
</style>
border-color css
<style>
span { border-color: #DD42AA; }
span { border-color: rgb(221,66,170); }
td.TdClassName
{
border-color: #DD42AA;
}
.TagClassName
{
border-color: #DD42AA;
}
</style>