Shades of Medium Violet Red #D30E8F
Tints of Medium Violet Red #D30E8F
RGB
CMYK
RGB Variations
Color information
#D30E8F (or 0xD30E8F) is known color: Medium Violet Red. HEX triplet: D3, 0E and 8F. RGB value is (211,14,143). Sum of RGB (Red+Green+Blue) = 211+14+143=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30E8F is #2CF170. Grayscale: #575757. Windows color (decimal): -2945393 or 9375443. OLE color: 9375443.
HSL color Cylindrical-coordinate representation of color #D30E8F: hue angle of 320.71º 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 #D30E8F is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 143 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.17 |
| HSL | 320.71º | 0.88% | 0.44% | - |
| HSV(B) | 320.71º | 0.93% | 0.83% | - |
| XYZ | 31.98 | 16.15 | 27.42 | - |
| YUV | 87.61 | 159.27 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 143 | 0 | 0.93 | 0.32 | 0.17 | 320.71 | 0.88 | 0.44 |
| Hex | D3 | E | 8F | 0 | 5D | 20 | 11 | 141 | 58 | 2C |
| Octal | 323 | 16 | 217 | 0 | 135 | 40 | 21 | 501 | 130 | 54 |
| Binary | 11010011 | 1110 | 10001111 | 0 | 1011101 | 100000 | 10001 | 101000001 | 1011000 | 101100 |
Color Harmonies of #D30E8F
Complementary color
Monochromatic Colors of #D30E8F
Black with #D30E8F
Text Example
Text Example
White with #D30E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30E8F; }
p { color: rgb(211,14,143); }
H1.HeaderClassName
{
color: #D30E8F;
}
.AnyTagClassName
{
color: #D30E8F;
}
</style>
background-color css
<style>
a { background-color: #D30E8F; }
a { background-color: rgb(211,14,143); }
div.DivClassName
{
background-color: #D30E8F;
}
.BgClassName
{
background-color: #D30E8F;
}
</style>
border-color css
<style>
span { border-color: #D30E8F; }
span { border-color: rgb(211,14,143); }
td.TdClassName
{
border-color: #D30E8F;
}
.TagClassName
{
border-color: #D30E8F;
}
</style>