Shades of Hollywood Cerise #DC0195
Tints of Hollywood Cerise #DC0195
RGB
CMYK
RGB Variations
Color information
#DC0195 (or 0xDC0195) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 95. RGB value is (220,1,149). Sum of RGB (Red+Green+Blue) = 220+1+149=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0195 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0195 is #23FE6A. Grayscale: #525252. Windows color (decimal): -2358891 or 9765340. OLE color: 9765340.
HSL color Cylindrical-coordinate representation of color #DC0195: hue angle of 319.45º 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 #DC0195 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.14 |
| HSL | 319.45º | 0.99% | 0.43% | - |
| HSV(B) | 319.45º | 1% | 0.86% | - |
| XYZ | 34.95 | 17.41 | 29.95 | - |
| YUV | 83.35 | 165.05 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 149 | 0 | 1.00 | 0.32 | 0.14 | 319.45 | 0.99 | 0.43 |
| Hex | DC | 1 | 95 | 0 | 64 | 20 | E | 13F | 63 | 2B |
| Octal | 334 | 1 | 225 | 0 | 144 | 40 | 16 | 477 | 143 | 53 |
| Binary | 11011100 | 1 | 10010101 | 0 | 1100100 | 100000 | 1110 | 100111111 | 1100011 | 101011 |
Color Harmonies of #DC0195
Complementary color
Monochromatic Colors of #DC0195
Black with #DC0195
Text Example
Text Example
White with #DC0195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0195; }
p { color: rgb(220,1,149); }
H1.HeaderClassName
{
color: #DC0195;
}
.AnyTagClassName
{
color: #DC0195;
}
</style>
background-color css
<style>
a { background-color: #DC0195; }
a { background-color: rgb(220,1,149); }
div.DivClassName
{
background-color: #DC0195;
}
.BgClassName
{
background-color: #DC0195;
}
</style>
border-color css
<style>
span { border-color: #DC0195; }
span { border-color: rgb(220,1,149); }
td.TdClassName
{
border-color: #DC0195;
}
.TagClassName
{
border-color: #DC0195;
}
</style>