Shades of Hollywood Cerise #D815AD
Tints of Hollywood Cerise #D815AD
RGB
CMYK
RGB Variations
Color information
#D815AD (or 0xD815AD) is known color: Hollywood Cerise. HEX triplet: D8, 15 and AD. RGB value is (216,21,173). Sum of RGB (Red+Green+Blue) = 216+21+173=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D815AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815AD is #27EA52. Grayscale: #606060. Windows color (decimal): -2615891 or 11343320. OLE color: 11343320.
HSL color Cylindrical-coordinate representation of color #D815AD: hue angle of 313.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815AD is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 173 | - |
| CMYK | 0 | 0.90 | 0.20 | 0.15 |
| HSL | 313.23º | 0.82% | 0.46% | - |
| HSV(B) | 313.23º | 0.9% | 0.85% | - |
| XYZ | 36.13 | 18.15 | 41.13 | - |
| YUV | 96.63 | 171.1 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 173 | 0 | 0.90 | 0.20 | 0.15 | 313.23 | 0.82 | 0.46 |
| Hex | D8 | 15 | AD | 0 | 5A | 14 | F | 139 | 52 | 2E |
| Octal | 330 | 25 | 255 | 0 | 132 | 24 | 17 | 471 | 122 | 56 |
| Binary | 11011000 | 10101 | 10101101 | 0 | 1011010 | 10100 | 1111 | 100111001 | 1010010 | 101110 |
Color Harmonies of #D815AD
Complementary color
Monochromatic Colors of #D815AD
Black with #D815AD
Text Example
Text Example
White with #D815AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815AD; }
p { color: rgb(216,21,173); }
H1.HeaderClassName
{
color: #D815AD;
}
.AnyTagClassName
{
color: #D815AD;
}
</style>
background-color css
<style>
a { background-color: #D815AD; }
a { background-color: rgb(216,21,173); }
div.DivClassName
{
background-color: #D815AD;
}
.BgClassName
{
background-color: #D815AD;
}
</style>
border-color css
<style>
span { border-color: #D815AD; }
span { border-color: rgb(216,21,173); }
td.TdClassName
{
border-color: #D815AD;
}
.TagClassName
{
border-color: #D815AD;
}
</style>