Shades of Medium Violet Red #D70B7D
Tints of Medium Violet Red #D70B7D
RGB
CMYK
RGB Variations
Color information
#D70B7D (or 0xD70B7D) is known color: Medium Violet Red. HEX triplet: D7, 0B and 7D. RGB value is (215,11,125). Sum of RGB (Red+Green+Blue) = 215+11+125=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B7D is #28F482. Grayscale: #545454. Windows color (decimal): -2684035 or 8195031. OLE color: 8195031.
HSL color Cylindrical-coordinate representation of color #D70B7D: hue angle of 326.47º 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 #D70B7D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 125 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.16 |
| HSL | 326.47º | 0.9% | 0.44% | - |
| HSV(B) | 326.47º | 0.95% | 0.84% | - |
| XYZ | 31.85 | 16.17 | 20.84 | - |
| YUV | 84.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 125 | 0 | 0.95 | 0.42 | 0.16 | 326.47 | 0.9 | 0.44 |
| Hex | D7 | B | 7D | 0 | 5F | 2A | 10 | 146 | 5A | 2C |
| Octal | 327 | 13 | 175 | 0 | 137 | 52 | 20 | 506 | 132 | 54 |
| Binary | 11010111 | 1011 | 1111101 | 0 | 1011111 | 101010 | 10000 | 101000110 | 1011010 | 101100 |
Color Harmonies of #D70B7D
Complementary color
Monochromatic Colors of #D70B7D
Black with #D70B7D
Text Example
Text Example
White with #D70B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B7D; }
p { color: rgb(215,11,125); }
H1.HeaderClassName
{
color: #D70B7D;
}
.AnyTagClassName
{
color: #D70B7D;
}
</style>
background-color css
<style>
a { background-color: #D70B7D; }
a { background-color: rgb(215,11,125); }
div.DivClassName
{
background-color: #D70B7D;
}
.BgClassName
{
background-color: #D70B7D;
}
</style>
border-color css
<style>
span { border-color: #D70B7D; }
span { border-color: rgb(215,11,125); }
td.TdClassName
{
border-color: #D70B7D;
}
.TagClassName
{
border-color: #D70B7D;
}
</style>