Shades of Hollywood Cerise #DC05AD
Tints of Hollywood Cerise #DC05AD
RGB
CMYK
RGB Variations
Color information
#DC05AD (or 0xDC05AD) is known color: Hollywood Cerise. HEX triplet: DC, 05 and AD. RGB value is (220,5,173). Sum of RGB (Red+Green+Blue) = 220+5+173=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 5 (2.34% from 255 or 1.26% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05AD is #23FA52. Grayscale: #575757. Windows color (decimal): -2357843 or 11339228. OLE color: 11339228.
HSL color Cylindrical-coordinate representation of color #DC05AD: hue angle of 313.12º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05AD is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 173 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.14 |
| HSL | 313.12º | 0.96% | 0.44% | - |
| HSV(B) | 313.12º | 0.98% | 0.86% | - |
| XYZ | 37.11 | 18.34 | 41.12 | - |
| YUV | 88.44 | 175.73 | 221.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 173 | 0 | 0.98 | 0.21 | 0.14 | 313.12 | 0.96 | 0.44 |
| Hex | DC | 5 | AD | 0 | 62 | 15 | E | 139 | 60 | 2C |
| Octal | 334 | 5 | 255 | 0 | 142 | 25 | 16 | 471 | 140 | 54 |
| Binary | 11011100 | 101 | 10101101 | 0 | 1100010 | 10101 | 1110 | 100111001 | 1100000 | 101100 |
Color Harmonies of #DC05AD
Complementary color
Monochromatic Colors of #DC05AD
Black with #DC05AD
Text Example
Text Example
White with #DC05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05AD; }
p { color: rgb(220,5,173); }
H1.HeaderClassName
{
color: #DC05AD;
}
.AnyTagClassName
{
color: #DC05AD;
}
</style>
background-color css
<style>
a { background-color: #DC05AD; }
a { background-color: rgb(220,5,173); }
div.DivClassName
{
background-color: #DC05AD;
}
.BgClassName
{
background-color: #DC05AD;
}
</style>
border-color css
<style>
span { border-color: #DC05AD; }
span { border-color: rgb(220,5,173); }
td.TdClassName
{
border-color: #DC05AD;
}
.TagClassName
{
border-color: #DC05AD;
}
</style>