Shades of Hollywood Cerise #DC07AD
Tints of Hollywood Cerise #DC07AD
RGB
CMYK
RGB Variations
Color information
#DC07AD (or 0xDC07AD) is known color: Hollywood Cerise. HEX triplet: DC, 07 and AD. RGB value is (220,7,173). Sum of RGB (Red+Green+Blue) = 220+7+173=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07AD is #23F852. Grayscale: #595959. Windows color (decimal): -2357331 or 11339740. OLE color: 11339740.
HSL color Cylindrical-coordinate representation of color #DC07AD: hue angle of 313.24º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07AD is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.14 |
| HSL | 313.24º | 0.94% | 0.45% | - |
| HSV(B) | 313.24º | 0.97% | 0.86% | - |
| XYZ | 37.13 | 18.38 | 41.13 | - |
| YUV | 89.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 173 | 0 | 0.97 | 0.21 | 0.14 | 313.24 | 0.94 | 0.45 |
| Hex | DC | 7 | AD | 0 | 61 | 15 | E | 139 | 5E | 2D |
| Octal | 334 | 7 | 255 | 0 | 141 | 25 | 16 | 471 | 136 | 55 |
| Binary | 11011100 | 111 | 10101101 | 0 | 1100001 | 10101 | 1110 | 100111001 | 1011110 | 101101 |
Color Harmonies of #DC07AD
Complementary color
Monochromatic Colors of #DC07AD
Black with #DC07AD
Text Example
Text Example
White with #DC07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07AD; }
p { color: rgb(220,7,173); }
H1.HeaderClassName
{
color: #DC07AD;
}
.AnyTagClassName
{
color: #DC07AD;
}
</style>
background-color css
<style>
a { background-color: #DC07AD; }
a { background-color: rgb(220,7,173); }
div.DivClassName
{
background-color: #DC07AD;
}
.BgClassName
{
background-color: #DC07AD;
}
</style>
border-color css
<style>
span { border-color: #DC07AD; }
span { border-color: rgb(220,7,173); }
td.TdClassName
{
border-color: #DC07AD;
}
.TagClassName
{
border-color: #DC07AD;
}
</style>