Shades of Hollywood Cerise #DC10AF
Tints of Hollywood Cerise #DC10AF
RGB
CMYK
RGB Variations
Color information
#DC10AF (or 0xDC10AF) is known color: Hollywood Cerise. HEX triplet: DC, 10 and AF. RGB value is (220,16,175). Sum of RGB (Red+Green+Blue) = 220+16+175=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC10AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC10AF is #23EF50. Grayscale: #5E5E5E. Windows color (decimal): -2355025 or 11473116. OLE color: 11473116.
HSL color Cylindrical-coordinate representation of color #DC10AF: hue angle of 313.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC10AF is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 175 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.14 |
| HSL | 313.24º | 0.86% | 0.46% | - |
| HSV(B) | 313.24º | 0.93% | 0.86% | - |
| XYZ | 37.44 | 18.68 | 42.19 | - |
| YUV | 95.12 | 173.09 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 175 | 0 | 0.93 | 0.20 | 0.14 | 313.24 | 0.86 | 0.46 |
| Hex | DC | 10 | AF | 0 | 5D | 14 | E | 139 | 56 | 2E |
| Octal | 334 | 20 | 257 | 0 | 135 | 24 | 16 | 471 | 126 | 56 |
| Binary | 11011100 | 10000 | 10101111 | 0 | 1011101 | 10100 | 1110 | 100111001 | 1010110 | 101110 |
Color Harmonies of #DC10AF
Complementary color
Monochromatic Colors of #DC10AF
Black with #DC10AF
Text Example
Text Example
White with #DC10AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC10AF; }
p { color: rgb(220,16,175); }
H1.HeaderClassName
{
color: #DC10AF;
}
.AnyTagClassName
{
color: #DC10AF;
}
</style>
background-color css
<style>
a { background-color: #DC10AF; }
a { background-color: rgb(220,16,175); }
div.DivClassName
{
background-color: #DC10AF;
}
.BgClassName
{
background-color: #DC10AF;
}
</style>
border-color css
<style>
span { border-color: #DC10AF; }
span { border-color: rgb(220,16,175); }
td.TdClassName
{
border-color: #DC10AF;
}
.TagClassName
{
border-color: #DC10AF;
}
</style>