Shades of Hollywood Cerise #DC0BA3
Tints of Hollywood Cerise #DC0BA3
RGB
CMYK
RGB Variations
Color information
#DC0BA3 (or 0xDC0BA3) is known color: Hollywood Cerise. HEX triplet: DC, 0B and A3. RGB value is (220,11,163). Sum of RGB (Red+Green+Blue) = 220+11+163=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0BA3 is #23F45C. Grayscale: #5A5A5A. Windows color (decimal): -2356317 or 10685404. OLE color: 10685404.
HSL color Cylindrical-coordinate representation of color #DC0BA3: hue angle of 316.36º 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 #DC0BA3 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 163 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.14 |
| HSL | 316.36º | 0.9% | 0.45% | - |
| HSV(B) | 316.36º | 0.95% | 0.86% | - |
| XYZ | 36.25 | 18.1 | 36.23 | - |
| YUV | 90.82 | 168.74 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 163 | 0 | 0.95 | 0.26 | 0.14 | 316.36 | 0.9 | 0.45 |
| Hex | DC | B | A3 | 0 | 5F | 1A | E | 13C | 5A | 2D |
| Octal | 334 | 13 | 243 | 0 | 137 | 32 | 16 | 474 | 132 | 55 |
| Binary | 11011100 | 1011 | 10100011 | 0 | 1011111 | 11010 | 1110 | 100111100 | 1011010 | 101101 |
Color Harmonies of #DC0BA3
Complementary color
Monochromatic Colors of #DC0BA3
Black with #DC0BA3
Text Example
Text Example
White with #DC0BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BA3; }
p { color: rgb(220,11,163); }
H1.HeaderClassName
{
color: #DC0BA3;
}
.AnyTagClassName
{
color: #DC0BA3;
}
</style>
background-color css
<style>
a { background-color: #DC0BA3; }
a { background-color: rgb(220,11,163); }
div.DivClassName
{
background-color: #DC0BA3;
}
.BgClassName
{
background-color: #DC0BA3;
}
</style>
border-color css
<style>
span { border-color: #DC0BA3; }
span { border-color: rgb(220,11,163); }
td.TdClassName
{
border-color: #DC0BA3;
}
.TagClassName
{
border-color: #DC0BA3;
}
</style>