Shades of Hollywood Cerise #D70FAF
Tints of Hollywood Cerise #D70FAF
RGB
CMYK
RGB Variations
Color information
#D70FAF (or 0xD70FAF) is known color: Hollywood Cerise. HEX triplet: D7, 0F and AF. RGB value is (215,15,175). Sum of RGB (Red+Green+Blue) = 215+15+175=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 15 (6.25% from 255 or 3.70% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FAF is #28F050. Grayscale: #5C5C5C. Windows color (decimal): -2682961 or 11472855. OLE color: 11472855.
HSL color Cylindrical-coordinate representation of color #D70FAF: hue angle of 312º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70FAF is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 175 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.16 |
| HSL | 312º | 0.87% | 0.45% | - |
| HSV(B) | 312º | 0.93% | 0.84% | - |
| XYZ | 35.93 | 17.88 | 42.12 | - |
| YUV | 93.04 | 174.26 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 175 | 0 | 0.93 | 0.19 | 0.16 | 312 | 0.87 | 0.45 |
| Hex | D7 | F | AF | 0 | 5D | 13 | 10 | 138 | 57 | 2D |
| Octal | 327 | 17 | 257 | 0 | 135 | 23 | 20 | 470 | 127 | 55 |
| Binary | 11010111 | 1111 | 10101111 | 0 | 1011101 | 10011 | 10000 | 100111000 | 1010111 | 101101 |
Color Harmonies of #D70FAF
Complementary color
Monochromatic Colors of #D70FAF
Black with #D70FAF
Text Example
Text Example
White with #D70FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FAF; }
p { color: rgb(215,15,175); }
H1.HeaderClassName
{
color: #D70FAF;
}
.AnyTagClassName
{
color: #D70FAF;
}
</style>
background-color css
<style>
a { background-color: #D70FAF; }
a { background-color: rgb(215,15,175); }
div.DivClassName
{
background-color: #D70FAF;
}
.BgClassName
{
background-color: #D70FAF;
}
</style>
border-color css
<style>
span { border-color: #D70FAF; }
span { border-color: rgb(215,15,175); }
td.TdClassName
{
border-color: #D70FAF;
}
.TagClassName
{
border-color: #D70FAF;
}
</style>