Shades of Hollywood Cerise #D501AA
Tints of Hollywood Cerise #D501AA
RGB
CMYK
RGB Variations
Color information
#D501AA (or 0xD501AA) is known color: Hollywood Cerise. HEX triplet: D5, 01 and AA. RGB value is (213,1,170). Sum of RGB (Red+Green+Blue) = 213+1+170=384 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.47% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 213 - color contains mainly: red. Hex color #D501AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501AA is #2AFE55. Grayscale: #535353. Windows color (decimal): -2817622 or 11141589. OLE color: 11141589.
HSL color Cylindrical-coordinate representation of color #D501AA: hue angle of 312.17º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D501AA is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.16 |
| HSL | 312.17º | 0.99% | 0.42% | - |
| HSV(B) | 312.17º | 1% | 0.84% | - |
| XYZ | 34.71 | 17.07 | 39.5 | - |
| YUV | 83.65 | 176.74 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 170 | 0 | 1.00 | 0.20 | 0.16 | 312.17 | 0.99 | 0.42 |
| Hex | D5 | 1 | AA | 0 | 64 | 14 | 10 | 138 | 63 | 2A |
| Octal | 325 | 1 | 252 | 0 | 144 | 24 | 20 | 470 | 143 | 52 |
| Binary | 11010101 | 1 | 10101010 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100011 | 101010 |
Color Harmonies of #D501AA
Complementary color
Monochromatic Colors of #D501AA
Black with #D501AA
Text Example
Text Example
White with #D501AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501AA; }
p { color: rgb(213,1,170); }
H1.HeaderClassName
{
color: #D501AA;
}
.AnyTagClassName
{
color: #D501AA;
}
</style>
background-color css
<style>
a { background-color: #D501AA; }
a { background-color: rgb(213,1,170); }
div.DivClassName
{
background-color: #D501AA;
}
.BgClassName
{
background-color: #D501AA;
}
</style>
border-color css
<style>
span { border-color: #D501AA; }
span { border-color: rgb(213,1,170); }
td.TdClassName
{
border-color: #D501AA;
}
.TagClassName
{
border-color: #D501AA;
}
</style>