Shades of Medium Violet Red #D70A89
Tints of Medium Violet Red #D70A89
RGB
CMYK
RGB Variations
Color information
#D70A89 (or 0xD70A89) is known color: Medium Violet Red. HEX triplet: D7, 0A and 89. RGB value is (215,10,137). Sum of RGB (Red+Green+Blue) = 215+10+137=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70A89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70A89 is #28F576. Grayscale: #555555. Windows color (decimal): -2684279 or 8981207. OLE color: 8981207.
HSL color Cylindrical-coordinate representation of color #D70A89: hue angle of 322.83º 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 #D70A89 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 10 | 137 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.16 |
| HSL | 322.83º | 0.91% | 0.44% | - |
| HSV(B) | 322.83º | 0.95% | 0.84% | - |
| XYZ | 32.65 | 16.47 | 25.13 | - |
| YUV | 85.77 | 156.92 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 10 | 137 | 0 | 0.95 | 0.36 | 0.16 | 322.83 | 0.91 | 0.44 |
| Hex | D7 | A | 89 | 0 | 5F | 24 | 10 | 143 | 5B | 2C |
| Octal | 327 | 12 | 211 | 0 | 137 | 44 | 20 | 503 | 133 | 54 |
| Binary | 11010111 | 1010 | 10001001 | 0 | 1011111 | 100100 | 10000 | 101000011 | 1011011 | 101100 |
Color Harmonies of #D70A89
Complementary color
Monochromatic Colors of #D70A89
Black with #D70A89
Text Example
Text Example
White with #D70A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70A89; }
p { color: rgb(215,10,137); }
H1.HeaderClassName
{
color: #D70A89;
}
.AnyTagClassName
{
color: #D70A89;
}
</style>
background-color css
<style>
a { background-color: #D70A89; }
a { background-color: rgb(215,10,137); }
div.DivClassName
{
background-color: #D70A89;
}
.BgClassName
{
background-color: #D70A89;
}
</style>
border-color css
<style>
span { border-color: #D70A89; }
span { border-color: rgb(215,10,137); }
td.TdClassName
{
border-color: #D70A89;
}
.TagClassName
{
border-color: #D70A89;
}
</style>