Shades of Medium Violet Red #D30072
Tints of Medium Violet Red #D30072
RGB
CMYK
RGB Variations
Color information
#D30072 (or 0xD30072) is known color: Medium Violet Red. HEX triplet: D3, 00 and 72. RGB value is (211,0,114). Sum of RGB (Red+Green+Blue) = 211+0+114=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D30072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30072 is #2CFF8D. Grayscale: #4B4B4B. Windows color (decimal): -2949006 or 7471315. OLE color: 7471315.
HSL color Cylindrical-coordinate representation of color #D30072: hue angle of 327.58º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30072 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.46 | 0.17 |
| HSL | 327.58º | 1% | 0.41% | - |
| HSV(B) | 327.58º | 1% | 0.83% | - |
| XYZ | 29.9 | 15.06 | 17.25 | - |
| YUV | 76.09 | 149.4 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 114 | 0 | 1 | 0.46 | 0.17 | 327.58 | 1 | 0.41 |
| Hex | D3 | 0 | 72 | 0 | 64 | 2E | 11 | 148 | 64 | 29 |
| Octal | 323 | 0 | 162 | 0 | 144 | 56 | 21 | 510 | 144 | 51 |
| Binary | 11010011 | 0 | 1110010 | 0 | 1100100 | 101110 | 10001 | 101001000 | 1100100 | 101001 |
Color Harmonies of #D30072
Complementary color
Monochromatic Colors of #D30072
Black with #D30072
Text Example
Text Example
White with #D30072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30072; }
p { color: rgb(211,0,114); }
H1.HeaderClassName
{
color: #D30072;
}
.AnyTagClassName
{
color: #D30072;
}
</style>
background-color css
<style>
a { background-color: #D30072; }
a { background-color: rgb(211,0,114); }
div.DivClassName
{
background-color: #D30072;
}
.BgClassName
{
background-color: #D30072;
}
</style>
border-color css
<style>
span { border-color: #D30072; }
span { border-color: rgb(211,0,114); }
td.TdClassName
{
border-color: #D30072;
}
.TagClassName
{
border-color: #D30072;
}
</style>