Shades of Medium Violet Red #D30E83
Tints of Medium Violet Red #D30E83
RGB
CMYK
RGB Variations
Color information
#D30E83 (or 0xD30E83) is known color: Medium Violet Red. HEX triplet: D3, 0E and 83. RGB value is (211,14,131). Sum of RGB (Red+Green+Blue) = 211+14+131=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D30E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30E83 is #2CF17C. Grayscale: #555555. Windows color (decimal): -2945405 or 8589011. OLE color: 8589011.
HSL color Cylindrical-coordinate representation of color #D30E83: hue angle of 324.37º 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 #D30E83 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 14 | 131 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.17 |
| HSL | 324.37º | 0.88% | 0.44% | - |
| HSV(B) | 324.37º | 0.93% | 0.83% | - |
| XYZ | 31.12 | 15.8 | 22.88 | - |
| YUV | 86.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 14 | 131 | 0 | 0.93 | 0.38 | 0.17 | 324.37 | 0.88 | 0.44 |
| Hex | D3 | E | 83 | 0 | 5D | 26 | 11 | 144 | 58 | 2C |
| Octal | 323 | 16 | 203 | 0 | 135 | 46 | 21 | 504 | 130 | 54 |
| Binary | 11010011 | 1110 | 10000011 | 0 | 1011101 | 100110 | 10001 | 101000100 | 1011000 | 101100 |
Color Harmonies of #D30E83
Complementary color
Monochromatic Colors of #D30E83
Black with #D30E83
Text Example
Text Example
White with #D30E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30E83; }
p { color: rgb(211,14,131); }
H1.HeaderClassName
{
color: #D30E83;
}
.AnyTagClassName
{
color: #D30E83;
}
</style>
background-color css
<style>
a { background-color: #D30E83; }
a { background-color: rgb(211,14,131); }
div.DivClassName
{
background-color: #D30E83;
}
.BgClassName
{
background-color: #D30E83;
}
</style>
border-color css
<style>
span { border-color: #D30E83; }
span { border-color: rgb(211,14,131); }
td.TdClassName
{
border-color: #D30E83;
}
.TagClassName
{
border-color: #D30E83;
}
</style>