Shades of Hollywood Cerise #D700A0
Tints of Hollywood Cerise #D700A0
RGB
CMYK
RGB Variations
Color information
#D700A0 (or 0xD700A0) is known color: Hollywood Cerise. HEX triplet: D7, 00 and A0. RGB value is (215,0,160). Sum of RGB (Red+Green+Blue) = 215+0+160=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D700A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700A0 is #28FF5F. Grayscale: #525252. Windows color (decimal): -2686816 or 10485975. OLE color: 10485975.
HSL color Cylindrical-coordinate representation of color #D700A0: hue angle of 315.35º 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 #D700A0 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 160 | - |
| CMYK | 0 | 1 | 0.26 | 0.16 |
| HSL | 315.35º | 1% | 0.42% | - |
| HSV(B) | 315.35º | 1% | 0.84% | - |
| XYZ | 34.37 | 16.99 | 34.72 | - |
| YUV | 82.53 | 171.73 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 160 | 0 | 1 | 0.26 | 0.16 | 315.35 | 1 | 0.42 |
| Hex | D7 | 0 | A0 | 0 | 64 | 1A | 10 | 13B | 64 | 2A |
| Octal | 327 | 0 | 240 | 0 | 144 | 32 | 20 | 473 | 144 | 52 |
| Binary | 11010111 | 0 | 10100000 | 0 | 1100100 | 11010 | 10000 | 100111011 | 1100100 | 101010 |
Color Harmonies of #D700A0
Complementary color
Monochromatic Colors of #D700A0
Black with #D700A0
Text Example
Text Example
White with #D700A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700A0; }
p { color: rgb(215,0,160); }
H1.HeaderClassName
{
color: #D700A0;
}
.AnyTagClassName
{
color: #D700A0;
}
</style>
background-color css
<style>
a { background-color: #D700A0; }
a { background-color: rgb(215,0,160); }
div.DivClassName
{
background-color: #D700A0;
}
.BgClassName
{
background-color: #D700A0;
}
</style>
border-color css
<style>
span { border-color: #D700A0; }
span { border-color: rgb(215,0,160); }
td.TdClassName
{
border-color: #D700A0;
}
.TagClassName
{
border-color: #D700A0;
}
</style>