Shades of Medium Violet Red #D30372
Tints of Medium Violet Red #D30372
RGB
CMYK
RGB Variations
Color information
#D30372 (or 0xD30372) is known color: Medium Violet Red. HEX triplet: D3, 03 and 72. RGB value is (211,3,114). Sum of RGB (Red+Green+Blue) = 211+3+114=328 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.33% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 211 - color contains mainly: red. Hex color #D30372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30372 is #2CFC8D. Grayscale: #4D4D4D. Windows color (decimal): -2948238 or 7472083. OLE color: 7472083.
HSL color Cylindrical-coordinate representation of color #D30372: hue angle of 327.98º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D30372 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 114 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.17 |
| HSL | 327.98º | 0.97% | 0.42% | - |
| HSV(B) | 327.98º | 0.99% | 0.83% | - |
| XYZ | 29.93 | 15.13 | 17.26 | - |
| YUV | 77.85 | 148.41 | 222.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 114 | 0 | 0.99 | 0.46 | 0.17 | 327.98 | 0.97 | 0.42 |
| Hex | D3 | 3 | 72 | 0 | 63 | 2E | 11 | 148 | 61 | 2A |
| Octal | 323 | 3 | 162 | 0 | 143 | 56 | 21 | 510 | 141 | 52 |
| Binary | 11010011 | 11 | 1110010 | 0 | 1100011 | 101110 | 10001 | 101001000 | 1100001 | 101010 |
Color Harmonies of #D30372
Complementary color
Monochromatic Colors of #D30372
Black with #D30372
Text Example
Text Example
White with #D30372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30372; }
p { color: rgb(211,3,114); }
H1.HeaderClassName
{
color: #D30372;
}
.AnyTagClassName
{
color: #D30372;
}
</style>
background-color css
<style>
a { background-color: #D30372; }
a { background-color: rgb(211,3,114); }
div.DivClassName
{
background-color: #D30372;
}
.BgClassName
{
background-color: #D30372;
}
</style>
border-color css
<style>
span { border-color: #D30372; }
span { border-color: rgb(211,3,114); }
td.TdClassName
{
border-color: #D30372;
}
.TagClassName
{
border-color: #D30372;
}
</style>