Shades of Medium Violet Red #D70A84
Tints of Medium Violet Red #D70A84
RGB
CMYK
RGB Variations
Color information
#D70A84 (or 0xD70A84) is known color: Medium Violet Red. HEX triplet: D7, 0A and 84. RGB value is (215,10,132). Sum of RGB (Red+Green+Blue) = 215+10+132=357 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.22% from 357); Green value is 10 (4.30% from 255 or 2.80% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A84 is #28F57B. Grayscale: #545454. Windows color (decimal): -2684284 or 8653527. OLE color: 8653527.
HSL color Cylindrical-coordinate representation of color #D70A84: hue angle of 324.29º 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 #D70A84 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 132 | - |
| CMYK | 0 | 0.95 | 0.39 | 0.16 |
| HSL | 324.29º | 0.91% | 0.44% | - |
| HSV(B) | 324.29º | 0.95% | 0.84% | - |
| XYZ | 32.3 | 16.33 | 23.28 | - |
| YUV | 85.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 132 | 0 | 0.95 | 0.39 | 0.16 | 324.29 | 0.91 | 0.44 |
| Hex | D7 | A | 84 | 0 | 5F | 27 | 10 | 144 | 5B | 2C |
| Octal | 327 | 12 | 204 | 0 | 137 | 47 | 20 | 504 | 133 | 54 |
| Binary | 11010111 | 1010 | 10000100 | 0 | 1011111 | 100111 | 10000 | 101000100 | 1011011 | 101100 |
Color Harmonies of #D70A84
Complementary color
Monochromatic Colors of #D70A84
Black with #D70A84
Text Example
Text Example
White with #D70A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A84; }
p { color: rgb(215,10,132); }
H1.HeaderClassName
{
color: #D70A84;
}
.AnyTagClassName
{
color: #D70A84;
}
</style>
background-color css
<style>
a { background-color: #D70A84; }
a { background-color: rgb(215,10,132); }
div.DivClassName
{
background-color: #D70A84;
}
.BgClassName
{
background-color: #D70A84;
}
</style>
border-color css
<style>
span { border-color: #D70A84; }
span { border-color: rgb(215,10,132); }
td.TdClassName
{
border-color: #D70A84;
}
.TagClassName
{
border-color: #D70A84;
}
</style>