Shades of Hollywood Cerise #D814A5
Tints of Hollywood Cerise #D814A5
RGB
CMYK
RGB Variations
Color information
#D814A5 (or 0xD814A5) is known color: Hollywood Cerise. HEX triplet: D8, 14 and A5. RGB value is (216,20,165). Sum of RGB (Red+Green+Blue) = 216+20+165=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 20 (8.20% from 255 or 4.99% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D814A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814A5 is #27EB5A. Grayscale: #5E5E5E. Windows color (decimal): -2616155 or 10818776. OLE color: 10818776.
HSL color Cylindrical-coordinate representation of color #D814A5: hue angle of 315.61º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D814A5 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 165 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.15 |
| HSL | 315.61º | 0.83% | 0.46% | - |
| HSV(B) | 315.61º | 0.91% | 0.85% | - |
| XYZ | 35.36 | 17.82 | 37.17 | - |
| YUV | 95.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 165 | 0 | 0.91 | 0.24 | 0.15 | 315.61 | 0.83 | 0.46 |
| Hex | D8 | 14 | A5 | 0 | 5B | 18 | F | 13C | 53 | 2E |
| Octal | 330 | 24 | 245 | 0 | 133 | 30 | 17 | 474 | 123 | 56 |
| Binary | 11011000 | 10100 | 10100101 | 0 | 1011011 | 11000 | 1111 | 100111100 | 1010011 | 101110 |
Color Harmonies of #D814A5
Complementary color
Monochromatic Colors of #D814A5
Black with #D814A5
Text Example
Text Example
White with #D814A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814A5; }
p { color: rgb(216,20,165); }
H1.HeaderClassName
{
color: #D814A5;
}
.AnyTagClassName
{
color: #D814A5;
}
</style>
background-color css
<style>
a { background-color: #D814A5; }
a { background-color: rgb(216,20,165); }
div.DivClassName
{
background-color: #D814A5;
}
.BgClassName
{
background-color: #D814A5;
}
</style>
border-color css
<style>
span { border-color: #D814A5; }
span { border-color: rgb(216,20,165); }
td.TdClassName
{
border-color: #D814A5;
}
.TagClassName
{
border-color: #D814A5;
}
</style>