Shades of Hollywood Cerise #DD09A2
Tints of Hollywood Cerise #DD09A2
RGB
CMYK
RGB Variations
Color information
#DD09A2 (or 0xDD09A2) is known color: Hollywood Cerise. HEX triplet: DD, 09 and A2. RGB value is (221,9,162). Sum of RGB (Red+Green+Blue) = 221+9+162=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 9 (3.91% from 255 or 2.30% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09A2 is #22F65D. Grayscale: #595959. Windows color (decimal): -2291294 or 10619357. OLE color: 10619357.
HSL color Cylindrical-coordinate representation of color #DD09A2: hue angle of 316.7º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09A2 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 162 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.13 |
| HSL | 316.7º | 0.92% | 0.45% | - |
| HSV(B) | 316.7º | 0.96% | 0.87% | - |
| XYZ | 36.44 | 18.18 | 35.77 | - |
| YUV | 89.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 162 | 0 | 0.96 | 0.27 | 0.13 | 316.7 | 0.92 | 0.45 |
| Hex | DD | 9 | A2 | 0 | 60 | 1B | D | 13D | 5C | 2D |
| Octal | 335 | 11 | 242 | 0 | 140 | 33 | 15 | 475 | 134 | 55 |
| Binary | 11011101 | 1001 | 10100010 | 0 | 1100000 | 11011 | 1101 | 100111101 | 1011100 | 101101 |
Color Harmonies of #DD09A2
Complementary color
Monochromatic Colors of #DD09A2
Black with #DD09A2
Text Example
Text Example
White with #DD09A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09A2; }
p { color: rgb(221,9,162); }
H1.HeaderClassName
{
color: #DD09A2;
}
.AnyTagClassName
{
color: #DD09A2;
}
</style>
background-color css
<style>
a { background-color: #DD09A2; }
a { background-color: rgb(221,9,162); }
div.DivClassName
{
background-color: #DD09A2;
}
.BgClassName
{
background-color: #DD09A2;
}
</style>
border-color css
<style>
span { border-color: #DD09A2; }
span { border-color: rgb(221,9,162); }
td.TdClassName
{
border-color: #DD09A2;
}
.TagClassName
{
border-color: #DD09A2;
}
</style>