Shades of Hollywood Cerise #DD099C
Tints of Hollywood Cerise #DD099C
RGB
CMYK
RGB Variations
Color information
#DD099C (or 0xDD099C) is known color: Hollywood Cerise. HEX triplet: DD, 09 and 9C. RGB value is (221,9,156). Sum of RGB (Red+Green+Blue) = 221+9+156=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD099C is #22F663. Grayscale: #585858. Windows color (decimal): -2291300 or 10226141. OLE color: 10226141.
HSL color Cylindrical-coordinate representation of color #DD099C: hue angle of 318.4º 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 #DD099C is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 318.4º | 0.92% | 0.45% | - |
| HSV(B) | 318.4º | 0.96% | 0.87% | - |
| XYZ | 35.92 | 17.97 | 33.03 | - |
| YUV | 89.15 | 165.74 | 222.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 156 | 0 | 0.96 | 0.29 | 0.13 | 318.4 | 0.92 | 0.45 |
| Hex | DD | 9 | 9C | 0 | 60 | 1D | D | 13E | 5C | 2D |
| Octal | 335 | 11 | 234 | 0 | 140 | 35 | 15 | 476 | 134 | 55 |
| Binary | 11011101 | 1001 | 10011100 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DD099C
Complementary color
Monochromatic Colors of #DD099C
Black with #DD099C
Text Example
Text Example
White with #DD099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD099C; }
p { color: rgb(221,9,156); }
H1.HeaderClassName
{
color: #DD099C;
}
.AnyTagClassName
{
color: #DD099C;
}
</style>
background-color css
<style>
a { background-color: #DD099C; }
a { background-color: rgb(221,9,156); }
div.DivClassName
{
background-color: #DD099C;
}
.BgClassName
{
background-color: #DD099C;
}
</style>
border-color css
<style>
span { border-color: #DD099C; }
span { border-color: rgb(221,9,156); }
td.TdClassName
{
border-color: #DD099C;
}
.TagClassName
{
border-color: #DD099C;
}
</style>