Shades of Hollywood Cerise #D511AD
Tints of Hollywood Cerise #D511AD
RGB
CMYK
RGB Variations
Color information
#D511AD (or 0xD511AD) is known color: Hollywood Cerise. HEX triplet: D5, 11 and AD. RGB value is (213,17,173). Sum of RGB (Red+Green+Blue) = 213+17+173=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D511AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D511AD is #2AEE52. Grayscale: #5C5C5C. Windows color (decimal): -2813523 or 11342293. OLE color: 11342293.
HSL color Cylindrical-coordinate representation of color #D511AD: hue angle of 312.24º 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 #D511AD is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 17 | 173 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.16 |
| HSL | 312.24º | 0.85% | 0.45% | - |
| HSV(B) | 312.24º | 0.92% | 0.84% | - |
| XYZ | 35.18 | 17.56 | 41.07 | - |
| YUV | 93.39 | 172.93 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 17 | 173 | 0 | 0.92 | 0.19 | 0.16 | 312.24 | 0.85 | 0.45 |
| Hex | D5 | 11 | AD | 0 | 5C | 13 | 10 | 138 | 55 | 2D |
| Octal | 325 | 21 | 255 | 0 | 134 | 23 | 20 | 470 | 125 | 55 |
| Binary | 11010101 | 10001 | 10101101 | 0 | 1011100 | 10011 | 10000 | 100111000 | 1010101 | 101101 |
Color Harmonies of #D511AD
Complementary color
Monochromatic Colors of #D511AD
Black with #D511AD
Text Example
Text Example
White with #D511AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D511AD; }
p { color: rgb(213,17,173); }
H1.HeaderClassName
{
color: #D511AD;
}
.AnyTagClassName
{
color: #D511AD;
}
</style>
background-color css
<style>
a { background-color: #D511AD; }
a { background-color: rgb(213,17,173); }
div.DivClassName
{
background-color: #D511AD;
}
.BgClassName
{
background-color: #D511AD;
}
</style>
border-color css
<style>
span { border-color: #D511AD; }
span { border-color: rgb(213,17,173); }
td.TdClassName
{
border-color: #D511AD;
}
.TagClassName
{
border-color: #D511AD;
}
</style>