Shades of Hollywood Cerise #DC019B
Tints of Hollywood Cerise #DC019B
RGB
CMYK
RGB Variations
Color information
#DC019B (or 0xDC019B) is known color: Hollywood Cerise. HEX triplet: DC, 01 and 9B. RGB value is (220,1,155). Sum of RGB (Red+Green+Blue) = 220+1+155=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC019B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC019B is #23FE64. Grayscale: #535353. Windows color (decimal): -2358885 or 10158556. OLE color: 10158556.
HSL color Cylindrical-coordinate representation of color #DC019B: hue angle of 317.81º 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 #DC019B is Cyan = 0, Magento = 1.00, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.30 | 0.14 |
| HSL | 317.81º | 0.99% | 0.43% | - |
| HSV(B) | 317.81º | 1% | 0.86% | - |
| XYZ | 35.44 | 17.6 | 32.54 | - |
| YUV | 84.04 | 168.05 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 155 | 0 | 1.00 | 0.30 | 0.14 | 317.81 | 0.99 | 0.43 |
| Hex | DC | 1 | 9B | 0 | 64 | 1E | E | 13E | 63 | 2B |
| Octal | 334 | 1 | 233 | 0 | 144 | 36 | 16 | 476 | 143 | 53 |
| Binary | 11011100 | 1 | 10011011 | 0 | 1100100 | 11110 | 1110 | 100111110 | 1100011 | 101011 |
Color Harmonies of #DC019B
Complementary color
Monochromatic Colors of #DC019B
Black with #DC019B
Text Example
Text Example
White with #DC019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC019B; }
p { color: rgb(220,1,155); }
H1.HeaderClassName
{
color: #DC019B;
}
.AnyTagClassName
{
color: #DC019B;
}
</style>
background-color css
<style>
a { background-color: #DC019B; }
a { background-color: rgb(220,1,155); }
div.DivClassName
{
background-color: #DC019B;
}
.BgClassName
{
background-color: #DC019B;
}
</style>
border-color css
<style>
span { border-color: #DC019B; }
span { border-color: rgb(220,1,155); }
td.TdClassName
{
border-color: #DC019B;
}
.TagClassName
{
border-color: #DC019B;
}
</style>