Shades of Hollywood Cerise #D812A3
Tints of Hollywood Cerise #D812A3
RGB
CMYK
RGB Variations
Color information
#D812A3 (or 0xD812A3) is known color: Hollywood Cerise. HEX triplet: D8, 12 and A3. RGB value is (216,18,163). Sum of RGB (Red+Green+Blue) = 216+18+163=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D812A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D812A3 is #27ED5C. Grayscale: #5D5D5D. Windows color (decimal): -2616669 or 10687192. OLE color: 10687192.
HSL color Cylindrical-coordinate representation of color #D812A3: hue angle of 316.06º 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 #D812A3 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 163 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.15 |
| HSL | 316.06º | 0.85% | 0.46% | - |
| HSV(B) | 316.06º | 0.92% | 0.85% | - |
| XYZ | 35.15 | 17.68 | 36.21 | - |
| YUV | 93.73 | 167.1 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 163 | 0 | 0.92 | 0.25 | 0.15 | 316.06 | 0.85 | 0.46 |
| Hex | D8 | 12 | A3 | 0 | 5C | 19 | F | 13C | 55 | 2E |
| Octal | 330 | 22 | 243 | 0 | 134 | 31 | 17 | 474 | 125 | 56 |
| Binary | 11011000 | 10010 | 10100011 | 0 | 1011100 | 11001 | 1111 | 100111100 | 1010101 | 101110 |
Color Harmonies of #D812A3
Complementary color
Monochromatic Colors of #D812A3
Black with #D812A3
Text Example
Text Example
White with #D812A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812A3; }
p { color: rgb(216,18,163); }
H1.HeaderClassName
{
color: #D812A3;
}
.AnyTagClassName
{
color: #D812A3;
}
</style>
background-color css
<style>
a { background-color: #D812A3; }
a { background-color: rgb(216,18,163); }
div.DivClassName
{
background-color: #D812A3;
}
.BgClassName
{
background-color: #D812A3;
}
</style>
border-color css
<style>
span { border-color: #D812A3; }
span { border-color: rgb(216,18,163); }
td.TdClassName
{
border-color: #D812A3;
}
.TagClassName
{
border-color: #D812A3;
}
</style>