Shades of Hollywood Cerise #D901A2
Tints of Hollywood Cerise #D901A2
RGB
CMYK
RGB Variations
Color information
#D901A2 (or 0xD901A2) is known color: Hollywood Cerise. HEX triplet: D9, 01 and A2. RGB value is (217,1,162). Sum of RGB (Red+Green+Blue) = 217+1+162=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D901A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D901A2 is #26FE5D. Grayscale: #535353. Windows color (decimal): -2555486 or 10617305. OLE color: 10617305.
HSL color Cylindrical-coordinate representation of color #D901A2: hue angle of 315.28º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901A2 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 162 | - |
| CMYK | 0 | 1.00 | 0.25 | 0.15 |
| HSL | 315.28º | 0.99% | 0.43% | - |
| HSV(B) | 315.28º | 1% | 0.85% | - |
| XYZ | 35.15 | 17.38 | 35.69 | - |
| YUV | 83.94 | 172.06 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 162 | 0 | 1.00 | 0.25 | 0.15 | 315.28 | 0.99 | 0.43 |
| Hex | D9 | 1 | A2 | 0 | 64 | 19 | F | 13B | 63 | 2B |
| Octal | 331 | 1 | 242 | 0 | 144 | 31 | 17 | 473 | 143 | 53 |
| Binary | 11011001 | 1 | 10100010 | 0 | 1100100 | 11001 | 1111 | 100111011 | 1100011 | 101011 |
Color Harmonies of #D901A2
Complementary color
Monochromatic Colors of #D901A2
Black with #D901A2
Text Example
Text Example
White with #D901A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901A2; }
p { color: rgb(217,1,162); }
H1.HeaderClassName
{
color: #D901A2;
}
.AnyTagClassName
{
color: #D901A2;
}
</style>
background-color css
<style>
a { background-color: #D901A2; }
a { background-color: rgb(217,1,162); }
div.DivClassName
{
background-color: #D901A2;
}
.BgClassName
{
background-color: #D901A2;
}
</style>
border-color css
<style>
span { border-color: #D901A2; }
span { border-color: rgb(217,1,162); }
td.TdClassName
{
border-color: #D901A2;
}
.TagClassName
{
border-color: #D901A2;
}
</style>