Shades of Medium Violet Red #D70B76
Tints of Medium Violet Red #D70B76
RGB
CMYK
RGB Variations
Color information
#D70B76 (or 0xD70B76) is known color: Medium Violet Red. HEX triplet: D7, 0B and 76. RGB value is (215,11,118). Sum of RGB (Red+Green+Blue) = 215+11+118=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 11 (4.69% from 255 or 3.20% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B76 is #28F489. Grayscale: #535353. Windows color (decimal): -2684042 or 7736279. OLE color: 7736279.
HSL color Cylindrical-coordinate representation of color #D70B76: hue angle of 328.53º 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 #D70B76 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.16 |
| HSL | 328.53º | 0.9% | 0.44% | - |
| HSV(B) | 328.53º | 0.95% | 0.84% | - |
| XYZ | 31.41 | 15.99 | 18.57 | - |
| YUV | 84.19 | 147.09 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 118 | 0 | 0.95 | 0.45 | 0.16 | 328.53 | 0.9 | 0.44 |
| Hex | D7 | B | 76 | 0 | 5F | 2D | 10 | 149 | 5A | 2C |
| Octal | 327 | 13 | 166 | 0 | 137 | 55 | 20 | 511 | 132 | 54 |
| Binary | 11010111 | 1011 | 1110110 | 0 | 1011111 | 101101 | 10000 | 101001001 | 1011010 | 101100 |
Color Harmonies of #D70B76
Complementary color
Monochromatic Colors of #D70B76
Black with #D70B76
Text Example
Text Example
White with #D70B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B76; }
p { color: rgb(215,11,118); }
H1.HeaderClassName
{
color: #D70B76;
}
.AnyTagClassName
{
color: #D70B76;
}
</style>
background-color css
<style>
a { background-color: #D70B76; }
a { background-color: rgb(215,11,118); }
div.DivClassName
{
background-color: #D70B76;
}
.BgClassName
{
background-color: #D70B76;
}
</style>
border-color css
<style>
span { border-color: #D70B76; }
span { border-color: rgb(215,11,118); }
td.TdClassName
{
border-color: #D70B76;
}
.TagClassName
{
border-color: #D70B76;
}
</style>