Shades of Hollywood Cerise #D511A8
Tints of Hollywood Cerise #D511A8
RGB
CMYK
RGB Variations
Color information
#D511A8 (or 0xD511A8) is known color: Hollywood Cerise. HEX triplet: D5, 11 and A8. RGB value is (213,17,168). Sum of RGB (Red+Green+Blue) = 213+17+168=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D511A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D511A8 is #2AEE57. Grayscale: #5C5C5C. Windows color (decimal): -2813528 or 11014613. OLE color: 11014613.
HSL color Cylindrical-coordinate representation of color #D511A8: hue angle of 313.78º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D511A8 is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 168 | - |
| CMYK | 0 | 0.92 | 0.21 | 0.16 |
| HSL | 313.78º | 0.85% | 0.45% | - |
| HSV(B) | 313.78º | 0.92% | 0.84% | - |
| XYZ | 34.71 | 17.37 | 38.57 | - |
| YUV | 92.82 | 170.43 | 213.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 168 | 0 | 0.92 | 0.21 | 0.16 | 313.78 | 0.85 | 0.45 |
| Hex | D5 | 11 | A8 | 0 | 5C | 15 | 10 | 13A | 55 | 2D |
| Octal | 325 | 21 | 250 | 0 | 134 | 25 | 20 | 472 | 125 | 55 |
| Binary | 11010101 | 10001 | 10101000 | 0 | 1011100 | 10101 | 10000 | 100111010 | 1010101 | 101101 |
Color Harmonies of #D511A8
Complementary color
Monochromatic Colors of #D511A8
Black with #D511A8
Text Example
Text Example
White with #D511A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511A8; }
p { color: rgb(213,17,168); }
H1.HeaderClassName
{
color: #D511A8;
}
.AnyTagClassName
{
color: #D511A8;
}
</style>
background-color css
<style>
a { background-color: #D511A8; }
a { background-color: rgb(213,17,168); }
div.DivClassName
{
background-color: #D511A8;
}
.BgClassName
{
background-color: #D511A8;
}
</style>
border-color css
<style>
span { border-color: #D511A8; }
span { border-color: rgb(213,17,168); }
td.TdClassName
{
border-color: #D511A8;
}
.TagClassName
{
border-color: #D511A8;
}
</style>