Shades of Hollywood Cerise #D701A0
Tints of Hollywood Cerise #D701A0
RGB
CMYK
RGB Variations
Color information
#D701A0 (or 0xD701A0) is known color: Hollywood Cerise. HEX triplet: D7, 01 and A0. RGB value is (215,1,160). Sum of RGB (Red+Green+Blue) = 215+1+160=376 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.18% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 215 - color contains mainly: red. Hex color #D701A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D701A0 is #28FE5F. Grayscale: #525252. Windows color (decimal): -2686560 or 10486231. OLE color: 10486231.
HSL color Cylindrical-coordinate representation of color #D701A0: hue angle of 315.42º 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 #D701A0 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 160 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.16 |
| HSL | 315.42º | 0.99% | 0.42% | - |
| HSV(B) | 315.42º | 1% | 0.84% | - |
| XYZ | 34.38 | 17.01 | 34.73 | - |
| YUV | 83.11 | 171.4 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 160 | 0 | 1.00 | 0.26 | 0.16 | 315.42 | 0.99 | 0.42 |
| Hex | D7 | 1 | A0 | 0 | 64 | 1A | 10 | 13B | 63 | 2A |
| Octal | 327 | 1 | 240 | 0 | 144 | 32 | 20 | 473 | 143 | 52 |
| Binary | 11010111 | 1 | 10100000 | 0 | 1100100 | 11010 | 10000 | 100111011 | 1100011 | 101010 |
Color Harmonies of #D701A0
Complementary color
Monochromatic Colors of #D701A0
Black with #D701A0
Text Example
Text Example
White with #D701A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701A0; }
p { color: rgb(215,1,160); }
H1.HeaderClassName
{
color: #D701A0;
}
.AnyTagClassName
{
color: #D701A0;
}
</style>
background-color css
<style>
a { background-color: #D701A0; }
a { background-color: rgb(215,1,160); }
div.DivClassName
{
background-color: #D701A0;
}
.BgClassName
{
background-color: #D701A0;
}
</style>
border-color css
<style>
span { border-color: #D701A0; }
span { border-color: rgb(215,1,160); }
td.TdClassName
{
border-color: #D701A0;
}
.TagClassName
{
border-color: #D701A0;
}
</style>