Shades of Medium Violet Red #D40573
Tints of Medium Violet Red #D40573
RGB
CMYK
RGB Variations
Color information
#D40573 (or 0xD40573) is known color: Medium Violet Red. HEX triplet: D4, 05 and 73. RGB value is (212,5,115). Sum of RGB (Red+Green+Blue) = 212+5+115=332 (43% of max value = 765). Red value is 212 (83.20% from 255 or 63.86% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 212 - color contains mainly: red. Hex color #D40573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40573 is #2BFA8C. Grayscale: #4F4F4F. Windows color (decimal): -2882189 or 7538132. OLE color: 7538132.
HSL color Cylindrical-coordinate representation of color #D40573: hue angle of 328.12º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40573 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 115 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.17 |
| HSL | 328.12º | 0.95% | 0.43% | - |
| HSV(B) | 328.12º | 0.98% | 0.83% | - |
| XYZ | 30.3 | 15.34 | 17.58 | - |
| YUV | 79.43 | 148.08 | 222.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 115 | 0 | 0.98 | 0.46 | 0.17 | 328.12 | 0.95 | 0.43 |
| Hex | D4 | 5 | 73 | 0 | 62 | 2E | 11 | 148 | 5F | 2B |
| Octal | 324 | 5 | 163 | 0 | 142 | 56 | 21 | 510 | 137 | 53 |
| Binary | 11010100 | 101 | 1110011 | 0 | 1100010 | 101110 | 10001 | 101001000 | 1011111 | 101011 |
Color Harmonies of #D40573
Complementary color
Monochromatic Colors of #D40573
Black with #D40573
Text Example
Text Example
White with #D40573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40573; }
p { color: rgb(212,5,115); }
H1.HeaderClassName
{
color: #D40573;
}
.AnyTagClassName
{
color: #D40573;
}
</style>
background-color css
<style>
a { background-color: #D40573; }
a { background-color: rgb(212,5,115); }
div.DivClassName
{
background-color: #D40573;
}
.BgClassName
{
background-color: #D40573;
}
</style>
border-color css
<style>
span { border-color: #D40573; }
span { border-color: rgb(212,5,115); }
td.TdClassName
{
border-color: #D40573;
}
.TagClassName
{
border-color: #D40573;
}
</style>