Shades of Hollywood Cerise #DC0192
Tints of Hollywood Cerise #DC0192
RGB
CMYK
RGB Variations
Color information
#DC0192 (or 0xDC0192) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 92. RGB value is (220,1,146). Sum of RGB (Red+Green+Blue) = 220+1+146=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0192 is #23FE6D. Grayscale: #525252. Windows color (decimal): -2358894 or 9568732. OLE color: 9568732.
HSL color Cylindrical-coordinate representation of color #DC0192: hue angle of 320.27º 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 #DC0192 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.14 |
| HSL | 320.27º | 0.99% | 0.43% | - |
| HSV(B) | 320.27º | 1% | 0.86% | - |
| XYZ | 34.71 | 17.31 | 28.71 | - |
| YUV | 83.01 | 163.55 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 146 | 0 | 1.00 | 0.34 | 0.14 | 320.27 | 0.99 | 0.43 |
| Hex | DC | 1 | 92 | 0 | 64 | 22 | E | 140 | 63 | 2B |
| Octal | 334 | 1 | 222 | 0 | 144 | 42 | 16 | 500 | 143 | 53 |
| Binary | 11011100 | 1 | 10010010 | 0 | 1100100 | 100010 | 1110 | 101000000 | 1100011 | 101011 |
Color Harmonies of #DC0192
Complementary color
Monochromatic Colors of #DC0192
Black with #DC0192
Text Example
Text Example
White with #DC0192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0192; }
p { color: rgb(220,1,146); }
H1.HeaderClassName
{
color: #DC0192;
}
.AnyTagClassName
{
color: #DC0192;
}
</style>
background-color css
<style>
a { background-color: #DC0192; }
a { background-color: rgb(220,1,146); }
div.DivClassName
{
background-color: #DC0192;
}
.BgClassName
{
background-color: #DC0192;
}
</style>
border-color css
<style>
span { border-color: #DC0192; }
span { border-color: rgb(220,1,146); }
td.TdClassName
{
border-color: #DC0192;
}
.TagClassName
{
border-color: #DC0192;
}
</style>