Shades of Medium Violet Red #D70B8A
Tints of Medium Violet Red #D70B8A
RGB
CMYK
RGB Variations
Color information
#D70B8A (or 0xD70B8A) is known color: Medium Violet Red. HEX triplet: D7, 0B and 8A. RGB value is (215,11,138). Sum of RGB (Red+Green+Blue) = 215+11+138=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B8A is #28F475. Grayscale: #565656. Windows color (decimal): -2684022 or 9046999. OLE color: 9046999.
HSL color Cylindrical-coordinate representation of color #D70B8A: hue angle of 322.65º degrees, saturation: 0.9, 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 #D70B8A is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 138 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.16 |
| HSL | 322.65º | 0.9% | 0.44% | - |
| HSV(B) | 322.65º | 0.95% | 0.84% | - |
| XYZ | 32.73 | 16.52 | 25.51 | - |
| YUV | 86.47 | 157.09 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 138 | 0 | 0.95 | 0.36 | 0.16 | 322.65 | 0.9 | 0.44 |
| Hex | D7 | B | 8A | 0 | 5F | 24 | 10 | 143 | 5A | 2C |
| Octal | 327 | 13 | 212 | 0 | 137 | 44 | 20 | 503 | 132 | 54 |
| Binary | 11010111 | 1011 | 10001010 | 0 | 1011111 | 100100 | 10000 | 101000011 | 1011010 | 101100 |
Color Harmonies of #D70B8A
Complementary color
Monochromatic Colors of #D70B8A
Black with #D70B8A
Text Example
Text Example
White with #D70B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B8A; }
p { color: rgb(215,11,138); }
H1.HeaderClassName
{
color: #D70B8A;
}
.AnyTagClassName
{
color: #D70B8A;
}
</style>
background-color css
<style>
a { background-color: #D70B8A; }
a { background-color: rgb(215,11,138); }
div.DivClassName
{
background-color: #D70B8A;
}
.BgClassName
{
background-color: #D70B8A;
}
</style>
border-color css
<style>
span { border-color: #D70B8A; }
span { border-color: rgb(215,11,138); }
td.TdClassName
{
border-color: #D70B8A;
}
.TagClassName
{
border-color: #D70B8A;
}
</style>