Shades of Hollywood Cerise #D508AB
Tints of Hollywood Cerise #D508AB
RGB
CMYK
RGB Variations
Color information
#D508AB (or 0xD508AB) is known color: Hollywood Cerise. HEX triplet: D5, 08 and AB. RGB value is (213,8,171). Sum of RGB (Red+Green+Blue) = 213+8+171=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 8 (3.52% from 255 or 2.04% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D508AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D508AB is #2AF754. Grayscale: #575757. Windows color (decimal): -2815829 or 11208917. OLE color: 11208917.
HSL color Cylindrical-coordinate representation of color #D508AB: hue angle of 312.29º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D508AB is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.16 |
| HSL | 312.29º | 0.93% | 0.43% | - |
| HSV(B) | 312.29º | 0.96% | 0.84% | - |
| XYZ | 34.88 | 17.26 | 40.02 | - |
| YUV | 87.88 | 174.92 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 171 | 0 | 0.96 | 0.20 | 0.16 | 312.29 | 0.93 | 0.43 |
| Hex | D5 | 8 | AB | 0 | 60 | 14 | 10 | 138 | 5D | 2B |
| Octal | 325 | 10 | 253 | 0 | 140 | 24 | 20 | 470 | 135 | 53 |
| Binary | 11010101 | 1000 | 10101011 | 0 | 1100000 | 10100 | 10000 | 100111000 | 1011101 | 101011 |
Color Harmonies of #D508AB
Complementary color
Monochromatic Colors of #D508AB
Black with #D508AB
Text Example
Text Example
White with #D508AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508AB; }
p { color: rgb(213,8,171); }
H1.HeaderClassName
{
color: #D508AB;
}
.AnyTagClassName
{
color: #D508AB;
}
</style>
background-color css
<style>
a { background-color: #D508AB; }
a { background-color: rgb(213,8,171); }
div.DivClassName
{
background-color: #D508AB;
}
.BgClassName
{
background-color: #D508AB;
}
</style>
border-color css
<style>
span { border-color: #D508AB; }
span { border-color: rgb(213,8,171); }
td.TdClassName
{
border-color: #D508AB;
}
.TagClassName
{
border-color: #D508AB;
}
</style>