Shades of Hollywood Cerise #DC0D9D
Tints of Hollywood Cerise #DC0D9D
RGB
CMYK
RGB Variations
Color information
#DC0D9D (or 0xDC0D9D) is known color: Hollywood Cerise. HEX triplet: DC, 0D and 9D. RGB value is (220,13,157). Sum of RGB (Red+Green+Blue) = 220+13+157=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0D9D is #23F262. Grayscale: #5A5A5A. Windows color (decimal): -2355811 or 10292700. OLE color: 10292700.
HSL color Cylindrical-coordinate representation of color #DC0D9D: hue angle of 318.26º 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 #DC0D9D is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 157 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.14 |
| HSL | 318.26º | 0.89% | 0.46% | - |
| HSV(B) | 318.26º | 0.94% | 0.86% | - |
| XYZ | 35.74 | 17.94 | 33.48 | - |
| YUV | 91.31 | 165.08 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 157 | 0 | 0.94 | 0.29 | 0.14 | 318.26 | 0.89 | 0.46 |
| Hex | DC | D | 9D | 0 | 5E | 1D | E | 13E | 59 | 2E |
| Octal | 334 | 15 | 235 | 0 | 136 | 35 | 16 | 476 | 131 | 56 |
| Binary | 11011100 | 1101 | 10011101 | 0 | 1011110 | 11101 | 1110 | 100111110 | 1011001 | 101110 |
Color Harmonies of #DC0D9D
Complementary color
Monochromatic Colors of #DC0D9D
Black with #DC0D9D
Text Example
Text Example
White with #DC0D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D9D; }
p { color: rgb(220,13,157); }
H1.HeaderClassName
{
color: #DC0D9D;
}
.AnyTagClassName
{
color: #DC0D9D;
}
</style>
background-color css
<style>
a { background-color: #DC0D9D; }
a { background-color: rgb(220,13,157); }
div.DivClassName
{
background-color: #DC0D9D;
}
.BgClassName
{
background-color: #DC0D9D;
}
</style>
border-color css
<style>
span { border-color: #DC0D9D; }
span { border-color: rgb(220,13,157); }
td.TdClassName
{
border-color: #DC0D9D;
}
.TagClassName
{
border-color: #DC0D9D;
}
</style>