Shades of Hollywood Cerise #D812B0
Tints of Hollywood Cerise #D812B0
RGB
CMYK
RGB Variations
Color information
#D812B0 (or 0xD812B0) is known color: Hollywood Cerise. HEX triplet: D8, 12 and B0. RGB value is (216,18,176). Sum of RGB (Red+Green+Blue) = 216+18+176=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 18 (7.42% from 255 or 4.39% from 410); Blue value is 176 (69.14% from 255 or 42.93% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D812B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812B0 is #27ED4F. Grayscale: #5E5E5E. Windows color (decimal): -2616656 or 11539160. OLE color: 11539160.
HSL color Cylindrical-coordinate representation of color #D812B0: hue angle of 312.12º 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 #D812B0 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 176 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.15 |
| HSL | 312.12º | 0.85% | 0.46% | - |
| HSV(B) | 312.12º | 0.92% | 0.85% | - |
| XYZ | 36.37 | 18.17 | 42.66 | - |
| YUV | 95.21 | 173.6 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 176 | 0 | 0.92 | 0.19 | 0.15 | 312.12 | 0.85 | 0.46 |
| Hex | D8 | 12 | B0 | 0 | 5C | 13 | F | 138 | 55 | 2E |
| Octal | 330 | 22 | 260 | 0 | 134 | 23 | 17 | 470 | 125 | 56 |
| Binary | 11011000 | 10010 | 10110000 | 0 | 1011100 | 10011 | 1111 | 100111000 | 1010101 | 101110 |
Color Harmonies of #D812B0
Complementary color
Monochromatic Colors of #D812B0
Black with #D812B0
Text Example
Text Example
White with #D812B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812B0; }
p { color: rgb(216,18,176); }
H1.HeaderClassName
{
color: #D812B0;
}
.AnyTagClassName
{
color: #D812B0;
}
</style>
background-color css
<style>
a { background-color: #D812B0; }
a { background-color: rgb(216,18,176); }
div.DivClassName
{
background-color: #D812B0;
}
.BgClassName
{
background-color: #D812B0;
}
</style>
border-color css
<style>
span { border-color: #D812B0; }
span { border-color: rgb(216,18,176); }
td.TdClassName
{
border-color: #D812B0;
}
.TagClassName
{
border-color: #D812B0;
}
</style>