Shades of Hollywood Cerise #D70FA6
Tints of Hollywood Cerise #D70FA6
RGB
CMYK
RGB Variations
Color information
#D70FA6 (or 0xD70FA6) is known color: Hollywood Cerise. HEX triplet: D7, 0F and A6. RGB value is (215,15,166). Sum of RGB (Red+Green+Blue) = 215+15+166=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FA6 is #28F059. Grayscale: #5B5B5B. Windows color (decimal): -2682970 or 10883031. OLE color: 10883031.
HSL color Cylindrical-coordinate representation of color #D70FA6: hue angle of 314.7º 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 #D70FA6 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 166 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.16 |
| HSL | 314.7º | 0.87% | 0.45% | - |
| HSV(B) | 314.7º | 0.93% | 0.84% | - |
| XYZ | 35.08 | 17.54 | 37.61 | - |
| YUV | 92.01 | 169.76 | 215.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 166 | 0 | 0.93 | 0.23 | 0.16 | 314.7 | 0.87 | 0.45 |
| Hex | D7 | F | A6 | 0 | 5D | 17 | 10 | 13B | 57 | 2D |
| Octal | 327 | 17 | 246 | 0 | 135 | 27 | 20 | 473 | 127 | 55 |
| Binary | 11010111 | 1111 | 10100110 | 0 | 1011101 | 10111 | 10000 | 100111011 | 1010111 | 101101 |
Color Harmonies of #D70FA6
Complementary color
Monochromatic Colors of #D70FA6
Black with #D70FA6
Text Example
Text Example
White with #D70FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FA6; }
p { color: rgb(215,15,166); }
H1.HeaderClassName
{
color: #D70FA6;
}
.AnyTagClassName
{
color: #D70FA6;
}
</style>
background-color css
<style>
a { background-color: #D70FA6; }
a { background-color: rgb(215,15,166); }
div.DivClassName
{
background-color: #D70FA6;
}
.BgClassName
{
background-color: #D70FA6;
}
</style>
border-color css
<style>
span { border-color: #D70FA6; }
span { border-color: rgb(215,15,166); }
td.TdClassName
{
border-color: #D70FA6;
}
.TagClassName
{
border-color: #D70FA6;
}
</style>