Shades of Hollywood Cerise #D700AC
Tints of Hollywood Cerise #D700AC
RGB
CMYK
RGB Variations
Color information
#D700AC (or 0xD700AC) is known color: Hollywood Cerise. HEX triplet: D7, 00 and AC. RGB value is (215,0,172). Sum of RGB (Red+Green+Blue) = 215+0+172=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 0 (0.39% from 255 or 0% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D700AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D700AC is #28FF53. Grayscale: #535353. Windows color (decimal): -2686804 or 11272407. OLE color: 11272407.
HSL color Cylindrical-coordinate representation of color #D700AC: hue angle of 312º 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 #D700AC is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.2 | 0.16 |
| HSL | 312º | 1% | 0.42% | - |
| HSV(B) | 312º | 1% | 0.84% | - |
| XYZ | 35.47 | 17.43 | 40.52 | - |
| YUV | 83.89 | 177.73 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 172 | 0 | 1 | 0.2 | 0.16 | 312 | 1 | 0.42 |
| Hex | D7 | 0 | AC | 0 | 64 | 14 | 10 | 138 | 64 | 2A |
| Octal | 327 | 0 | 254 | 0 | 144 | 24 | 20 | 470 | 144 | 52 |
| Binary | 11010111 | 0 | 10101100 | 0 | 1100100 | 10100 | 10000 | 100111000 | 1100100 | 101010 |
Color Harmonies of #D700AC
Complementary color
Monochromatic Colors of #D700AC
Black with #D700AC
Text Example
Text Example
White with #D700AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D700AC; }
p { color: rgb(215,0,172); }
H1.HeaderClassName
{
color: #D700AC;
}
.AnyTagClassName
{
color: #D700AC;
}
</style>
background-color css
<style>
a { background-color: #D700AC; }
a { background-color: rgb(215,0,172); }
div.DivClassName
{
background-color: #D700AC;
}
.BgClassName
{
background-color: #D700AC;
}
</style>
border-color css
<style>
span { border-color: #D700AC; }
span { border-color: rgb(215,0,172); }
td.TdClassName
{
border-color: #D700AC;
}
.TagClassName
{
border-color: #D700AC;
}
</style>