Shades of Hollywood Cerise #DD06A2
Tints of Hollywood Cerise #DD06A2
RGB
CMYK
RGB Variations
Color information
#DD06A2 (or 0xDD06A2) is known color: Hollywood Cerise. HEX triplet: DD, 06 and A2. RGB value is (221,6,162). Sum of RGB (Red+Green+Blue) = 221+6+162=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD06A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD06A2 is #22F95D. Grayscale: #575757. Windows color (decimal): -2292062 or 10618589. OLE color: 10618589.
HSL color Cylindrical-coordinate representation of color #DD06A2: hue angle of 316.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06A2 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 162 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.13 |
| HSL | 316.47º | 0.95% | 0.45% | - |
| HSV(B) | 316.47º | 0.97% | 0.87% | - |
| XYZ | 36.41 | 18.11 | 35.76 | - |
| YUV | 88.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 162 | 0 | 0.97 | 0.27 | 0.13 | 316.47 | 0.95 | 0.45 |
| Hex | DD | 6 | A2 | 0 | 61 | 1B | D | 13C | 5F | 2D |
| Octal | 335 | 6 | 242 | 0 | 141 | 33 | 15 | 474 | 137 | 55 |
| Binary | 11011101 | 110 | 10100010 | 0 | 1100001 | 11011 | 1101 | 100111100 | 1011111 | 101101 |
Color Harmonies of #DD06A2
Complementary color
Monochromatic Colors of #DD06A2
Black with #DD06A2
Text Example
Text Example
White with #DD06A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD06A2; }
p { color: rgb(221,6,162); }
H1.HeaderClassName
{
color: #DD06A2;
}
.AnyTagClassName
{
color: #DD06A2;
}
</style>
background-color css
<style>
a { background-color: #DD06A2; }
a { background-color: rgb(221,6,162); }
div.DivClassName
{
background-color: #DD06A2;
}
.BgClassName
{
background-color: #DD06A2;
}
</style>
border-color css
<style>
span { border-color: #DD06A2; }
span { border-color: rgb(221,6,162); }
td.TdClassName
{
border-color: #DD06A2;
}
.TagClassName
{
border-color: #DD06A2;
}
</style>