Shades of Hollywood Cerise #DD09AB
Tints of Hollywood Cerise #DD09AB
RGB
CMYK
RGB Variations
Color information
#DD09AB (or 0xDD09AB) is known color: Hollywood Cerise. HEX triplet: DD, 09 and AB. RGB value is (221,9,171). Sum of RGB (Red+Green+Blue) = 221+9+171=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09AB is #22F654. Grayscale: #5A5A5A. Windows color (decimal): -2291285 or 11209181. OLE color: 11209181.
HSL color Cylindrical-coordinate representation of color #DD09AB: hue angle of 314.15º 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 #DD09AB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.13 |
| HSL | 314.15º | 0.92% | 0.45% | - |
| HSV(B) | 314.15º | 0.96% | 0.87% | - |
| XYZ | 37.27 | 18.51 | 40.14 | - |
| YUV | 90.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 171 | 0 | 0.96 | 0.23 | 0.13 | 314.15 | 0.92 | 0.45 |
| Hex | DD | 9 | AB | 0 | 60 | 17 | D | 13A | 5C | 2D |
| Octal | 335 | 11 | 253 | 0 | 140 | 27 | 15 | 472 | 134 | 55 |
| Binary | 11011101 | 1001 | 10101011 | 0 | 1100000 | 10111 | 1101 | 100111010 | 1011100 | 101101 |
Color Harmonies of #DD09AB
Complementary color
Monochromatic Colors of #DD09AB
Black with #DD09AB
Text Example
Text Example
White with #DD09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09AB; }
p { color: rgb(221,9,171); }
H1.HeaderClassName
{
color: #DD09AB;
}
.AnyTagClassName
{
color: #DD09AB;
}
</style>
background-color css
<style>
a { background-color: #DD09AB; }
a { background-color: rgb(221,9,171); }
div.DivClassName
{
background-color: #DD09AB;
}
.BgClassName
{
background-color: #DD09AB;
}
</style>
border-color css
<style>
span { border-color: #DD09AB; }
span { border-color: rgb(221,9,171); }
td.TdClassName
{
border-color: #DD09AB;
}
.TagClassName
{
border-color: #DD09AB;
}
</style>