Shades of Hollywood Cerise #D701AB
Tints of Hollywood Cerise #D701AB
RGB
CMYK
RGB Variations
Color information
#D701AB (or 0xD701AB) is known color: Hollywood Cerise. HEX triplet: D7, 01 and AB. RGB value is (215,1,171). Sum of RGB (Red+Green+Blue) = 215+1+171=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D701AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D701AB is #28FE54. Grayscale: #535353. Windows color (decimal): -2686549 or 11207127. OLE color: 11207127.
HSL color Cylindrical-coordinate representation of color #D701AB: hue angle of 312.34º 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 #D701AB is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.16 |
| HSL | 312.34º | 0.99% | 0.42% | - |
| HSV(B) | 312.34º | 1% | 0.84% | - |
| XYZ | 35.39 | 17.41 | 40.02 | - |
| YUV | 84.37 | 176.9 | 221.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 171 | 0 | 1.00 | 0.20 | 0.16 | 312.34 | 0.99 | 0.42 |
| Hex | D7 | 1 | AB | 0 | 64 | 14 | 10 | 138 | 63 | 2A |
| Octal | 327 | 1 | 253 | 0 | 144 | 24 | 20 | 470 | 143 | 52 |
| Binary | 11010111 | 1 | 10101011 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100011 | 101010 |
Color Harmonies of #D701AB
Complementary color
Monochromatic Colors of #D701AB
Black with #D701AB
Text Example
Text Example
White with #D701AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D701AB; }
p { color: rgb(215,1,171); }
H1.HeaderClassName
{
color: #D701AB;
}
.AnyTagClassName
{
color: #D701AB;
}
</style>
background-color css
<style>
a { background-color: #D701AB; }
a { background-color: rgb(215,1,171); }
div.DivClassName
{
background-color: #D701AB;
}
.BgClassName
{
background-color: #D701AB;
}
</style>
border-color css
<style>
span { border-color: #D701AB; }
span { border-color: rgb(215,1,171); }
td.TdClassName
{
border-color: #D701AB;
}
.TagClassName
{
border-color: #D701AB;
}
</style>