Shades of Hollywood Cerise #D701AA
Tints of Hollywood Cerise #D701AA
RGB
CMYK
RGB Variations
Color information
#D701AA (or 0xD701AA) is known color: Hollywood Cerise. HEX triplet: D7, 01 and AA. RGB value is (215,1,170). Sum of RGB (Red+Green+Blue) = 215+1+170=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D701AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D701AA is #28FE55. Grayscale: #535353. Windows color (decimal): -2686550 or 11141591. OLE color: 11141591.
HSL color Cylindrical-coordinate representation of color #D701AA: hue angle of 312.62º 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 #D701AA is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.16 |
| HSL | 312.62º | 0.99% | 0.42% | - |
| HSV(B) | 312.62º | 1% | 0.84% | - |
| XYZ | 35.29 | 17.37 | 39.52 | - |
| YUV | 84.25 | 176.4 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 170 | 0 | 1.00 | 0.21 | 0.16 | 312.62 | 0.99 | 0.42 |
| Hex | D7 | 1 | AA | 0 | 64 | 15 | 10 | 139 | 63 | 2A |
| Octal | 327 | 1 | 252 | 0 | 144 | 25 | 20 | 471 | 143 | 52 |
| Binary | 11010111 | 1 | 10101010 | 0 | 1100100 | 10101 | 10000 | 100111001 | 1100011 | 101010 |
Color Harmonies of #D701AA
Complementary color
Monochromatic Colors of #D701AA
Black with #D701AA
Text Example
Text Example
White with #D701AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701AA; }
p { color: rgb(215,1,170); }
H1.HeaderClassName
{
color: #D701AA;
}
.AnyTagClassName
{
color: #D701AA;
}
</style>
background-color css
<style>
a { background-color: #D701AA; }
a { background-color: rgb(215,1,170); }
div.DivClassName
{
background-color: #D701AA;
}
.BgClassName
{
background-color: #D701AA;
}
</style>
border-color css
<style>
span { border-color: #D701AA; }
span { border-color: rgb(215,1,170); }
td.TdClassName
{
border-color: #D701AA;
}
.TagClassName
{
border-color: #D701AA;
}
</style>