Shades of Medium Violet Red #D30074
Tints of Medium Violet Red #D30074
RGB
CMYK
RGB Variations
Color information
#D30074 (or 0xD30074) is known color: Medium Violet Red. HEX triplet: D3, 00 and 74. RGB value is (211,0,116). Sum of RGB (Red+Green+Blue) = 211+0+116=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 116 (45.70% from 255 or 35.47% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D30074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30074 is #2CFF8B. Grayscale: #4C4C4C. Windows color (decimal): -2949004 or 7602387. OLE color: 7602387.
HSL color Cylindrical-coordinate representation of color #D30074: hue angle of 327.01º 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 #D30074 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.45 | 0.17 |
| HSL | 327.01º | 1% | 0.41% | - |
| HSV(B) | 327.01º | 1% | 0.83% | - |
| XYZ | 30.02 | 15.11 | 17.86 | - |
| YUV | 76.31 | 150.4 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 116 | 0 | 1 | 0.45 | 0.17 | 327.01 | 1 | 0.41 |
| Hex | D3 | 0 | 74 | 0 | 64 | 2D | 11 | 147 | 64 | 29 |
| Octal | 323 | 0 | 164 | 0 | 144 | 55 | 21 | 507 | 144 | 51 |
| Binary | 11010011 | 0 | 1110100 | 0 | 1100100 | 101101 | 10001 | 101000111 | 1100100 | 101001 |
Color Harmonies of #D30074
Complementary color
Monochromatic Colors of #D30074
Black with #D30074
Text Example
Text Example
White with #D30074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30074; }
p { color: rgb(211,0,116); }
H1.HeaderClassName
{
color: #D30074;
}
.AnyTagClassName
{
color: #D30074;
}
</style>
background-color css
<style>
a { background-color: #D30074; }
a { background-color: rgb(211,0,116); }
div.DivClassName
{
background-color: #D30074;
}
.BgClassName
{
background-color: #D30074;
}
</style>
border-color css
<style>
span { border-color: #D30074; }
span { border-color: rgb(211,0,116); }
td.TdClassName
{
border-color: #D30074;
}
.TagClassName
{
border-color: #D30074;
}
</style>