Shades of Hollywood Cerise #D515AA
Tints of Hollywood Cerise #D515AA
RGB
CMYK
RGB Variations
Color information
#D515AA (or 0xD515AA) is known color: Hollywood Cerise. HEX triplet: D5, 15 and AA. RGB value is (213,21,170). Sum of RGB (Red+Green+Blue) = 213+21+170=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D515AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515AA is #2AEA55. Grayscale: #5E5E5E. Windows color (decimal): -2812502 or 11146709. OLE color: 11146709.
HSL color Cylindrical-coordinate representation of color #D515AA: hue angle of 313.44º degrees, saturation: 0.82, 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 #D515AA is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 170 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.16 |
| HSL | 313.44º | 0.82% | 0.46% | - |
| HSV(B) | 313.44º | 0.9% | 0.84% | - |
| XYZ | 34.96 | 17.58 | 39.58 | - |
| YUV | 95.39 | 170.11 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 170 | 0 | 0.90 | 0.20 | 0.16 | 313.44 | 0.82 | 0.46 |
| Hex | D5 | 15 | AA | 0 | 5A | 14 | 10 | 139 | 52 | 2E |
| Octal | 325 | 25 | 252 | 0 | 132 | 24 | 20 | 471 | 122 | 56 |
| Binary | 11010101 | 10101 | 10101010 | 0 | 1011010 | 10100 | 10000 | 100111001 | 1010010 | 101110 |
Color Harmonies of #D515AA
Complementary color
Monochromatic Colors of #D515AA
Black with #D515AA
Text Example
Text Example
White with #D515AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515AA; }
p { color: rgb(213,21,170); }
H1.HeaderClassName
{
color: #D515AA;
}
.AnyTagClassName
{
color: #D515AA;
}
</style>
background-color css
<style>
a { background-color: #D515AA; }
a { background-color: rgb(213,21,170); }
div.DivClassName
{
background-color: #D515AA;
}
.BgClassName
{
background-color: #D515AA;
}
</style>
border-color css
<style>
span { border-color: #D515AA; }
span { border-color: rgb(213,21,170); }
td.TdClassName
{
border-color: #D515AA;
}
.TagClassName
{
border-color: #D515AA;
}
</style>