Shades of Hollywood Cerise #D501A1
Tints of Hollywood Cerise #D501A1
RGB
CMYK
RGB Variations
Color information
#D501A1 (or 0xD501A1) is known color: Hollywood Cerise. HEX triplet: D5, 01 and A1. RGB value is (213,1,161). Sum of RGB (Red+Green+Blue) = 213+1+161=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D501A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D501A1 is #2AFE5E. Grayscale: #525252. Windows color (decimal): -2817631 or 10551765. OLE color: 10551765.
HSL color Cylindrical-coordinate representation of color #D501A1: hue angle of 314.72º 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 #D501A1 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 161 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.16 |
| HSL | 314.72º | 0.99% | 0.42% | - |
| HSV(B) | 314.72º | 1% | 0.84% | - |
| XYZ | 33.88 | 16.74 | 35.16 | - |
| YUV | 82.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 161 | 0 | 1.00 | 0.24 | 0.16 | 314.72 | 0.99 | 0.42 |
| Hex | D5 | 1 | A1 | 0 | 64 | 18 | 10 | 13B | 63 | 2A |
| Octal | 325 | 1 | 241 | 0 | 144 | 30 | 20 | 473 | 143 | 52 |
| Binary | 11010101 | 1 | 10100001 | 0 | 1100100 | 11000 | 10000 | 100111011 | 1100011 | 101010 |
Color Harmonies of #D501A1
Complementary color
Monochromatic Colors of #D501A1
Black with #D501A1
Text Example
Text Example
White with #D501A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D501A1; }
p { color: rgb(213,1,161); }
H1.HeaderClassName
{
color: #D501A1;
}
.AnyTagClassName
{
color: #D501A1;
}
</style>
background-color css
<style>
a { background-color: #D501A1; }
a { background-color: rgb(213,1,161); }
div.DivClassName
{
background-color: #D501A1;
}
.BgClassName
{
background-color: #D501A1;
}
</style>
border-color css
<style>
span { border-color: #D501A1; }
span { border-color: rgb(213,1,161); }
td.TdClassName
{
border-color: #D501A1;
}
.TagClassName
{
border-color: #D501A1;
}
</style>