Shades of Hollywood Cerise #D500A6
Tints of Hollywood Cerise #D500A6
RGB
CMYK
RGB Variations
Color information
#D500A6 (or 0xD500A6) is known color: Hollywood Cerise. HEX triplet: D5, 00 and A6. RGB value is (213,0,166). Sum of RGB (Red+Green+Blue) = 213+0+166=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D500A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500A6 is #2AFF59. Grayscale: #525252. Windows color (decimal): -2817882 or 10879189. OLE color: 10879189.
HSL color Cylindrical-coordinate representation of color #D500A6: hue angle of 313.24º 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 #D500A6 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.22 | 0.16 |
| HSL | 313.24º | 1% | 0.42% | - |
| HSV(B) | 313.24º | 1% | 0.84% | - |
| XYZ | 34.32 | 16.9 | 37.53 | - |
| YUV | 82.61 | 175.07 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 166 | 0 | 1 | 0.22 | 0.16 | 313.24 | 1 | 0.42 |
| Hex | D5 | 0 | A6 | 0 | 64 | 16 | 10 | 139 | 64 | 2A |
| Octal | 325 | 0 | 246 | 0 | 144 | 26 | 20 | 471 | 144 | 52 |
| Binary | 11010101 | 0 | 10100110 | 0 | 1100100 | 10110 | 10000 | 100111001 | 1100100 | 101010 |
Color Harmonies of #D500A6
Complementary color
Monochromatic Colors of #D500A6
Black with #D500A6
Text Example
Text Example
White with #D500A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500A6; }
p { color: rgb(213,0,166); }
H1.HeaderClassName
{
color: #D500A6;
}
.AnyTagClassName
{
color: #D500A6;
}
</style>
background-color css
<style>
a { background-color: #D500A6; }
a { background-color: rgb(213,0,166); }
div.DivClassName
{
background-color: #D500A6;
}
.BgClassName
{
background-color: #D500A6;
}
</style>
border-color css
<style>
span { border-color: #D500A6; }
span { border-color: rgb(213,0,166); }
td.TdClassName
{
border-color: #D500A6;
}
.TagClassName
{
border-color: #D500A6;
}
</style>