Shades of Medium Violet Red #D70B8B
Tints of Medium Violet Red #D70B8B
RGB
CMYK
RGB Variations
Color information
#D70B8B (or 0xD70B8B) is known color: Medium Violet Red. HEX triplet: D7, 0B and 8B. RGB value is (215,11,139). Sum of RGB (Red+Green+Blue) = 215+11+139=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B8B is #28F474. Grayscale: #565656. Windows color (decimal): -2684021 or 9112535. OLE color: 9112535.
HSL color Cylindrical-coordinate representation of color #D70B8B: hue angle of 322.35º 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 #D70B8B is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 139 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.16 |
| HSL | 322.35º | 0.9% | 0.44% | - |
| HSV(B) | 322.35º | 0.95% | 0.84% | - |
| XYZ | 32.8 | 16.55 | 25.89 | - |
| YUV | 86.59 | 157.59 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 139 | 0 | 0.95 | 0.35 | 0.16 | 322.35 | 0.9 | 0.44 |
| Hex | D7 | B | 8B | 0 | 5F | 23 | 10 | 142 | 5A | 2C |
| Octal | 327 | 13 | 213 | 0 | 137 | 43 | 20 | 502 | 132 | 54 |
| Binary | 11010111 | 1011 | 10001011 | 0 | 1011111 | 100011 | 10000 | 101000010 | 1011010 | 101100 |
Color Harmonies of #D70B8B
Complementary color
Monochromatic Colors of #D70B8B
Black with #D70B8B
Text Example
Text Example
White with #D70B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B8B; }
p { color: rgb(215,11,139); }
H1.HeaderClassName
{
color: #D70B8B;
}
.AnyTagClassName
{
color: #D70B8B;
}
</style>
background-color css
<style>
a { background-color: #D70B8B; }
a { background-color: rgb(215,11,139); }
div.DivClassName
{
background-color: #D70B8B;
}
.BgClassName
{
background-color: #D70B8B;
}
</style>
border-color css
<style>
span { border-color: #D70B8B; }
span { border-color: rgb(215,11,139); }
td.TdClassName
{
border-color: #D70B8B;
}
.TagClassName
{
border-color: #D70B8B;
}
</style>