Shades of Hollywood Cerise #D70AAA
Tints of Hollywood Cerise #D70AAA
RGB
CMYK
RGB Variations
Color information
#D70AAA (or 0xD70AAA) is known color: Hollywood Cerise. HEX triplet: D7, 0A and AA. RGB value is (215,10,170). Sum of RGB (Red+Green+Blue) = 215+10+170=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D70AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70AAA is #28F555. Grayscale: #595959. Windows color (decimal): -2684246 or 11143895. OLE color: 11143895.
HSL color Cylindrical-coordinate representation of color #D70AAA: hue angle of 313.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70AAA is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 170 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.16 |
| HSL | 313.17º | 0.91% | 0.44% | - |
| HSV(B) | 313.17º | 0.95% | 0.84% | - |
| XYZ | 35.39 | 17.57 | 39.56 | - |
| YUV | 89.54 | 173.42 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 170 | 0 | 0.95 | 0.21 | 0.16 | 313.17 | 0.91 | 0.44 |
| Hex | D7 | A | AA | 0 | 5F | 15 | 10 | 139 | 5B | 2C |
| Octal | 327 | 12 | 252 | 0 | 137 | 25 | 20 | 471 | 133 | 54 |
| Binary | 11010111 | 1010 | 10101010 | 0 | 1011111 | 10101 | 10000 | 100111001 | 1011011 | 101100 |
Color Harmonies of #D70AAA
Complementary color
Monochromatic Colors of #D70AAA
Black with #D70AAA
Text Example
Text Example
White with #D70AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70AAA; }
p { color: rgb(215,10,170); }
H1.HeaderClassName
{
color: #D70AAA;
}
.AnyTagClassName
{
color: #D70AAA;
}
</style>
background-color css
<style>
a { background-color: #D70AAA; }
a { background-color: rgb(215,10,170); }
div.DivClassName
{
background-color: #D70AAA;
}
.BgClassName
{
background-color: #D70AAA;
}
</style>
border-color css
<style>
span { border-color: #D70AAA; }
span { border-color: rgb(215,10,170); }
td.TdClassName
{
border-color: #D70AAA;
}
.TagClassName
{
border-color: #D70AAA;
}
</style>