Shades of Medium Violet Red #D70A8A
Tints of Medium Violet Red #D70A8A
RGB
CMYK
RGB Variations
Color information
#D70A8A (or 0xD70A8A) is known color: Medium Violet Red. HEX triplet: D7, 0A and 8A. RGB value is (215,10,138). Sum of RGB (Red+Green+Blue) = 215+10+138=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A8A is #28F575. Grayscale: #555555. Windows color (decimal): -2684278 or 9046743. OLE color: 9046743.
HSL color Cylindrical-coordinate representation of color #D70A8A: hue angle of 322.54º 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 #D70A8A is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 138 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.16 |
| HSL | 322.54º | 0.91% | 0.44% | - |
| HSV(B) | 322.54º | 0.95% | 0.84% | - |
| XYZ | 32.72 | 16.5 | 25.5 | - |
| YUV | 85.89 | 157.42 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 138 | 0 | 0.95 | 0.36 | 0.16 | 322.54 | 0.91 | 0.44 |
| Hex | D7 | A | 8A | 0 | 5F | 24 | 10 | 143 | 5B | 2C |
| Octal | 327 | 12 | 212 | 0 | 137 | 44 | 20 | 503 | 133 | 54 |
| Binary | 11010111 | 1010 | 10001010 | 0 | 1011111 | 100100 | 10000 | 101000011 | 1011011 | 101100 |
Color Harmonies of #D70A8A
Complementary color
Monochromatic Colors of #D70A8A
Black with #D70A8A
Text Example
Text Example
White with #D70A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A8A; }
p { color: rgb(215,10,138); }
H1.HeaderClassName
{
color: #D70A8A;
}
.AnyTagClassName
{
color: #D70A8A;
}
</style>
background-color css
<style>
a { background-color: #D70A8A; }
a { background-color: rgb(215,10,138); }
div.DivClassName
{
background-color: #D70A8A;
}
.BgClassName
{
background-color: #D70A8A;
}
</style>
border-color css
<style>
span { border-color: #D70A8A; }
span { border-color: rgb(215,10,138); }
td.TdClassName
{
border-color: #D70A8A;
}
.TagClassName
{
border-color: #D70A8A;
}
</style>