Shades of Hollywood Cerise #D516AE
Tints of Hollywood Cerise #D516AE
RGB
CMYK
RGB Variations
Color information
#D516AE (or 0xD516AE) is known color: Hollywood Cerise. HEX triplet: D5, 16 and AE. RGB value is (213,22,174). Sum of RGB (Red+Green+Blue) = 213+22+174=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D516AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D516AE is #2AE951. Grayscale: #606060. Windows color (decimal): -2812242 or 11409109. OLE color: 11409109.
HSL color Cylindrical-coordinate representation of color #D516AE: hue angle of 312.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D516AE is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 174 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.16 |
| HSL | 312.25º | 0.81% | 0.46% | - |
| HSV(B) | 312.25º | 0.9% | 0.84% | - |
| XYZ | 35.37 | 17.78 | 41.61 | - |
| YUV | 96.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 174 | 0 | 0.90 | 0.18 | 0.16 | 312.25 | 0.81 | 0.46 |
| Hex | D5 | 16 | AE | 0 | 5A | 12 | 10 | 138 | 51 | 2E |
| Octal | 325 | 26 | 256 | 0 | 132 | 22 | 20 | 470 | 121 | 56 |
| Binary | 11010101 | 10110 | 10101110 | 0 | 1011010 | 10010 | 10000 | 100111000 | 1010001 | 101110 |
Color Harmonies of #D516AE
Complementary color
Monochromatic Colors of #D516AE
Black with #D516AE
Text Example
Text Example
White with #D516AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D516AE; }
p { color: rgb(213,22,174); }
H1.HeaderClassName
{
color: #D516AE;
}
.AnyTagClassName
{
color: #D516AE;
}
</style>
background-color css
<style>
a { background-color: #D516AE; }
a { background-color: rgb(213,22,174); }
div.DivClassName
{
background-color: #D516AE;
}
.BgClassName
{
background-color: #D516AE;
}
</style>
border-color css
<style>
span { border-color: #D516AE; }
span { border-color: rgb(213,22,174); }
td.TdClassName
{
border-color: #D516AE;
}
.TagClassName
{
border-color: #D516AE;
}
</style>