Shades of Hollywood Cerise #D811AF
Tints of Hollywood Cerise #D811AF
RGB
CMYK
RGB Variations
Color information
#D811AF (or 0xD811AF) is known color: Hollywood Cerise. HEX triplet: D8, 11 and AF. RGB value is (216,17,175). Sum of RGB (Red+Green+Blue) = 216+17+175=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 17 (7.03% from 255 or 4.17% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D811AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D811AF is #27EE50. Grayscale: #5E5E5E. Windows color (decimal): -2616913 or 11473368. OLE color: 11473368.
HSL color Cylindrical-coordinate representation of color #D811AF: hue angle of 312.36º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D811AF is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 175 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.15 |
| HSL | 312.36º | 0.85% | 0.46% | - |
| HSV(B) | 312.36º | 0.92% | 0.85% | - |
| XYZ | 36.26 | 18.09 | 42.14 | - |
| YUV | 94.51 | 173.43 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 175 | 0 | 0.92 | 0.19 | 0.15 | 312.36 | 0.85 | 0.46 |
| Hex | D8 | 11 | AF | 0 | 5C | 13 | F | 138 | 55 | 2E |
| Octal | 330 | 21 | 257 | 0 | 134 | 23 | 17 | 470 | 125 | 56 |
| Binary | 11011000 | 10001 | 10101111 | 0 | 1011100 | 10011 | 1111 | 100111000 | 1010101 | 101110 |
Color Harmonies of #D811AF
Complementary color
Monochromatic Colors of #D811AF
Black with #D811AF
Text Example
Text Example
White with #D811AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D811AF; }
p { color: rgb(216,17,175); }
H1.HeaderClassName
{
color: #D811AF;
}
.AnyTagClassName
{
color: #D811AF;
}
</style>
background-color css
<style>
a { background-color: #D811AF; }
a { background-color: rgb(216,17,175); }
div.DivClassName
{
background-color: #D811AF;
}
.BgClassName
{
background-color: #D811AF;
}
</style>
border-color css
<style>
span { border-color: #D811AF; }
span { border-color: rgb(216,17,175); }
td.TdClassName
{
border-color: #D811AF;
}
.TagClassName
{
border-color: #D811AF;
}
</style>