Shades of Medium Violet Red #D30F9B
Tints of Medium Violet Red #D30F9B
RGB
CMYK
RGB Variations
Color information
#D30F9B (or 0xD30F9B) is known color: Medium Violet Red. HEX triplet: D3, 0F and 9B. RGB value is (211,15,155). Sum of RGB (Red+Green+Blue) = 211+15+155=381 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.38% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 211 - color contains mainly: red. Hex color #D30F9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30F9B is #2CF064. Grayscale: #595959. Windows color (decimal): -2945125 or 10162131. OLE color: 10162131.
HSL color Cylindrical-coordinate representation of color #D30F9B: hue angle of 317.14º 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 #D30F9B is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 15 | 155 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.17 |
| HSL | 317.14º | 0.87% | 0.44% | - |
| HSV(B) | 317.14º | 0.93% | 0.83% | - |
| XYZ | 32.95 | 16.56 | 32.47 | - |
| YUV | 89.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 15 | 155 | 0 | 0.93 | 0.27 | 0.17 | 317.14 | 0.87 | 0.44 |
| Hex | D3 | F | 9B | 0 | 5D | 1B | 11 | 13D | 57 | 2C |
| Octal | 323 | 17 | 233 | 0 | 135 | 33 | 21 | 475 | 127 | 54 |
| Binary | 11010011 | 1111 | 10011011 | 0 | 1011101 | 11011 | 10001 | 100111101 | 1010111 | 101100 |
Color Harmonies of #D30F9B
Complementary color
Monochromatic Colors of #D30F9B
Black with #D30F9B
Text Example
Text Example
White with #D30F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30F9B; }
p { color: rgb(211,15,155); }
H1.HeaderClassName
{
color: #D30F9B;
}
.AnyTagClassName
{
color: #D30F9B;
}
</style>
background-color css
<style>
a { background-color: #D30F9B; }
a { background-color: rgb(211,15,155); }
div.DivClassName
{
background-color: #D30F9B;
}
.BgClassName
{
background-color: #D30F9B;
}
</style>
border-color css
<style>
span { border-color: #D30F9B; }
span { border-color: rgb(211,15,155); }
td.TdClassName
{
border-color: #D30F9B;
}
.TagClassName
{
border-color: #D30F9B;
}
</style>