Shades of Hollywood Cerise #D715AF
Tints of Hollywood Cerise #D715AF
RGB
CMYK
RGB Variations
Color information
#D715AF (or 0xD715AF) is known color: Hollywood Cerise. HEX triplet: D7, 15 and AF. RGB value is (215,21,175). Sum of RGB (Red+Green+Blue) = 215+21+175=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D715AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715AF is #28EA50. Grayscale: #606060. Windows color (decimal): -2681425 or 11474391. OLE color: 11474391.
HSL color Cylindrical-coordinate representation of color #D715AF: hue angle of 312.37º degrees, saturation: 0.82, 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 #D715AF is Cyan = 0, Magento = 0.90, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.19 | 0.16 |
| HSL | 312.37º | 0.82% | 0.46% | - |
| HSV(B) | 312.37º | 0.9% | 0.84% | - |
| XYZ | 36.03 | 18.08 | 42.15 | - |
| YUV | 96.56 | 172.27 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 175 | 0 | 0.90 | 0.19 | 0.16 | 312.37 | 0.82 | 0.46 |
| Hex | D7 | 15 | AF | 0 | 5A | 13 | 10 | 138 | 52 | 2E |
| Octal | 327 | 25 | 257 | 0 | 132 | 23 | 20 | 470 | 122 | 56 |
| Binary | 11010111 | 10101 | 10101111 | 0 | 1011010 | 10011 | 10000 | 100111000 | 1010010 | 101110 |
Color Harmonies of #D715AF
Complementary color
Monochromatic Colors of #D715AF
Black with #D715AF
Text Example
Text Example
White with #D715AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715AF; }
p { color: rgb(215,21,175); }
H1.HeaderClassName
{
color: #D715AF;
}
.AnyTagClassName
{
color: #D715AF;
}
</style>
background-color css
<style>
a { background-color: #D715AF; }
a { background-color: rgb(215,21,175); }
div.DivClassName
{
background-color: #D715AF;
}
.BgClassName
{
background-color: #D715AF;
}
</style>
border-color css
<style>
span { border-color: #D715AF; }
span { border-color: rgb(215,21,175); }
td.TdClassName
{
border-color: #D715AF;
}
.TagClassName
{
border-color: #D715AF;
}
</style>