Shades of Medium Violet Red #D30173
Tints of Medium Violet Red #D30173
RGB
CMYK
RGB Variations
Color information
#D30173 (or 0xD30173) is known color: Medium Violet Red. HEX triplet: D3, 01 and 73. RGB value is (211,1,115). Sum of RGB (Red+Green+Blue) = 211+1+115=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D30173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30173 is #2CFE8C. Grayscale: #4C4C4C. Windows color (decimal): -2948749 or 7537107. OLE color: 7537107.
HSL color Cylindrical-coordinate representation of color #D30173: hue angle of 327.43º 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 #D30173 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.17 |
| HSL | 327.43º | 0.99% | 0.42% | - |
| HSV(B) | 327.43º | 1% | 0.83% | - |
| XYZ | 29.97 | 15.11 | 17.56 | - |
| YUV | 76.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 115 | 0 | 1.00 | 0.45 | 0.17 | 327.43 | 0.99 | 0.42 |
| Hex | D3 | 1 | 73 | 0 | 64 | 2D | 11 | 147 | 63 | 2A |
| Octal | 323 | 1 | 163 | 0 | 144 | 55 | 21 | 507 | 143 | 52 |
| Binary | 11010011 | 1 | 1110011 | 0 | 1100100 | 101101 | 10001 | 101000111 | 1100011 | 101010 |
Color Harmonies of #D30173
Complementary color
Monochromatic Colors of #D30173
Black with #D30173
Text Example
Text Example
White with #D30173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30173; }
p { color: rgb(211,1,115); }
H1.HeaderClassName
{
color: #D30173;
}
.AnyTagClassName
{
color: #D30173;
}
</style>
background-color css
<style>
a { background-color: #D30173; }
a { background-color: rgb(211,1,115); }
div.DivClassName
{
background-color: #D30173;
}
.BgClassName
{
background-color: #D30173;
}
</style>
border-color css
<style>
span { border-color: #D30173; }
span { border-color: rgb(211,1,115); }
td.TdClassName
{
border-color: #D30173;
}
.TagClassName
{
border-color: #D30173;
}
</style>