Shades of Hollywood Cerise #DC0399
Tints of Hollywood Cerise #DC0399
RGB
CMYK
RGB Variations
Color information
#DC0399 (or 0xDC0399) is known color: Hollywood Cerise. HEX triplet: DC, 03 and 99. RGB value is (220,3,153). Sum of RGB (Red+Green+Blue) = 220+3+153=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 3 (1.56% from 255 or 0.80% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0399 is #23FC66. Grayscale: #545454. Windows color (decimal): -2358375 or 10027996. OLE color: 10027996.
HSL color Cylindrical-coordinate representation of color #DC0399: hue angle of 318.53º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0399 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.14 |
| HSL | 318.53º | 0.97% | 0.44% | - |
| HSV(B) | 318.53º | 0.99% | 0.86% | - |
| XYZ | 35.3 | 17.58 | 31.67 | - |
| YUV | 84.98 | 166.39 | 224.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 153 | 0 | 0.99 | 0.30 | 0.14 | 318.53 | 0.97 | 0.44 |
| Hex | DC | 3 | 99 | 0 | 63 | 1E | E | 13F | 61 | 2C |
| Octal | 334 | 3 | 231 | 0 | 143 | 36 | 16 | 477 | 141 | 54 |
| Binary | 11011100 | 11 | 10011001 | 0 | 1100011 | 11110 | 1110 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DC0399
Complementary color
Monochromatic Colors of #DC0399
Black with #DC0399
Text Example
Text Example
White with #DC0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0399; }
p { color: rgb(220,3,153); }
H1.HeaderClassName
{
color: #DC0399;
}
.AnyTagClassName
{
color: #DC0399;
}
</style>
background-color css
<style>
a { background-color: #DC0399; }
a { background-color: rgb(220,3,153); }
div.DivClassName
{
background-color: #DC0399;
}
.BgClassName
{
background-color: #DC0399;
}
</style>
border-color css
<style>
span { border-color: #DC0399; }
span { border-color: rgb(220,3,153); }
td.TdClassName
{
border-color: #DC0399;
}
.TagClassName
{
border-color: #DC0399;
}
</style>