Shades of Medium Violet Red #D30E7B
Tints of Medium Violet Red #D30E7B
RGB
CMYK
RGB Variations
Color information
#D30E7B (or 0xD30E7B) is known color: Medium Violet Red. HEX triplet: D3, 0E and 7B. RGB value is (211,14,123). Sum of RGB (Red+Green+Blue) = 211+14+123=348 (46% of max value = 765). Red value is 211 (82.81% from 255 or 60.63% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30E7B is #2CF184. Grayscale: #555555. Windows color (decimal): -2945413 or 8064723. OLE color: 8064723.
HSL color Cylindrical-coordinate representation of color #D30E7B: hue angle of 326.8º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D30E7B is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 123 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.17 |
| HSL | 326.8º | 0.88% | 0.44% | - |
| HSV(B) | 326.8º | 0.93% | 0.83% | - |
| XYZ | 30.6 | 15.59 | 20.14 | - |
| YUV | 85.33 | 149.27 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 123 | 0 | 0.93 | 0.42 | 0.17 | 326.8 | 0.88 | 0.44 |
| Hex | D3 | E | 7B | 0 | 5D | 2A | 11 | 147 | 58 | 2C |
| Octal | 323 | 16 | 173 | 0 | 135 | 52 | 21 | 507 | 130 | 54 |
| Binary | 11010011 | 1110 | 1111011 | 0 | 1011101 | 101010 | 10001 | 101000111 | 1011000 | 101100 |
Color Harmonies of #D30E7B
Complementary color
Monochromatic Colors of #D30E7B
Black with #D30E7B
Text Example
Text Example
White with #D30E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30E7B; }
p { color: rgb(211,14,123); }
H1.HeaderClassName
{
color: #D30E7B;
}
.AnyTagClassName
{
color: #D30E7B;
}
</style>
background-color css
<style>
a { background-color: #D30E7B; }
a { background-color: rgb(211,14,123); }
div.DivClassName
{
background-color: #D30E7B;
}
.BgClassName
{
background-color: #D30E7B;
}
</style>
border-color css
<style>
span { border-color: #D30E7B; }
span { border-color: rgb(211,14,123); }
td.TdClassName
{
border-color: #D30E7B;
}
.TagClassName
{
border-color: #D30E7B;
}
</style>