Shades of Hollywood Cerise #DD099A
Tints of Hollywood Cerise #DD099A
RGB
CMYK
RGB Variations
Color information
#DD099A (or 0xDD099A) is known color: Hollywood Cerise. HEX triplet: DD, 09 and 9A. RGB value is (221,9,154). Sum of RGB (Red+Green+Blue) = 221+9+154=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD099A is #22F665. Grayscale: #585858. Windows color (decimal): -2291302 or 10095069. OLE color: 10095069.
HSL color Cylindrical-coordinate representation of color #DD099A: hue angle of 318.96º 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 #DD099A is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.13 |
| HSL | 318.96º | 0.92% | 0.45% | - |
| HSV(B) | 318.96º | 0.96% | 0.87% | - |
| XYZ | 35.75 | 17.9 | 32.14 | - |
| YUV | 88.92 | 164.74 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 154 | 0 | 0.96 | 0.30 | 0.13 | 318.96 | 0.92 | 0.45 |
| Hex | DD | 9 | 9A | 0 | 60 | 1E | D | 13F | 5C | 2D |
| Octal | 335 | 11 | 232 | 0 | 140 | 36 | 15 | 477 | 134 | 55 |
| Binary | 11011101 | 1001 | 10011010 | 0 | 1100000 | 11110 | 1101 | 100111111 | 1011100 | 101101 |
Color Harmonies of #DD099A
Complementary color
Monochromatic Colors of #DD099A
Black with #DD099A
Text Example
Text Example
White with #DD099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD099A; }
p { color: rgb(221,9,154); }
H1.HeaderClassName
{
color: #DD099A;
}
.AnyTagClassName
{
color: #DD099A;
}
</style>
background-color css
<style>
a { background-color: #DD099A; }
a { background-color: rgb(221,9,154); }
div.DivClassName
{
background-color: #DD099A;
}
.BgClassName
{
background-color: #DD099A;
}
</style>
border-color css
<style>
span { border-color: #DD099A; }
span { border-color: rgb(221,9,154); }
td.TdClassName
{
border-color: #DD099A;
}
.TagClassName
{
border-color: #DD099A;
}
</style>