Shades of Hollywood Cerise #DD09A7
Tints of Hollywood Cerise #DD09A7
RGB
CMYK
RGB Variations
Color information
#DD09A7 (or 0xDD09A7) is known color: Hollywood Cerise. HEX triplet: DD, 09 and A7. RGB value is (221,9,167). Sum of RGB (Red+Green+Blue) = 221+9+167=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD09A7 is #22F658. Grayscale: #595959. Windows color (decimal): -2291289 or 10947037. OLE color: 10947037.
HSL color Cylindrical-coordinate representation of color #DD09A7: hue angle of 315.28º 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 #DD09A7 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 167 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.13 |
| HSL | 315.28º | 0.92% | 0.45% | - |
| HSV(B) | 315.28º | 0.96% | 0.87% | - |
| XYZ | 36.89 | 18.36 | 38.16 | - |
| YUV | 90.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 167 | 0 | 0.96 | 0.24 | 0.13 | 315.28 | 0.92 | 0.45 |
| Hex | DD | 9 | A7 | 0 | 60 | 18 | D | 13B | 5C | 2D |
| Octal | 335 | 11 | 247 | 0 | 140 | 30 | 15 | 473 | 134 | 55 |
| Binary | 11011101 | 1001 | 10100111 | 0 | 1100000 | 11000 | 1101 | 100111011 | 1011100 | 101101 |
Color Harmonies of #DD09A7
Complementary color
Monochromatic Colors of #DD09A7
Black with #DD09A7
Text Example
Text Example
White with #DD09A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD09A7; }
p { color: rgb(221,9,167); }
H1.HeaderClassName
{
color: #DD09A7;
}
.AnyTagClassName
{
color: #DD09A7;
}
</style>
background-color css
<style>
a { background-color: #DD09A7; }
a { background-color: rgb(221,9,167); }
div.DivClassName
{
background-color: #DD09A7;
}
.BgClassName
{
background-color: #DD09A7;
}
</style>
border-color css
<style>
span { border-color: #DD09A7; }
span { border-color: rgb(221,9,167); }
td.TdClassName
{
border-color: #DD09A7;
}
.TagClassName
{
border-color: #DD09A7;
}
</style>