Shades of Hollywood Cerise #DC0191
Tints of Hollywood Cerise #DC0191
RGB
CMYK
RGB Variations
Color information
#DC0191 (or 0xDC0191) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 91. RGB value is (220,1,145). Sum of RGB (Red+Green+Blue) = 220+1+145=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0191 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0191 is #23FE6E. Grayscale: #525252. Windows color (decimal): -2358895 or 9503196. OLE color: 9503196.
HSL color Cylindrical-coordinate representation of color #DC0191: hue angle of 320.55º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0191 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 145 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.14 |
| HSL | 320.55º | 0.99% | 0.43% | - |
| HSV(B) | 320.55º | 1% | 0.86% | - |
| XYZ | 34.64 | 17.28 | 28.3 | - |
| YUV | 82.9 | 163.05 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 145 | 0 | 1.00 | 0.34 | 0.14 | 320.55 | 0.99 | 0.43 |
| Hex | DC | 1 | 91 | 0 | 64 | 22 | E | 141 | 63 | 2B |
| Octal | 334 | 1 | 221 | 0 | 144 | 42 | 16 | 501 | 143 | 53 |
| Binary | 11011100 | 1 | 10010001 | 0 | 1100100 | 100010 | 1110 | 101000001 | 1100011 | 101011 |
Color Harmonies of #DC0191
Complementary color
Monochromatic Colors of #DC0191
Black with #DC0191
Text Example
Text Example
White with #DC0191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0191; }
p { color: rgb(220,1,145); }
H1.HeaderClassName
{
color: #DC0191;
}
.AnyTagClassName
{
color: #DC0191;
}
</style>
background-color css
<style>
a { background-color: #DC0191; }
a { background-color: rgb(220,1,145); }
div.DivClassName
{
background-color: #DC0191;
}
.BgClassName
{
background-color: #DC0191;
}
</style>
border-color css
<style>
span { border-color: #DC0191; }
span { border-color: rgb(220,1,145); }
td.TdClassName
{
border-color: #DC0191;
}
.TagClassName
{
border-color: #DC0191;
}
</style>