Shades of Hollywood Cerise #D60EAC
Tints of Hollywood Cerise #D60EAC
RGB
CMYK
RGB Variations
Color information
#D60EAC (or 0xD60EAC) is known color: Hollywood Cerise. HEX triplet: D6, 0E and AC. RGB value is (214,14,172). Sum of RGB (Red+Green+Blue) = 214+14+172=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D60EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60EAC is #29F153. Grayscale: #5B5B5B. Windows color (decimal): -2748756 or 11275990. OLE color: 11275990.
HSL color Cylindrical-coordinate representation of color #D60EAC: hue angle of 312.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60EAC is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.16 |
| HSL | 312.6º | 0.88% | 0.45% | - |
| HSV(B) | 312.6º | 0.93% | 0.84% | - |
| XYZ | 35.33 | 17.59 | 40.56 | - |
| YUV | 91.81 | 173.26 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 172 | 0 | 0.93 | 0.20 | 0.16 | 312.6 | 0.88 | 0.45 |
| Hex | D6 | E | AC | 0 | 5D | 14 | 10 | 139 | 58 | 2D |
| Octal | 326 | 16 | 254 | 0 | 135 | 24 | 20 | 471 | 130 | 55 |
| Binary | 11010110 | 1110 | 10101100 | 0 | 1011101 | 10100 | 10000 | 100111001 | 1011000 | 101101 |
Color Harmonies of #D60EAC
Complementary color
Monochromatic Colors of #D60EAC
Black with #D60EAC
Text Example
Text Example
White with #D60EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60EAC; }
p { color: rgb(214,14,172); }
H1.HeaderClassName
{
color: #D60EAC;
}
.AnyTagClassName
{
color: #D60EAC;
}
</style>
background-color css
<style>
a { background-color: #D60EAC; }
a { background-color: rgb(214,14,172); }
div.DivClassName
{
background-color: #D60EAC;
}
.BgClassName
{
background-color: #D60EAC;
}
</style>
border-color css
<style>
span { border-color: #D60EAC; }
span { border-color: rgb(214,14,172); }
td.TdClassName
{
border-color: #D60EAC;
}
.TagClassName
{
border-color: #D60EAC;
}
</style>