Shades of Medium Violet Red #D30F9F
Tints of Medium Violet Red #D30F9F
RGB
CMYK
RGB Variations
Color information
#D30F9F (or 0xD30F9F) is known color: Medium Violet Red. HEX triplet: D3, 0F and 9F. RGB value is (211,15,159). Sum of RGB (Red+Green+Blue) = 211+15+159=385 (50% of max value = 765). Red value is 211 (82.81% from 255 or 54.81% from 385); Green value is 15 (6.25% from 255 or 3.90% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30F9F is #2CF060. Grayscale: #595959. Windows color (decimal): -2945121 or 10424275. OLE color: 10424275.
HSL color Cylindrical-coordinate representation of color #D30F9F: hue angle of 315.92º 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 #D30F9F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 159 | - |
| CMYK | 0 | 0.93 | 0.25 | 0.17 |
| HSL | 315.92º | 0.87% | 0.44% | - |
| HSV(B) | 315.92º | 0.93% | 0.83% | - |
| XYZ | 33.29 | 16.69 | 34.27 | - |
| YUV | 90.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 159 | 0 | 0.93 | 0.25 | 0.17 | 315.92 | 0.87 | 0.44 |
| Hex | D3 | F | 9F | 0 | 5D | 19 | 11 | 13C | 57 | 2C |
| Octal | 323 | 17 | 237 | 0 | 135 | 31 | 21 | 474 | 127 | 54 |
| Binary | 11010011 | 1111 | 10011111 | 0 | 1011101 | 11001 | 10001 | 100111100 | 1010111 | 101100 |
Color Harmonies of #D30F9F
Complementary color
Monochromatic Colors of #D30F9F
Black with #D30F9F
Text Example
Text Example
White with #D30F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F9F; }
p { color: rgb(211,15,159); }
H1.HeaderClassName
{
color: #D30F9F;
}
.AnyTagClassName
{
color: #D30F9F;
}
</style>
background-color css
<style>
a { background-color: #D30F9F; }
a { background-color: rgb(211,15,159); }
div.DivClassName
{
background-color: #D30F9F;
}
.BgClassName
{
background-color: #D30F9F;
}
</style>
border-color css
<style>
span { border-color: #D30F9F; }
span { border-color: rgb(211,15,159); }
td.TdClassName
{
border-color: #D30F9F;
}
.TagClassName
{
border-color: #D30F9F;
}
</style>