Shades of Hollywood Cerise #DC16AE
Tints of Hollywood Cerise #DC16AE
RGB
CMYK
RGB Variations
Color information
#DC16AE (or 0xDC16AE) is known color: Hollywood Cerise. HEX triplet: DC, 16 and AE. RGB value is (220,22,174). Sum of RGB (Red+Green+Blue) = 220+22+174=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC16AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC16AE is #23E951. Grayscale: #626262. Windows color (decimal): -2353490 or 11409116. OLE color: 11409116.
HSL color Cylindrical-coordinate representation of color #DC16AE: hue angle of 313.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC16AE is Cyan = 0, Magento = 0.9, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 174 | - |
| CMYK | 0 | 0.9 | 0.21 | 0.14 |
| HSL | 313.94º | 0.82% | 0.47% | - |
| HSV(B) | 313.94º | 0.9% | 0.86% | - |
| XYZ | 37.44 | 18.85 | 41.71 | - |
| YUV | 98.53 | 170.6 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 174 | 0 | 0.9 | 0.21 | 0.14 | 313.94 | 0.82 | 0.47 |
| Hex | DC | 16 | AE | 0 | 5A | 15 | E | 13A | 52 | 2F |
| Octal | 334 | 26 | 256 | 0 | 132 | 25 | 16 | 472 | 122 | 57 |
| Binary | 11011100 | 10110 | 10101110 | 0 | 1011010 | 10101 | 1110 | 100111010 | 1010010 | 101111 |
Color Harmonies of #DC16AE
Complementary color
Monochromatic Colors of #DC16AE
Black with #DC16AE
Text Example
Text Example
White with #DC16AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC16AE; }
p { color: rgb(220,22,174); }
H1.HeaderClassName
{
color: #DC16AE;
}
.AnyTagClassName
{
color: #DC16AE;
}
</style>
background-color css
<style>
a { background-color: #DC16AE; }
a { background-color: rgb(220,22,174); }
div.DivClassName
{
background-color: #DC16AE;
}
.BgClassName
{
background-color: #DC16AE;
}
</style>
border-color css
<style>
span { border-color: #DC16AE; }
span { border-color: rgb(220,22,174); }
td.TdClassName
{
border-color: #DC16AE;
}
.TagClassName
{
border-color: #DC16AE;
}
</style>