Shades of Hollywood Cerise #D700AE
Tints of Hollywood Cerise #D700AE
RGB
CMYK
RGB Variations
Color information
#D700AE (or 0xD700AE) is known color: Hollywood Cerise. HEX triplet: D7, 00 and AE. RGB value is (215,0,174). Sum of RGB (Red+Green+Blue) = 215+0+174=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D700AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700AE is #28FF51. Grayscale: #535353. Windows color (decimal): -2686802 or 11403479. OLE color: 11403479.
HSL color Cylindrical-coordinate representation of color #D700AE: hue angle of 311.44º 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 #D700AE is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 174 | - |
| CMYK | 0 | 1 | 0.19 | 0.16 |
| HSL | 311.44º | 1% | 0.42% | - |
| HSV(B) | 311.44º | 1% | 0.84% | - |
| XYZ | 35.66 | 17.5 | 41.54 | - |
| YUV | 84.12 | 178.73 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 174 | 0 | 1 | 0.19 | 0.16 | 311.44 | 1 | 0.42 |
| Hex | D7 | 0 | AE | 0 | 64 | 13 | 10 | 137 | 64 | 2A |
| Octal | 327 | 0 | 256 | 0 | 144 | 23 | 20 | 467 | 144 | 52 |
| Binary | 11010111 | 0 | 10101110 | 0 | 1100100 | 10011 | 10000 | 100110111 | 1100100 | 101010 |
Color Harmonies of #D700AE
Complementary color
Monochromatic Colors of #D700AE
Black with #D700AE
Text Example
Text Example
White with #D700AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700AE; }
p { color: rgb(215,0,174); }
H1.HeaderClassName
{
color: #D700AE;
}
.AnyTagClassName
{
color: #D700AE;
}
</style>
background-color css
<style>
a { background-color: #D700AE; }
a { background-color: rgb(215,0,174); }
div.DivClassName
{
background-color: #D700AE;
}
.BgClassName
{
background-color: #D700AE;
}
</style>
border-color css
<style>
span { border-color: #D700AE; }
span { border-color: rgb(215,0,174); }
td.TdClassName
{
border-color: #D700AE;
}
.TagClassName
{
border-color: #D700AE;
}
</style>