Shades of Medium Violet Red #D70B7A
Tints of Medium Violet Red #D70B7A
RGB
CMYK
RGB Variations
Color information
#D70B7A (or 0xD70B7A) is known color: Medium Violet Red. HEX triplet: D7, 0B and 7A. RGB value is (215,11,122). Sum of RGB (Red+Green+Blue) = 215+11+122=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B7A is #28F485. Grayscale: #545454. Windows color (decimal): -2684038 or 7998423. OLE color: 7998423.
HSL color Cylindrical-coordinate representation of color #D70B7A: hue angle of 327.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 #D70B7A is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 122 | - |
| CMYK | 0 | 0.95 | 0.43 | 0.16 |
| HSL | 327.35º | 0.9% | 0.44% | - |
| HSV(B) | 327.35º | 0.95% | 0.84% | - |
| XYZ | 31.66 | 16.09 | 19.85 | - |
| YUV | 84.65 | 149.09 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 122 | 0 | 0.95 | 0.43 | 0.16 | 327.35 | 0.9 | 0.44 |
| Hex | D7 | B | 7A | 0 | 5F | 2B | 10 | 147 | 5A | 2C |
| Octal | 327 | 13 | 172 | 0 | 137 | 53 | 20 | 507 | 132 | 54 |
| Binary | 11010111 | 1011 | 1111010 | 0 | 1011111 | 101011 | 10000 | 101000111 | 1011010 | 101100 |
Color Harmonies of #D70B7A
Complementary color
Monochromatic Colors of #D70B7A
Black with #D70B7A
Text Example
Text Example
White with #D70B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B7A; }
p { color: rgb(215,11,122); }
H1.HeaderClassName
{
color: #D70B7A;
}
.AnyTagClassName
{
color: #D70B7A;
}
</style>
background-color css
<style>
a { background-color: #D70B7A; }
a { background-color: rgb(215,11,122); }
div.DivClassName
{
background-color: #D70B7A;
}
.BgClassName
{
background-color: #D70B7A;
}
</style>
border-color css
<style>
span { border-color: #D70B7A; }
span { border-color: rgb(215,11,122); }
td.TdClassName
{
border-color: #D70B7A;
}
.TagClassName
{
border-color: #D70B7A;
}
</style>