Shades of Hollywood Cerise #D813A3
Tints of Hollywood Cerise #D813A3
RGB
CMYK
RGB Variations
Color information
#D813A3 (or 0xD813A3) is known color: Hollywood Cerise. HEX triplet: D8, 13 and A3. RGB value is (216,19,163). Sum of RGB (Red+Green+Blue) = 216+19+163=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 163 (64.06% from 255 or 40.95% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D813A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D813A3 is #27EC5C. Grayscale: #5D5D5D. Windows color (decimal): -2616413 or 10687448. OLE color: 10687448.
HSL color Cylindrical-coordinate representation of color #D813A3: hue angle of 316.14º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D813A3 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 163 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.15 |
| HSL | 316.14º | 0.84% | 0.46% | - |
| HSV(B) | 316.14º | 0.91% | 0.85% | - |
| XYZ | 35.16 | 17.71 | 36.22 | - |
| YUV | 94.32 | 166.77 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 163 | 0 | 0.91 | 0.25 | 0.15 | 316.14 | 0.84 | 0.46 |
| Hex | D8 | 13 | A3 | 0 | 5B | 19 | F | 13C | 54 | 2E |
| Octal | 330 | 23 | 243 | 0 | 133 | 31 | 17 | 474 | 124 | 56 |
| Binary | 11011000 | 10011 | 10100011 | 0 | 1011011 | 11001 | 1111 | 100111100 | 1010100 | 101110 |
Color Harmonies of #D813A3
Complementary color
Monochromatic Colors of #D813A3
Black with #D813A3
Text Example
Text Example
White with #D813A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813A3; }
p { color: rgb(216,19,163); }
H1.HeaderClassName
{
color: #D813A3;
}
.AnyTagClassName
{
color: #D813A3;
}
</style>
background-color css
<style>
a { background-color: #D813A3; }
a { background-color: rgb(216,19,163); }
div.DivClassName
{
background-color: #D813A3;
}
.BgClassName
{
background-color: #D813A3;
}
</style>
border-color css
<style>
span { border-color: #D813A3; }
span { border-color: rgb(216,19,163); }
td.TdClassName
{
border-color: #D813A3;
}
.TagClassName
{
border-color: #D813A3;
}
</style>