Shades of Hollywood Cerise #D70CAC
Tints of Hollywood Cerise #D70CAC
RGB
CMYK
RGB Variations
Color information
#D70CAC (or 0xD70CAC) is known color: Hollywood Cerise. HEX triplet: D7, 0C and AC. RGB value is (215,12,172). Sum of RGB (Red+Green+Blue) = 215+12+172=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CAC is #28F353. Grayscale: #5A5A5A. Windows color (decimal): -2683732 or 11275479. OLE color: 11275479.
HSL color Cylindrical-coordinate representation of color #D70CAC: hue angle of 312.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70CAC is Cyan = 0, Magento = 0.94, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 172 | - |
| CMYK | 0 | 0.94 | 0.2 | 0.16 |
| HSL | 312.71º | 0.89% | 0.45% | - |
| HSV(B) | 312.71º | 0.94% | 0.84% | - |
| XYZ | 35.6 | 17.69 | 40.57 | - |
| YUV | 90.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 172 | 0 | 0.94 | 0.2 | 0.16 | 312.71 | 0.89 | 0.45 |
| Hex | D7 | C | AC | 0 | 5E | 14 | 10 | 139 | 59 | 2D |
| Octal | 327 | 14 | 254 | 0 | 136 | 24 | 20 | 471 | 131 | 55 |
| Binary | 11010111 | 1100 | 10101100 | 0 | 1011110 | 10100 | 10000 | 100111001 | 1011001 | 101101 |
Color Harmonies of #D70CAC
Complementary color
Monochromatic Colors of #D70CAC
Black with #D70CAC
Text Example
Text Example
White with #D70CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CAC; }
p { color: rgb(215,12,172); }
H1.HeaderClassName
{
color: #D70CAC;
}
.AnyTagClassName
{
color: #D70CAC;
}
</style>
background-color css
<style>
a { background-color: #D70CAC; }
a { background-color: rgb(215,12,172); }
div.DivClassName
{
background-color: #D70CAC;
}
.BgClassName
{
background-color: #D70CAC;
}
</style>
border-color css
<style>
span { border-color: #D70CAC; }
span { border-color: rgb(215,12,172); }
td.TdClassName
{
border-color: #D70CAC;
}
.TagClassName
{
border-color: #D70CAC;
}
</style>