Shades of Hollywood Cerise #D500A8
Tints of Hollywood Cerise #D500A8
RGB
CMYK
RGB Variations
Color information
#D500A8 (or 0xD500A8) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A8. RGB value is (213,0,168). Sum of RGB (Red+Green+Blue) = 213+0+168=381 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.91% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 168 (66.02% from 255 or 44.09% from 381); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A8 is #2AFF57. Grayscale: #525252. Windows color (decimal): -2817880 or 11010261. OLE color: 11010261.
HSL color Cylindrical-coordinate representation of color #D500A8: hue angle of 312.68º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D500A8 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.21 | 0.16 |
| HSL | 312.68º | 1% | 0.42% | - |
| HSV(B) | 312.68º | 1% | 0.84% | - |
| XYZ | 34.51 | 16.97 | 38.5 | - |
| YUV | 82.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 168 | 0 | 1 | 0.21 | 0.16 | 312.68 | 1 | 0.42 |
| Hex | D5 | 0 | A8 | 0 | 64 | 15 | 10 | 139 | 64 | 2A |
| Octal | 325 | 0 | 250 | 0 | 144 | 25 | 20 | 471 | 144 | 52 |
| Binary | 11010101 | 0 | 10101000 | 0 | 1100100 | 10101 | 10000 | 100111001 | 1100100 | 101010 |
Color Harmonies of #D500A8
Complementary color
Monochromatic Colors of #D500A8
Black with #D500A8
Text Example
Text Example
White with #D500A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500A8; }
p { color: rgb(213,0,168); }
H1.HeaderClassName
{
color: #D500A8;
}
.AnyTagClassName
{
color: #D500A8;
}
</style>
background-color css
<style>
a { background-color: #D500A8; }
a { background-color: rgb(213,0,168); }
div.DivClassName
{
background-color: #D500A8;
}
.BgClassName
{
background-color: #D500A8;
}
</style>
border-color css
<style>
span { border-color: #D500A8; }
span { border-color: rgb(213,0,168); }
td.TdClassName
{
border-color: #D500A8;
}
.TagClassName
{
border-color: #D500A8;
}
</style>