Shades of Medium Violet Red #D21773
Tints of Medium Violet Red #D21773
RGB
CMYK
RGB Variations
Color information
#D21773 (or 0xD21773) is known color: Medium Violet Red. HEX triplet: D2, 17 and 73. RGB value is (210,23,115). Sum of RGB (Red+Green+Blue) = 210+23+115=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21773 is #2DE88C. Grayscale: #595959. Windows color (decimal): -3008653 or 7542738. OLE color: 7542738.
HSL color Cylindrical-coordinate representation of color #D21773: hue angle of 330.48º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21773 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 115 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.18 |
| HSL | 330.48º | 0.8% | 0.46% | - |
| HSV(B) | 330.48º | 0.89% | 0.82% | - |
| XYZ | 29.98 | 15.55 | 17.64 | - |
| YUV | 89.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 115 | 0 | 0.89 | 0.45 | 0.18 | 330.48 | 0.8 | 0.46 |
| Hex | D2 | 17 | 73 | 0 | 59 | 2D | 12 | 14A | 50 | 2E |
| Octal | 322 | 27 | 163 | 0 | 131 | 55 | 22 | 512 | 120 | 56 |
| Binary | 11010010 | 10111 | 1110011 | 0 | 1011001 | 101101 | 10010 | 101001010 | 1010000 | 101110 |
Color Harmonies of #D21773
Complementary color
Monochromatic Colors of #D21773
Black with #D21773
Text Example
Text Example
White with #D21773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21773; }
p { color: rgb(210,23,115); }
H1.HeaderClassName
{
color: #D21773;
}
.AnyTagClassName
{
color: #D21773;
}
</style>
background-color css
<style>
a { background-color: #D21773; }
a { background-color: rgb(210,23,115); }
div.DivClassName
{
background-color: #D21773;
}
.BgClassName
{
background-color: #D21773;
}
</style>
border-color css
<style>
span { border-color: #D21773; }
span { border-color: rgb(210,23,115); }
td.TdClassName
{
border-color: #D21773;
}
.TagClassName
{
border-color: #D21773;
}
</style>