Shades of Hollywood Cerise #D700A6
Tints of Hollywood Cerise #D700A6
RGB
CMYK
RGB Variations
Color information
#D700A6 (or 0xD700A6) is known color: Hollywood Cerise. HEX triplet: D7, 00 and A6. RGB value is (215,0,166). Sum of RGB (Red+Green+Blue) = 215+0+166=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D700A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700A6 is #28FF59. Grayscale: #525252. Windows color (decimal): -2686810 or 10879191. OLE color: 10879191.
HSL color Cylindrical-coordinate representation of color #D700A6: hue angle of 313.67º 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 #D700A6 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.23 | 0.16 |
| HSL | 313.67º | 1% | 0.42% | - |
| HSV(B) | 313.67º | 1% | 0.84% | - |
| XYZ | 34.91 | 17.2 | 37.56 | - |
| YUV | 83.21 | 174.73 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 166 | 0 | 1 | 0.23 | 0.16 | 313.67 | 1 | 0.42 |
| Hex | D7 | 0 | A6 | 0 | 64 | 17 | 10 | 13A | 64 | 2A |
| Octal | 327 | 0 | 246 | 0 | 144 | 27 | 20 | 472 | 144 | 52 |
| Binary | 11010111 | 0 | 10100110 | 0 | 1100100 | 10111 | 10000 | 100111010 | 1100100 | 101010 |
Color Harmonies of #D700A6
Complementary color
Monochromatic Colors of #D700A6
Black with #D700A6
Text Example
Text Example
White with #D700A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700A6; }
p { color: rgb(215,0,166); }
H1.HeaderClassName
{
color: #D700A6;
}
.AnyTagClassName
{
color: #D700A6;
}
</style>
background-color css
<style>
a { background-color: #D700A6; }
a { background-color: rgb(215,0,166); }
div.DivClassName
{
background-color: #D700A6;
}
.BgClassName
{
background-color: #D700A6;
}
</style>
border-color css
<style>
span { border-color: #D700A6; }
span { border-color: rgb(215,0,166); }
td.TdClassName
{
border-color: #D700A6;
}
.TagClassName
{
border-color: #D700A6;
}
</style>