Shades of Hollywood Cerise #D716AC
Tints of Hollywood Cerise #D716AC
RGB
CMYK
RGB Variations
Color information
#D716AC (or 0xD716AC) is known color: Hollywood Cerise. HEX triplet: D7, 16 and AC. RGB value is (215,22,172). Sum of RGB (Red+Green+Blue) = 215+22+172=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D716AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D716AC is #28E953. Grayscale: #606060. Windows color (decimal): -2681172 or 11278039. OLE color: 11278039.
HSL color Cylindrical-coordinate representation of color #D716AC: hue angle of 313.37º 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 #D716AC is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 172 | - |
| CMYK | 0 | 0.90 | 0.2 | 0.16 |
| HSL | 313.37º | 0.81% | 0.46% | - |
| HSV(B) | 313.37º | 0.9% | 0.84% | - |
| XYZ | 35.76 | 18 | 40.62 | - |
| YUV | 96.81 | 170.44 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 172 | 0 | 0.90 | 0.2 | 0.16 | 313.37 | 0.81 | 0.46 |
| Hex | D7 | 16 | AC | 0 | 5A | 14 | 10 | 139 | 51 | 2E |
| Octal | 327 | 26 | 254 | 0 | 132 | 24 | 20 | 471 | 121 | 56 |
| Binary | 11010111 | 10110 | 10101100 | 0 | 1011010 | 10100 | 10000 | 100111001 | 1010001 | 101110 |
Color Harmonies of #D716AC
Complementary color
Monochromatic Colors of #D716AC
Black with #D716AC
Text Example
Text Example
White with #D716AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D716AC; }
p { color: rgb(215,22,172); }
H1.HeaderClassName
{
color: #D716AC;
}
.AnyTagClassName
{
color: #D716AC;
}
</style>
background-color css
<style>
a { background-color: #D716AC; }
a { background-color: rgb(215,22,172); }
div.DivClassName
{
background-color: #D716AC;
}
.BgClassName
{
background-color: #D716AC;
}
</style>
border-color css
<style>
span { border-color: #D716AC; }
span { border-color: rgb(215,22,172); }
td.TdClassName
{
border-color: #D716AC;
}
.TagClassName
{
border-color: #D716AC;
}
</style>