Shades of Hollywood Cerise #D716AF
Tints of Hollywood Cerise #D716AF
RGB
CMYK
RGB Variations
Color information
#D716AF (or 0xD716AF) is known color: Hollywood Cerise. HEX triplet: D7, 16 and AF. RGB value is (215,22,175). Sum of RGB (Red+Green+Blue) = 215+22+175=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D716AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716AF is #28E950. Grayscale: #606060. Windows color (decimal): -2681169 or 11474647. OLE color: 11474647.
HSL color Cylindrical-coordinate representation of color #D716AF: hue angle of 312.44º degrees, saturation: 0.81, 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 #D716AF is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.16 |
| HSL | 312.44º | 0.81% | 0.46% | - |
| HSV(B) | 312.44º | 0.9% | 0.84% | - |
| XYZ | 36.05 | 18.12 | 42.15 | - |
| YUV | 97.15 | 171.94 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 175 | 0 | 0.90 | 0.19 | 0.16 | 312.44 | 0.81 | 0.46 |
| Hex | D7 | 16 | AF | 0 | 5A | 13 | 10 | 138 | 51 | 2E |
| Octal | 327 | 26 | 257 | 0 | 132 | 23 | 20 | 470 | 121 | 56 |
| Binary | 11010111 | 10110 | 10101111 | 0 | 1011010 | 10011 | 10000 | 100111000 | 1010001 | 101110 |
Color Harmonies of #D716AF
Complementary color
Monochromatic Colors of #D716AF
Black with #D716AF
Text Example
Text Example
White with #D716AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716AF; }
p { color: rgb(215,22,175); }
H1.HeaderClassName
{
color: #D716AF;
}
.AnyTagClassName
{
color: #D716AF;
}
</style>
background-color css
<style>
a { background-color: #D716AF; }
a { background-color: rgb(215,22,175); }
div.DivClassName
{
background-color: #D716AF;
}
.BgClassName
{
background-color: #D716AF;
}
</style>
border-color css
<style>
span { border-color: #D716AF; }
span { border-color: rgb(215,22,175); }
td.TdClassName
{
border-color: #D716AF;
}
.TagClassName
{
border-color: #D716AF;
}
</style>