Shades of Hollywood Cerise #DC0699
Tints of Hollywood Cerise #DC0699
RGB
CMYK
RGB Variations
Color information
#DC0699 (or 0xDC0699) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 99. RGB value is (220,6,153). Sum of RGB (Red+Green+Blue) = 220+6+153=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0699 is #23F966. Grayscale: #565656. Windows color (decimal): -2357607 or 10028764. OLE color: 10028764.
HSL color Cylindrical-coordinate representation of color #DC0699: hue angle of 318.79º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0699 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 153 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.79º | 0.95% | 0.44% | - |
| HSV(B) | 318.79º | 0.97% | 0.86% | - |
| XYZ | 35.33 | 17.65 | 31.68 | - |
| YUV | 86.74 | 165.4 | 223.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 153 | 0 | 0.97 | 0.30 | 0.14 | 318.79 | 0.95 | 0.44 |
| Hex | DC | 6 | 99 | 0 | 61 | 1E | E | 13F | 5F | 2C |
| Octal | 334 | 6 | 231 | 0 | 141 | 36 | 16 | 477 | 137 | 54 |
| Binary | 11011100 | 110 | 10011001 | 0 | 1100001 | 11110 | 1110 | 100111111 | 1011111 | 101100 |
Color Harmonies of #DC0699
Complementary color
Monochromatic Colors of #DC0699
Black with #DC0699
Text Example
Text Example
White with #DC0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0699; }
p { color: rgb(220,6,153); }
H1.HeaderClassName
{
color: #DC0699;
}
.AnyTagClassName
{
color: #DC0699;
}
</style>
background-color css
<style>
a { background-color: #DC0699; }
a { background-color: rgb(220,6,153); }
div.DivClassName
{
background-color: #DC0699;
}
.BgClassName
{
background-color: #DC0699;
}
</style>
border-color css
<style>
span { border-color: #DC0699; }
span { border-color: rgb(220,6,153); }
td.TdClassName
{
border-color: #DC0699;
}
.TagClassName
{
border-color: #DC0699;
}
</style>