Shades of Hollywood Cerise #D50EAC
Tints of Hollywood Cerise #D50EAC
RGB
CMYK
RGB Variations
Color information
#D50EAC (or 0xD50EAC) is known color: Hollywood Cerise. HEX triplet: D5, 0E and AC. RGB value is (213,14,172). Sum of RGB (Red+Green+Blue) = 213+14+172=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D50EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50EAC is #2AF153. Grayscale: #5B5B5B. Windows color (decimal): -2814292 or 11275989. OLE color: 11275989.
HSL color Cylindrical-coordinate representation of color #D50EAC: hue angle of 312.36º 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 #D50EAC is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 14 | 172 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.16 |
| HSL | 312.36º | 0.88% | 0.45% | - |
| HSV(B) | 312.36º | 0.93% | 0.84% | - |
| XYZ | 35.04 | 17.44 | 40.55 | - |
| YUV | 91.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 14 | 172 | 0 | 0.93 | 0.19 | 0.16 | 312.36 | 0.88 | 0.45 |
| Hex | D5 | E | AC | 0 | 5D | 13 | 10 | 138 | 58 | 2D |
| Octal | 325 | 16 | 254 | 0 | 135 | 23 | 20 | 470 | 130 | 55 |
| Binary | 11010101 | 1110 | 10101100 | 0 | 1011101 | 10011 | 10000 | 100111000 | 1011000 | 101101 |
Color Harmonies of #D50EAC
Complementary color
Monochromatic Colors of #D50EAC
Black with #D50EAC
Text Example
Text Example
White with #D50EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50EAC; }
p { color: rgb(213,14,172); }
H1.HeaderClassName
{
color: #D50EAC;
}
.AnyTagClassName
{
color: #D50EAC;
}
</style>
background-color css
<style>
a { background-color: #D50EAC; }
a { background-color: rgb(213,14,172); }
div.DivClassName
{
background-color: #D50EAC;
}
.BgClassName
{
background-color: #D50EAC;
}
</style>
border-color css
<style>
span { border-color: #D50EAC; }
span { border-color: rgb(213,14,172); }
td.TdClassName
{
border-color: #D50EAC;
}
.TagClassName
{
border-color: #D50EAC;
}
</style>