Shades of Medium Violet Red #D20573
Tints of Medium Violet Red #D20573
RGB
CMYK
RGB Variations
Color information
#D20573 (or 0xD20573) is known color: Medium Violet Red. HEX triplet: D2, 05 and 73. RGB value is (210,5,115). Sum of RGB (Red+Green+Blue) = 210+5+115=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20573 is #2DFA8C. Grayscale: #4E4E4E. Windows color (decimal): -3013261 or 7538130. OLE color: 7538130.
HSL color Cylindrical-coordinate representation of color #D20573: hue angle of 327.8º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20573 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.18 |
| HSL | 327.8º | 0.95% | 0.42% | - |
| HSV(B) | 327.8º | 0.98% | 0.82% | - |
| XYZ | 29.73 | 15.05 | 17.56 | - |
| YUV | 78.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 5 | 115 | 0 | 0.98 | 0.45 | 0.18 | 327.8 | 0.95 | 0.42 |
| Hex | D2 | 5 | 73 | 0 | 62 | 2D | 12 | 148 | 5F | 2A |
| Octal | 322 | 5 | 163 | 0 | 142 | 55 | 22 | 510 | 137 | 52 |
| Binary | 11010010 | 101 | 1110011 | 0 | 1100010 | 101101 | 10010 | 101001000 | 1011111 | 101010 |
Color Harmonies of #D20573
Complementary color
Monochromatic Colors of #D20573
Black with #D20573
Text Example
Text Example
White with #D20573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20573; }
p { color: rgb(210,5,115); }
H1.HeaderClassName
{
color: #D20573;
}
.AnyTagClassName
{
color: #D20573;
}
</style>
background-color css
<style>
a { background-color: #D20573; }
a { background-color: rgb(210,5,115); }
div.DivClassName
{
background-color: #D20573;
}
.BgClassName
{
background-color: #D20573;
}
</style>
border-color css
<style>
span { border-color: #D20573; }
span { border-color: rgb(210,5,115); }
td.TdClassName
{
border-color: #D20573;
}
.TagClassName
{
border-color: #D20573;
}
</style>