Shades of Medium Violet Red #D30D9C
Tints of Medium Violet Red #D30D9C
RGB
CMYK
RGB Variations
Color information
#D30D9C (or 0xD30D9C) is known color: Medium Violet Red. HEX triplet: D3, 0D and 9C. RGB value is (211,13,156). Sum of RGB (Red+Green+Blue) = 211+13+156=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D30D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30D9C is #2CF263. Grayscale: #585858. Windows color (decimal): -2945636 or 10227155. OLE color: 10227155.
HSL color Cylindrical-coordinate representation of color #D30D9C: hue angle of 316.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D30D9C is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 13 | 156 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.17 |
| HSL | 316.67º | 0.88% | 0.44% | - |
| HSV(B) | 316.67º | 0.94% | 0.83% | - |
| XYZ | 33.01 | 16.54 | 32.9 | - |
| YUV | 88.5 | 166.1 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 13 | 156 | 0 | 0.94 | 0.26 | 0.17 | 316.67 | 0.88 | 0.44 |
| Hex | D3 | D | 9C | 0 | 5E | 1A | 11 | 13D | 58 | 2C |
| Octal | 323 | 15 | 234 | 0 | 136 | 32 | 21 | 475 | 130 | 54 |
| Binary | 11010011 | 1101 | 10011100 | 0 | 1011110 | 11010 | 10001 | 100111101 | 1011000 | 101100 |
Color Harmonies of #D30D9C
Complementary color
Monochromatic Colors of #D30D9C
Black with #D30D9C
Text Example
Text Example
White with #D30D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30D9C; }
p { color: rgb(211,13,156); }
H1.HeaderClassName
{
color: #D30D9C;
}
.AnyTagClassName
{
color: #D30D9C;
}
</style>
background-color css
<style>
a { background-color: #D30D9C; }
a { background-color: rgb(211,13,156); }
div.DivClassName
{
background-color: #D30D9C;
}
.BgClassName
{
background-color: #D30D9C;
}
</style>
border-color css
<style>
span { border-color: #D30D9C; }
span { border-color: rgb(211,13,156); }
td.TdClassName
{
border-color: #D30D9C;
}
.TagClassName
{
border-color: #D30D9C;
}
</style>