Shades of Hollywood Cerise #D514AE
Tints of Hollywood Cerise #D514AE
RGB
CMYK
RGB Variations
Color information
#D514AE (or 0xD514AE) is known color: Hollywood Cerise. HEX triplet: D5, 14 and AE. RGB value is (213,20,174). Sum of RGB (Red+Green+Blue) = 213+20+174=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D514AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D514AE is #2AEB51. Grayscale: #5E5E5E. Windows color (decimal): -2812754 or 11408597. OLE color: 11408597.
HSL color Cylindrical-coordinate representation of color #D514AE: hue angle of 312.12º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D514AE is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 20 | 174 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.16 |
| HSL | 312.12º | 0.83% | 0.46% | - |
| HSV(B) | 312.12º | 0.91% | 0.84% | - |
| XYZ | 35.33 | 17.7 | 41.6 | - |
| YUV | 95.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 20 | 174 | 0 | 0.91 | 0.18 | 0.16 | 312.12 | 0.83 | 0.46 |
| Hex | D5 | 14 | AE | 0 | 5B | 12 | 10 | 138 | 53 | 2E |
| Octal | 325 | 24 | 256 | 0 | 133 | 22 | 20 | 470 | 123 | 56 |
| Binary | 11010101 | 10100 | 10101110 | 0 | 1011011 | 10010 | 10000 | 100111000 | 1010011 | 101110 |
Color Harmonies of #D514AE
Complementary color
Monochromatic Colors of #D514AE
Black with #D514AE
Text Example
Text Example
White with #D514AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D514AE; }
p { color: rgb(213,20,174); }
H1.HeaderClassName
{
color: #D514AE;
}
.AnyTagClassName
{
color: #D514AE;
}
</style>
background-color css
<style>
a { background-color: #D514AE; }
a { background-color: rgb(213,20,174); }
div.DivClassName
{
background-color: #D514AE;
}
.BgClassName
{
background-color: #D514AE;
}
</style>
border-color css
<style>
span { border-color: #D514AE; }
span { border-color: rgb(213,20,174); }
td.TdClassName
{
border-color: #D514AE;
}
.TagClassName
{
border-color: #D514AE;
}
</style>