Shades of Hollywood Cerise #DC0DAD
Tints of Hollywood Cerise #DC0DAD
RGB
CMYK
RGB Variations
Color information
#DC0DAD (or 0xDC0DAD) is known color: Hollywood Cerise. HEX triplet: DC, 0D and AD. RGB value is (220,13,173). Sum of RGB (Red+Green+Blue) = 220+13+173=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 13 (5.47% from 255 or 3.20% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0DAD is #23F252. Grayscale: #5C5C5C. Windows color (decimal): -2355795 or 11341276. OLE color: 11341276.
HSL color Cylindrical-coordinate representation of color #DC0DAD: hue angle of 313.62º 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 #DC0DAD is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.14 |
| HSL | 313.62º | 0.89% | 0.46% | - |
| HSV(B) | 313.62º | 0.94% | 0.86% | - |
| XYZ | 37.2 | 18.52 | 41.15 | - |
| YUV | 93.13 | 173.08 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 173 | 0 | 0.94 | 0.21 | 0.14 | 313.62 | 0.89 | 0.46 |
| Hex | DC | D | AD | 0 | 5E | 15 | E | 13A | 59 | 2E |
| Octal | 334 | 15 | 255 | 0 | 136 | 25 | 16 | 472 | 131 | 56 |
| Binary | 11011100 | 1101 | 10101101 | 0 | 1011110 | 10101 | 1110 | 100111010 | 1011001 | 101110 |
Color Harmonies of #DC0DAD
Complementary color
Monochromatic Colors of #DC0DAD
Black with #DC0DAD
Text Example
Text Example
White with #DC0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0DAD; }
p { color: rgb(220,13,173); }
H1.HeaderClassName
{
color: #DC0DAD;
}
.AnyTagClassName
{
color: #DC0DAD;
}
</style>
background-color css
<style>
a { background-color: #DC0DAD; }
a { background-color: rgb(220,13,173); }
div.DivClassName
{
background-color: #DC0DAD;
}
.BgClassName
{
background-color: #DC0DAD;
}
</style>
border-color css
<style>
span { border-color: #DC0DAD; }
span { border-color: rgb(220,13,173); }
td.TdClassName
{
border-color: #DC0DAD;
}
.TagClassName
{
border-color: #DC0DAD;
}
</style>