Shades of Medium Violet Red #D30B7E
Tints of Medium Violet Red #D30B7E
RGB
CMYK
RGB Variations
Color information
#D30B7E (or 0xD30B7E) is known color: Medium Violet Red. HEX triplet: D3, 0B and 7E. RGB value is (211,11,126). Sum of RGB (Red+Green+Blue) = 211+11+126=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30B7E is #2CF481. Grayscale: #535353. Windows color (decimal): -2946178 or 8260563. OLE color: 8260563.
HSL color Cylindrical-coordinate representation of color #D30B7E: hue angle of 325.5º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30B7E is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 126 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.17 |
| HSL | 325.5º | 0.9% | 0.44% | - |
| HSV(B) | 325.5º | 0.95% | 0.83% | - |
| XYZ | 30.75 | 15.59 | 21.13 | - |
| YUV | 83.91 | 151.76 | 218.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 126 | 0 | 0.95 | 0.40 | 0.17 | 325.5 | 0.9 | 0.44 |
| Hex | D3 | B | 7E | 0 | 5F | 28 | 11 | 146 | 5A | 2C |
| Octal | 323 | 13 | 176 | 0 | 137 | 50 | 21 | 506 | 132 | 54 |
| Binary | 11010011 | 1011 | 1111110 | 0 | 1011111 | 101000 | 10001 | 101000110 | 1011010 | 101100 |
Color Harmonies of #D30B7E
Complementary color
Monochromatic Colors of #D30B7E
Black with #D30B7E
Text Example
Text Example
White with #D30B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B7E; }
p { color: rgb(211,11,126); }
H1.HeaderClassName
{
color: #D30B7E;
}
.AnyTagClassName
{
color: #D30B7E;
}
</style>
background-color css
<style>
a { background-color: #D30B7E; }
a { background-color: rgb(211,11,126); }
div.DivClassName
{
background-color: #D30B7E;
}
.BgClassName
{
background-color: #D30B7E;
}
</style>
border-color css
<style>
span { border-color: #D30B7E; }
span { border-color: rgb(211,11,126); }
td.TdClassName
{
border-color: #D30B7E;
}
.TagClassName
{
border-color: #D30B7E;
}
</style>