Shades of Medium Violet Red #D30198
Tints of Medium Violet Red #D30198
RGB
CMYK
RGB Variations
Color information
#D30198 (or 0xD30198) is known color: Medium Violet Red. HEX triplet: D3, 01 and 98. RGB value is (211,1,152). Sum of RGB (Red+Green+Blue) = 211+1+152=364 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.97% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 211 - color contains mainly: red. Hex color #D30198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D30198 is #2CFE67. Grayscale: #505050. Windows color (decimal): -2948712 or 9961939. OLE color: 9961939.
HSL color Cylindrical-coordinate representation of color #D30198: hue angle of 316.86º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30198 is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 152 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.17 |
| HSL | 316.86º | 0.99% | 0.42% | - |
| HSV(B) | 316.86º | 1% | 0.83% | - |
| XYZ | 32.54 | 16.14 | 31.11 | - |
| YUV | 81 | 168.07 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 152 | 0 | 1.00 | 0.28 | 0.17 | 316.86 | 0.99 | 0.42 |
| Hex | D3 | 1 | 98 | 0 | 64 | 1C | 11 | 13D | 63 | 2A |
| Octal | 323 | 1 | 230 | 0 | 144 | 34 | 21 | 475 | 143 | 52 |
| Binary | 11010011 | 1 | 10011000 | 0 | 1100100 | 11100 | 10001 | 100111101 | 1100011 | 101010 |
Color Harmonies of #D30198
Complementary color
Monochromatic Colors of #D30198
Black with #D30198
Text Example
Text Example
White with #D30198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30198; }
p { color: rgb(211,1,152); }
H1.HeaderClassName
{
color: #D30198;
}
.AnyTagClassName
{
color: #D30198;
}
</style>
background-color css
<style>
a { background-color: #D30198; }
a { background-color: rgb(211,1,152); }
div.DivClassName
{
background-color: #D30198;
}
.BgClassName
{
background-color: #D30198;
}
</style>
border-color css
<style>
span { border-color: #D30198; }
span { border-color: rgb(211,1,152); }
td.TdClassName
{
border-color: #D30198;
}
.TagClassName
{
border-color: #D30198;
}
</style>