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