Shades of Medium Violet Red #D30F9E
Tints of Medium Violet Red #D30F9E
RGB
CMYK
RGB Variations
Color information
#D30F9E (or 0xD30F9E) is known color: Medium Violet Red. HEX triplet: D3, 0F and 9E. RGB value is (211,15,158). Sum of RGB (Red+Green+Blue) = 211+15+158=384 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.95% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30F9E is #2CF061. Grayscale: #595959. Windows color (decimal): -2945122 or 10358739. OLE color: 10358739.
HSL color Cylindrical-coordinate representation of color #D30F9E: hue angle of 316.22º degrees, saturation: 0.87, 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 #D30F9E is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 158 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.17 |
| HSL | 316.22º | 0.87% | 0.44% | - |
| HSV(B) | 316.22º | 0.93% | 0.83% | - |
| XYZ | 33.21 | 16.66 | 33.81 | - |
| YUV | 89.91 | 166.43 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 158 | 0 | 0.93 | 0.25 | 0.17 | 316.22 | 0.87 | 0.44 |
| Hex | D3 | F | 9E | 0 | 5D | 19 | 11 | 13C | 57 | 2C |
| Octal | 323 | 17 | 236 | 0 | 135 | 31 | 21 | 474 | 127 | 54 |
| Binary | 11010011 | 1111 | 10011110 | 0 | 1011101 | 11001 | 10001 | 100111100 | 1010111 | 101100 |
Color Harmonies of #D30F9E
Complementary color
Monochromatic Colors of #D30F9E
Black with #D30F9E
Text Example
Text Example
White with #D30F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F9E; }
p { color: rgb(211,15,158); }
H1.HeaderClassName
{
color: #D30F9E;
}
.AnyTagClassName
{
color: #D30F9E;
}
</style>
background-color css
<style>
a { background-color: #D30F9E; }
a { background-color: rgb(211,15,158); }
div.DivClassName
{
background-color: #D30F9E;
}
.BgClassName
{
background-color: #D30F9E;
}
</style>
border-color css
<style>
span { border-color: #D30F9E; }
span { border-color: rgb(211,15,158); }
td.TdClassName
{
border-color: #D30F9E;
}
.TagClassName
{
border-color: #D30F9E;
}
</style>