Shades of Hollywood Cerise #D508A0
Tints of Hollywood Cerise #D508A0
RGB
CMYK
RGB Variations
Color information
#D508A0 (or 0xD508A0) is known color: Hollywood Cerise. HEX triplet: D5, 08 and A0. RGB value is (213,8,160). Sum of RGB (Red+Green+Blue) = 213+8+160=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 8 (3.52% from 255 or 2.10% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D508A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D508A0 is #2AF75F. Grayscale: #565656. Windows color (decimal): -2815840 or 10488021. OLE color: 10488021.
HSL color Cylindrical-coordinate representation of color #D508A0: hue angle of 315.51º 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 #D508A0 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.16 |
| HSL | 315.51º | 0.93% | 0.43% | - |
| HSV(B) | 315.51º | 0.96% | 0.84% | - |
| XYZ | 33.87 | 16.86 | 34.73 | - |
| YUV | 86.62 | 169.42 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 160 | 0 | 0.96 | 0.25 | 0.16 | 315.51 | 0.93 | 0.43 |
| Hex | D5 | 8 | A0 | 0 | 60 | 19 | 10 | 13C | 5D | 2B |
| Octal | 325 | 10 | 240 | 0 | 140 | 31 | 20 | 474 | 135 | 53 |
| Binary | 11010101 | 1000 | 10100000 | 0 | 1100000 | 11001 | 10000 | 100111100 | 1011101 | 101011 |
Color Harmonies of #D508A0
Complementary color
Monochromatic Colors of #D508A0
Black with #D508A0
Text Example
Text Example
White with #D508A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D508A0; }
p { color: rgb(213,8,160); }
H1.HeaderClassName
{
color: #D508A0;
}
.AnyTagClassName
{
color: #D508A0;
}
</style>
background-color css
<style>
a { background-color: #D508A0; }
a { background-color: rgb(213,8,160); }
div.DivClassName
{
background-color: #D508A0;
}
.BgClassName
{
background-color: #D508A0;
}
</style>
border-color css
<style>
span { border-color: #D508A0; }
span { border-color: rgb(213,8,160); }
td.TdClassName
{
border-color: #D508A0;
}
.TagClassName
{
border-color: #D508A0;
}
</style>