Shades of Hollywood Cerise #D80AAE
Tints of Hollywood Cerise #D80AAE
RGB
CMYK
RGB Variations
Color information
#D80AAE (or 0xD80AAE) is known color: Hollywood Cerise. HEX triplet: D8, 0A and AE. RGB value is (216,10,174). Sum of RGB (Red+Green+Blue) = 216+10+174=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80AAE is #27F551. Grayscale: #595959. Windows color (decimal): -2618706 or 11406040. OLE color: 11406040.
HSL color Cylindrical-coordinate representation of color #D80AAE: hue angle of 312.23º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AAE is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 174 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.15 |
| HSL | 312.23º | 0.91% | 0.44% | - |
| HSV(B) | 312.23º | 0.95% | 0.85% | - |
| XYZ | 36.07 | 17.87 | 41.59 | - |
| YUV | 90.29 | 175.25 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 174 | 0 | 0.95 | 0.19 | 0.15 | 312.23 | 0.91 | 0.44 |
| Hex | D8 | A | AE | 0 | 5F | 13 | F | 138 | 5B | 2C |
| Octal | 330 | 12 | 256 | 0 | 137 | 23 | 17 | 470 | 133 | 54 |
| Binary | 11011000 | 1010 | 10101110 | 0 | 1011111 | 10011 | 1111 | 100111000 | 1011011 | 101100 |
Color Harmonies of #D80AAE
Complementary color
Monochromatic Colors of #D80AAE
Black with #D80AAE
Text Example
Text Example
White with #D80AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AAE; }
p { color: rgb(216,10,174); }
H1.HeaderClassName
{
color: #D80AAE;
}
.AnyTagClassName
{
color: #D80AAE;
}
</style>
background-color css
<style>
a { background-color: #D80AAE; }
a { background-color: rgb(216,10,174); }
div.DivClassName
{
background-color: #D80AAE;
}
.BgClassName
{
background-color: #D80AAE;
}
</style>
border-color css
<style>
span { border-color: #D80AAE; }
span { border-color: rgb(216,10,174); }
td.TdClassName
{
border-color: #D80AAE;
}
.TagClassName
{
border-color: #D80AAE;
}
</style>