Shades of Hollywood Cerise #D714AA
Tints of Hollywood Cerise #D714AA
RGB
CMYK
RGB Variations
Color information
#D714AA (or 0xD714AA) is known color: Hollywood Cerise. HEX triplet: D7, 14 and AA. RGB value is (215,20,170). Sum of RGB (Red+Green+Blue) = 215+20+170=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 20 (8.20% from 255 or 4.94% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D714AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714AA is #28EB55. Grayscale: #5F5F5F. Windows color (decimal): -2681686 or 11146455. OLE color: 11146455.
HSL color Cylindrical-coordinate representation of color #D714AA: hue angle of 313.85º 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 #D714AA is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 170 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.16 |
| HSL | 313.85º | 0.83% | 0.46% | - |
| HSV(B) | 313.85º | 0.91% | 0.84% | - |
| XYZ | 35.53 | 17.85 | 39.6 | - |
| YUV | 95.41 | 170.1 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 170 | 0 | 0.91 | 0.21 | 0.16 | 313.85 | 0.83 | 0.46 |
| Hex | D7 | 14 | AA | 0 | 5B | 15 | 10 | 13A | 53 | 2E |
| Octal | 327 | 24 | 252 | 0 | 133 | 25 | 20 | 472 | 123 | 56 |
| Binary | 11010111 | 10100 | 10101010 | 0 | 1011011 | 10101 | 10000 | 100111010 | 1010011 | 101110 |
Color Harmonies of #D714AA
Complementary color
Monochromatic Colors of #D714AA
Black with #D714AA
Text Example
Text Example
White with #D714AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714AA; }
p { color: rgb(215,20,170); }
H1.HeaderClassName
{
color: #D714AA;
}
.AnyTagClassName
{
color: #D714AA;
}
</style>
background-color css
<style>
a { background-color: #D714AA; }
a { background-color: rgb(215,20,170); }
div.DivClassName
{
background-color: #D714AA;
}
.BgClassName
{
background-color: #D714AA;
}
</style>
border-color css
<style>
span { border-color: #D714AA; }
span { border-color: rgb(215,20,170); }
td.TdClassName
{
border-color: #D714AA;
}
.TagClassName
{
border-color: #D714AA;
}
</style>