Shades of Medium Violet Red #D30495
Tints of Medium Violet Red #D30495
RGB
CMYK
RGB Variations
Color information
#D30495 (or 0xD30495) is known color: Medium Violet Red. HEX triplet: D3, 04 and 95. RGB value is (211,4,149). Sum of RGB (Red+Green+Blue) = 211+4+149=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D30495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30495 is #2CFB6A. Grayscale: #525252. Windows color (decimal): -2947947 or 9766099. OLE color: 9766099.
HSL color Cylindrical-coordinate representation of color #D30495: hue angle of 317.97º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30495 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 4 | 149 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.17 |
| HSL | 317.97º | 0.96% | 0.42% | - |
| HSV(B) | 317.97º | 0.98% | 0.83% | - |
| XYZ | 32.33 | 16.11 | 29.84 | - |
| YUV | 82.42 | 165.58 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 4 | 149 | 0 | 0.98 | 0.29 | 0.17 | 317.97 | 0.96 | 0.42 |
| Hex | D3 | 4 | 95 | 0 | 62 | 1D | 11 | 13E | 60 | 2A |
| Octal | 323 | 4 | 225 | 0 | 142 | 35 | 21 | 476 | 140 | 52 |
| Binary | 11010011 | 100 | 10010101 | 0 | 1100010 | 11101 | 10001 | 100111110 | 1100000 | 101010 |
Color Harmonies of #D30495
Complementary color
Monochromatic Colors of #D30495
Black with #D30495
Text Example
Text Example
White with #D30495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30495; }
p { color: rgb(211,4,149); }
H1.HeaderClassName
{
color: #D30495;
}
.AnyTagClassName
{
color: #D30495;
}
</style>
background-color css
<style>
a { background-color: #D30495; }
a { background-color: rgb(211,4,149); }
div.DivClassName
{
background-color: #D30495;
}
.BgClassName
{
background-color: #D30495;
}
</style>
border-color css
<style>
span { border-color: #D30495; }
span { border-color: rgb(211,4,149); }
td.TdClassName
{
border-color: #D30495;
}
.TagClassName
{
border-color: #D30495;
}
</style>