Shades of Hollywood Cerise #DD0B9A
Tints of Hollywood Cerise #DD0B9A
RGB
CMYK
RGB Variations
Color information
#DD0B9A (or 0xDD0B9A) is known color: Hollywood Cerise. HEX triplet: DD, 0B and 9A. RGB value is (221,11,154). Sum of RGB (Red+Green+Blue) = 221+11+154=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0B9A is #22F465. Grayscale: #595959. Windows color (decimal): -2290790 or 10095581. OLE color: 10095581.
HSL color Cylindrical-coordinate representation of color #DD0B9A: hue angle of 319.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0B9A is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 154 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.13 |
| HSL | 319.14º | 0.91% | 0.45% | - |
| HSV(B) | 319.14º | 0.95% | 0.87% | - |
| XYZ | 35.77 | 17.94 | 32.15 | - |
| YUV | 90.09 | 164.07 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 154 | 0 | 0.95 | 0.30 | 0.13 | 319.14 | 0.91 | 0.45 |
| Hex | DD | B | 9A | 0 | 5F | 1E | D | 13F | 5B | 2D |
| Octal | 335 | 13 | 232 | 0 | 137 | 36 | 15 | 477 | 133 | 55 |
| Binary | 11011101 | 1011 | 10011010 | 0 | 1011111 | 11110 | 1101 | 100111111 | 1011011 | 101101 |
Color Harmonies of #DD0B9A
Complementary color
Monochromatic Colors of #DD0B9A
Black with #DD0B9A
Text Example
Text Example
White with #DD0B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B9A; }
p { color: rgb(221,11,154); }
H1.HeaderClassName
{
color: #DD0B9A;
}
.AnyTagClassName
{
color: #DD0B9A;
}
</style>
background-color css
<style>
a { background-color: #DD0B9A; }
a { background-color: rgb(221,11,154); }
div.DivClassName
{
background-color: #DD0B9A;
}
.BgClassName
{
background-color: #DD0B9A;
}
</style>
border-color css
<style>
span { border-color: #DD0B9A; }
span { border-color: rgb(221,11,154); }
td.TdClassName
{
border-color: #DD0B9A;
}
.TagClassName
{
border-color: #DD0B9A;
}
</style>