Shades of Medium Violet Red #D70D88
Tints of Medium Violet Red #D70D88
RGB
CMYK
RGB Variations
Color information
#D70D88 (or 0xD70D88) is known color: Medium Violet Red. HEX triplet: D7, 0D and 88. RGB value is (215,13,136). Sum of RGB (Red+Green+Blue) = 215+13+136=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 13 (5.47% from 255 or 3.57% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70D88 is #28F277. Grayscale: #575757. Windows color (decimal): -2683512 or 8916439. OLE color: 8916439.
HSL color Cylindrical-coordinate representation of color #D70D88: hue angle of 323.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70D88 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 136 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.16 |
| HSL | 323.47º | 0.89% | 0.45% | - |
| HSV(B) | 323.47º | 0.94% | 0.84% | - |
| XYZ | 32.61 | 16.51 | 24.76 | - |
| YUV | 87.42 | 155.42 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 136 | 0 | 0.94 | 0.37 | 0.16 | 323.47 | 0.89 | 0.45 |
| Hex | D7 | D | 88 | 0 | 5E | 25 | 10 | 143 | 59 | 2D |
| Octal | 327 | 15 | 210 | 0 | 136 | 45 | 20 | 503 | 131 | 55 |
| Binary | 11010111 | 1101 | 10001000 | 0 | 1011110 | 100101 | 10000 | 101000011 | 1011001 | 101101 |
Color Harmonies of #D70D88
Complementary color
Monochromatic Colors of #D70D88
Black with #D70D88
Text Example
Text Example
White with #D70D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D88; }
p { color: rgb(215,13,136); }
H1.HeaderClassName
{
color: #D70D88;
}
.AnyTagClassName
{
color: #D70D88;
}
</style>
background-color css
<style>
a { background-color: #D70D88; }
a { background-color: rgb(215,13,136); }
div.DivClassName
{
background-color: #D70D88;
}
.BgClassName
{
background-color: #D70D88;
}
</style>
border-color css
<style>
span { border-color: #D70D88; }
span { border-color: rgb(215,13,136); }
td.TdClassName
{
border-color: #D70D88;
}
.TagClassName
{
border-color: #D70D88;
}
</style>