Shades of Medium Violet Red #D30574
Tints of Medium Violet Red #D30574
RGB
CMYK
RGB Variations
Color information
#D30574 (or 0xD30574) is known color: Medium Violet Red. HEX triplet: D3, 05 and 74. RGB value is (211,5,116). Sum of RGB (Red+Green+Blue) = 211+5+116=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D30574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30574 is #2CFA8B. Grayscale: #4F4F4F. Windows color (decimal): -2947724 or 7603667. OLE color: 7603667.
HSL color Cylindrical-coordinate representation of color #D30574: hue angle of 327.67º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D30574 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 116 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.17 |
| HSL | 327.67º | 0.95% | 0.42% | - |
| HSV(B) | 327.67º | 0.98% | 0.83% | - |
| XYZ | 30.07 | 15.22 | 17.88 | - |
| YUV | 79.25 | 148.75 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 116 | 0 | 0.98 | 0.45 | 0.17 | 327.67 | 0.95 | 0.42 |
| Hex | D3 | 5 | 74 | 0 | 62 | 2D | 11 | 148 | 5F | 2A |
| Octal | 323 | 5 | 164 | 0 | 142 | 55 | 21 | 510 | 137 | 52 |
| Binary | 11010011 | 101 | 1110100 | 0 | 1100010 | 101101 | 10001 | 101001000 | 1011111 | 101010 |
Color Harmonies of #D30574
Complementary color
Monochromatic Colors of #D30574
Black with #D30574
Text Example
Text Example
White with #D30574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30574; }
p { color: rgb(211,5,116); }
H1.HeaderClassName
{
color: #D30574;
}
.AnyTagClassName
{
color: #D30574;
}
</style>
background-color css
<style>
a { background-color: #D30574; }
a { background-color: rgb(211,5,116); }
div.DivClassName
{
background-color: #D30574;
}
.BgClassName
{
background-color: #D30574;
}
</style>
border-color css
<style>
span { border-color: #D30574; }
span { border-color: rgb(211,5,116); }
td.TdClassName
{
border-color: #D30574;
}
.TagClassName
{
border-color: #D30574;
}
</style>