Shades of Hollywood Cerise #D700AB
Tints of Hollywood Cerise #D700AB
RGB
CMYK
RGB Variations
Color information
#D700AB (or 0xD700AB) is known color: Hollywood Cerise. HEX triplet: D7, 00 and AB. RGB value is (215,0,171). Sum of RGB (Red+Green+Blue) = 215+0+171=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D700AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700AB is #28FF54. Grayscale: #535353. Windows color (decimal): -2686805 or 11206871. OLE color: 11206871.
HSL color Cylindrical-coordinate representation of color #D700AB: hue angle of 312.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D700AB is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 171 | - |
| CMYK | 0 | 1 | 0.20 | 0.16 |
| HSL | 312.28º | 1% | 0.42% | - |
| HSV(B) | 312.28º | 1% | 0.84% | - |
| XYZ | 35.38 | 17.39 | 40.02 | - |
| YUV | 83.78 | 177.23 | 221.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 171 | 0 | 1 | 0.20 | 0.16 | 312.28 | 1 | 0.42 |
| Hex | D7 | 0 | AB | 0 | 64 | 14 | 10 | 138 | 64 | 2A |
| Octal | 327 | 0 | 253 | 0 | 144 | 24 | 20 | 470 | 144 | 52 |
| Binary | 11010111 | 0 | 10101011 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D700AB
Complementary color
Monochromatic Colors of #D700AB
Black with #D700AB
Text Example
Text Example
White with #D700AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700AB; }
p { color: rgb(215,0,171); }
H1.HeaderClassName
{
color: #D700AB;
}
.AnyTagClassName
{
color: #D700AB;
}
</style>
background-color css
<style>
a { background-color: #D700AB; }
a { background-color: rgb(215,0,171); }
div.DivClassName
{
background-color: #D700AB;
}
.BgClassName
{
background-color: #D700AB;
}
</style>
border-color css
<style>
span { border-color: #D700AB; }
span { border-color: rgb(215,0,171); }
td.TdClassName
{
border-color: #D700AB;
}
.TagClassName
{
border-color: #D700AB;
}
</style>