Shades of Hollywood Cerise #D500AC
Tints of Hollywood Cerise #D500AC
RGB
CMYK
RGB Variations
Color information
#D500AC (or 0xD500AC) is known color: Hollywood Cerise. HEX triplet: D5, 00 and AC. RGB value is (213,0,172). Sum of RGB (Red+Green+Blue) = 213+0+172=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 0 (0.39% from 255 or 0% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D500AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D500AC is #2AFF53. Grayscale: #525252. Windows color (decimal): -2817876 or 11272405. OLE color: 11272405.
HSL color Cylindrical-coordinate representation of color #D500AC: hue angle of 311.55º 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 #D500AC is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.19 | 0.16 |
| HSL | 311.55º | 1% | 0.42% | - |
| HSV(B) | 311.55º | 1% | 0.84% | - |
| XYZ | 34.89 | 17.12 | 40.5 | - |
| YUV | 83.3 | 178.07 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 172 | 0 | 1 | 0.19 | 0.16 | 311.55 | 1 | 0.42 |
| Hex | D5 | 0 | AC | 0 | 64 | 13 | 10 | 138 | 64 | 2A |
| Octal | 325 | 0 | 254 | 0 | 144 | 23 | 20 | 470 | 144 | 52 |
| Binary | 11010101 | 0 | 10101100 | 0 | 1100100 | 10011 | 10000 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D500AC
Complementary color
Monochromatic Colors of #D500AC
Black with #D500AC
Text Example
Text Example
White with #D500AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D500AC; }
p { color: rgb(213,0,172); }
H1.HeaderClassName
{
color: #D500AC;
}
.AnyTagClassName
{
color: #D500AC;
}
</style>
background-color css
<style>
a { background-color: #D500AC; }
a { background-color: rgb(213,0,172); }
div.DivClassName
{
background-color: #D500AC;
}
.BgClassName
{
background-color: #D500AC;
}
</style>
border-color css
<style>
span { border-color: #D500AC; }
span { border-color: rgb(213,0,172); }
td.TdClassName
{
border-color: #D500AC;
}
.TagClassName
{
border-color: #D500AC;
}
</style>