Shades of Hollywood Cerise #DC0B99
Tints of Hollywood Cerise #DC0B99
RGB
CMYK
RGB Variations
Color information
#DC0B99 (or 0xDC0B99) is known color: Hollywood Cerise. HEX triplet: DC, 0B and 99. RGB value is (220,11,153). Sum of RGB (Red+Green+Blue) = 220+11+153=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B99 is #23F466. Grayscale: #595959. Windows color (decimal): -2356327 or 10030044. OLE color: 10030044.
HSL color Cylindrical-coordinate representation of color #DC0B99: hue angle of 319.23º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B99 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 153 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.14 |
| HSL | 319.23º | 0.9% | 0.45% | - |
| HSV(B) | 319.23º | 0.95% | 0.86% | - |
| XYZ | 35.38 | 17.75 | 31.7 | - |
| YUV | 89.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 153 | 0 | 0.95 | 0.30 | 0.14 | 319.23 | 0.9 | 0.45 |
| Hex | DC | B | 99 | 0 | 5F | 1E | E | 13F | 5A | 2D |
| Octal | 334 | 13 | 231 | 0 | 137 | 36 | 16 | 477 | 132 | 55 |
| Binary | 11011100 | 1011 | 10011001 | 0 | 1011111 | 11110 | 1110 | 100111111 | 1011010 | 101101 |
Color Harmonies of #DC0B99
Complementary color
Monochromatic Colors of #DC0B99
Black with #DC0B99
Text Example
Text Example
White with #DC0B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0B99; }
p { color: rgb(220,11,153); }
H1.HeaderClassName
{
color: #DC0B99;
}
.AnyTagClassName
{
color: #DC0B99;
}
</style>
background-color css
<style>
a { background-color: #DC0B99; }
a { background-color: rgb(220,11,153); }
div.DivClassName
{
background-color: #DC0B99;
}
.BgClassName
{
background-color: #DC0B99;
}
</style>
border-color css
<style>
span { border-color: #DC0B99; }
span { border-color: rgb(220,11,153); }
td.TdClassName
{
border-color: #DC0B99;
}
.TagClassName
{
border-color: #DC0B99;
}
</style>