Shades of Hollywood Cerise #D70FA3
Tints of Hollywood Cerise #D70FA3
RGB
CMYK
RGB Variations
Color information
#D70FA3 (or 0xD70FA3) is known color: Hollywood Cerise. HEX triplet: D7, 0F and A3. RGB value is (215,15,163). Sum of RGB (Red+Green+Blue) = 215+15+163=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D70FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70FA3 is #28F05C. Grayscale: #5B5B5B. Windows color (decimal): -2682973 or 10686423. OLE color: 10686423.
HSL color Cylindrical-coordinate representation of color #D70FA3: hue angle of 315.6º 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 #D70FA3 is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 163 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.16 |
| HSL | 315.6º | 0.87% | 0.45% | - |
| HSV(B) | 315.6º | 0.93% | 0.84% | - |
| XYZ | 34.81 | 17.43 | 36.18 | - |
| YUV | 91.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 163 | 0 | 0.93 | 0.24 | 0.16 | 315.6 | 0.87 | 0.45 |
| Hex | D7 | F | A3 | 0 | 5D | 18 | 10 | 13C | 57 | 2D |
| Octal | 327 | 17 | 243 | 0 | 135 | 30 | 20 | 474 | 127 | 55 |
| Binary | 11010111 | 1111 | 10100011 | 0 | 1011101 | 11000 | 10000 | 100111100 | 1010111 | 101101 |
Color Harmonies of #D70FA3
Complementary color
Monochromatic Colors of #D70FA3
Black with #D70FA3
Text Example
Text Example
White with #D70FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70FA3; }
p { color: rgb(215,15,163); }
H1.HeaderClassName
{
color: #D70FA3;
}
.AnyTagClassName
{
color: #D70FA3;
}
</style>
background-color css
<style>
a { background-color: #D70FA3; }
a { background-color: rgb(215,15,163); }
div.DivClassName
{
background-color: #D70FA3;
}
.BgClassName
{
background-color: #D70FA3;
}
</style>
border-color css
<style>
span { border-color: #D70FA3; }
span { border-color: rgb(215,15,163); }
td.TdClassName
{
border-color: #D70FA3;
}
.TagClassName
{
border-color: #D70FA3;
}
</style>