Shades of Hollywood Cerise #D511AA
Tints of Hollywood Cerise #D511AA
RGB
CMYK
RGB Variations
Color information
#D511AA (or 0xD511AA) is known color: Hollywood Cerise. HEX triplet: D5, 11 and AA. RGB value is (213,17,170). Sum of RGB (Red+Green+Blue) = 213+17+170=400 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.25% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 213 - color contains mainly: red. Hex color #D511AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D511AA is #2AEE55. Grayscale: #5C5C5C. Windows color (decimal): -2813526 or 11145685. OLE color: 11145685.
HSL color Cylindrical-coordinate representation of color #D511AA: hue angle of 313.16º 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 #D511AA is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.16 |
| HSL | 313.16º | 0.85% | 0.45% | - |
| HSV(B) | 313.16º | 0.92% | 0.84% | - |
| XYZ | 34.9 | 17.45 | 39.56 | - |
| YUV | 93.05 | 171.43 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 170 | 0 | 0.92 | 0.20 | 0.16 | 313.16 | 0.85 | 0.45 |
| Hex | D5 | 11 | AA | 0 | 5C | 14 | 10 | 139 | 55 | 2D |
| Octal | 325 | 21 | 252 | 0 | 134 | 24 | 20 | 471 | 125 | 55 |
| Binary | 11010101 | 10001 | 10101010 | 0 | 1011100 | 10100 | 10000 | 100111001 | 1010101 | 101101 |
Color Harmonies of #D511AA
Complementary color
Monochromatic Colors of #D511AA
Black with #D511AA
Text Example
Text Example
White with #D511AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511AA; }
p { color: rgb(213,17,170); }
H1.HeaderClassName
{
color: #D511AA;
}
.AnyTagClassName
{
color: #D511AA;
}
</style>
background-color css
<style>
a { background-color: #D511AA; }
a { background-color: rgb(213,17,170); }
div.DivClassName
{
background-color: #D511AA;
}
.BgClassName
{
background-color: #D511AA;
}
</style>
border-color css
<style>
span { border-color: #D511AA; }
span { border-color: rgb(213,17,170); }
td.TdClassName
{
border-color: #D511AA;
}
.TagClassName
{
border-color: #D511AA;
}
</style>