Shades of Hollywood Cerise #DC0BA8
Tints of Hollywood Cerise #DC0BA8
RGB
CMYK
RGB Variations
Color information
#DC0BA8 (or 0xDC0BA8) is known color: Hollywood Cerise. HEX triplet: DC, 0B and A8. RGB value is (220,11,168). Sum of RGB (Red+Green+Blue) = 220+11+168=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BA8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0BA8 is #23F457. Grayscale: #5A5A5A. Windows color (decimal): -2356312 or 11013084. OLE color: 11013084.
HSL color Cylindrical-coordinate representation of color #DC0BA8: hue angle of 314.93º 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 #DC0BA8 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 168 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.14 |
| HSL | 314.93º | 0.9% | 0.45% | - |
| HSV(B) | 314.93º | 0.95% | 0.86% | - |
| XYZ | 36.7 | 18.28 | 38.64 | - |
| YUV | 91.39 | 171.24 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 168 | 0 | 0.95 | 0.24 | 0.14 | 314.93 | 0.9 | 0.45 |
| Hex | DC | B | A8 | 0 | 5F | 18 | E | 13B | 5A | 2D |
| Octal | 334 | 13 | 250 | 0 | 137 | 30 | 16 | 473 | 132 | 55 |
| Binary | 11011100 | 1011 | 10101000 | 0 | 1011111 | 11000 | 1110 | 100111011 | 1011010 | 101101 |
Color Harmonies of #DC0BA8
Complementary color
Monochromatic Colors of #DC0BA8
Black with #DC0BA8
Text Example
Text Example
White with #DC0BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BA8; }
p { color: rgb(220,11,168); }
H1.HeaderClassName
{
color: #DC0BA8;
}
.AnyTagClassName
{
color: #DC0BA8;
}
</style>
background-color css
<style>
a { background-color: #DC0BA8; }
a { background-color: rgb(220,11,168); }
div.DivClassName
{
background-color: #DC0BA8;
}
.BgClassName
{
background-color: #DC0BA8;
}
</style>
border-color css
<style>
span { border-color: #DC0BA8; }
span { border-color: rgb(220,11,168); }
td.TdClassName
{
border-color: #DC0BA8;
}
.TagClassName
{
border-color: #DC0BA8;
}
</style>