Shades of Hollywood Cerise #DC0D9A
Tints of Hollywood Cerise #DC0D9A
RGB
CMYK
RGB Variations
Color information
#DC0D9A (or 0xDC0D9A) is known color: Hollywood Cerise. HEX triplet: DC, 0D and 9A. RGB value is (220,13,154). Sum of RGB (Red+Green+Blue) = 220+13+154=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D9A is #23F265. Grayscale: #5A5A5A. Windows color (decimal): -2355814 or 10096092. OLE color: 10096092.
HSL color Cylindrical-coordinate representation of color #DC0D9A: hue angle of 319.13º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D9A is Cyan = 0, Magento = 0.94, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 154 | - |
| CMYK | 0 | 0.94 | 0.3 | 0.14 |
| HSL | 319.13º | 0.89% | 0.46% | - |
| HSV(B) | 319.13º | 0.94% | 0.86% | - |
| XYZ | 35.49 | 17.84 | 32.14 | - |
| YUV | 90.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 154 | 0 | 0.94 | 0.3 | 0.14 | 319.13 | 0.89 | 0.46 |
| Hex | DC | D | 9A | 0 | 5E | 1E | E | 13F | 59 | 2E |
| Octal | 334 | 15 | 232 | 0 | 136 | 36 | 16 | 477 | 131 | 56 |
| Binary | 11011100 | 1101 | 10011010 | 0 | 1011110 | 11110 | 1110 | 100111111 | 1011001 | 101110 |
Color Harmonies of #DC0D9A
Complementary color
Monochromatic Colors of #DC0D9A
Black with #DC0D9A
Text Example
Text Example
White with #DC0D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D9A; }
p { color: rgb(220,13,154); }
H1.HeaderClassName
{
color: #DC0D9A;
}
.AnyTagClassName
{
color: #DC0D9A;
}
</style>
background-color css
<style>
a { background-color: #DC0D9A; }
a { background-color: rgb(220,13,154); }
div.DivClassName
{
background-color: #DC0D9A;
}
.BgClassName
{
background-color: #DC0D9A;
}
</style>
border-color css
<style>
span { border-color: #DC0D9A; }
span { border-color: rgb(220,13,154); }
td.TdClassName
{
border-color: #DC0D9A;
}
.TagClassName
{
border-color: #DC0D9A;
}
</style>