Shades of Hollywood Cerise #DC0BB1
Tints of Hollywood Cerise #DC0BB1
RGB
CMYK
RGB Variations
Color information
#DC0BB1 (or 0xDC0BB1) is known color: Hollywood Cerise. HEX triplet: DC, 0B and B1. RGB value is (220,11,177). Sum of RGB (Red+Green+Blue) = 220+11+177=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0BB1 is #23F44E. Grayscale: #5B5B5B. Windows color (decimal): -2356303 or 11602908. OLE color: 11602908.
HSL color Cylindrical-coordinate representation of color #DC0BB1: hue angle of 312.34º 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 #DC0BB1 is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 11 | 177 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.14 |
| HSL | 312.34º | 0.9% | 0.45% | - |
| HSV(B) | 312.34º | 0.95% | 0.86% | - |
| XYZ | 37.57 | 18.63 | 43.21 | - |
| YUV | 92.42 | 175.74 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 11 | 177 | 0 | 0.95 | 0.20 | 0.14 | 312.34 | 0.9 | 0.45 |
| Hex | DC | B | B1 | 0 | 5F | 14 | E | 138 | 5A | 2D |
| Octal | 334 | 13 | 261 | 0 | 137 | 24 | 16 | 470 | 132 | 55 |
| Binary | 11011100 | 1011 | 10110001 | 0 | 1011111 | 10100 | 1110 | 100111000 | 1011010 | 101101 |
Color Harmonies of #DC0BB1
Complementary color
Monochromatic Colors of #DC0BB1
Black with #DC0BB1
Text Example
Text Example
White with #DC0BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0BB1; }
p { color: rgb(220,11,177); }
H1.HeaderClassName
{
color: #DC0BB1;
}
.AnyTagClassName
{
color: #DC0BB1;
}
</style>
background-color css
<style>
a { background-color: #DC0BB1; }
a { background-color: rgb(220,11,177); }
div.DivClassName
{
background-color: #DC0BB1;
}
.BgClassName
{
background-color: #DC0BB1;
}
</style>
border-color css
<style>
span { border-color: #DC0BB1; }
span { border-color: rgb(220,11,177); }
td.TdClassName
{
border-color: #DC0BB1;
}
.TagClassName
{
border-color: #DC0BB1;
}
</style>