Shades of Medium Violet Red #D20972
Tints of Medium Violet Red #D20972
RGB
CMYK
RGB Variations
Color information
#D20972 (or 0xD20972) is known color: Medium Violet Red. HEX triplet: D2, 09 and 72. RGB value is (210,9,114). Sum of RGB (Red+Green+Blue) = 210+9+114=333 (44% of max value = 765). Red value is 210 (82.42% from 255 or 63.06% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 210 - color contains mainly: red. Hex color #D20972 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20972 is #2DF68D. Grayscale: #505050. Windows color (decimal): -3012238 or 7473618. OLE color: 7473618.
HSL color Cylindrical-coordinate representation of color #D20972: hue angle of 328.66º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D20972 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 114 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.18 |
| HSL | 328.66º | 0.92% | 0.43% | - |
| HSV(B) | 328.66º | 0.96% | 0.82% | - |
| XYZ | 29.71 | 15.11 | 17.27 | - |
| YUV | 81.07 | 146.59 | 219.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 114 | 0 | 0.96 | 0.46 | 0.18 | 328.66 | 0.92 | 0.43 |
| Hex | D2 | 9 | 72 | 0 | 60 | 2E | 12 | 149 | 5C | 2B |
| Octal | 322 | 11 | 162 | 0 | 140 | 56 | 22 | 511 | 134 | 53 |
| Binary | 11010010 | 1001 | 1110010 | 0 | 1100000 | 101110 | 10010 | 101001001 | 1011100 | 101011 |
Color Harmonies of #D20972
Complementary color
Monochromatic Colors of #D20972
Black with #D20972
Text Example
Text Example
White with #D20972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20972; }
p { color: rgb(210,9,114); }
H1.HeaderClassName
{
color: #D20972;
}
.AnyTagClassName
{
color: #D20972;
}
</style>
background-color css
<style>
a { background-color: #D20972; }
a { background-color: rgb(210,9,114); }
div.DivClassName
{
background-color: #D20972;
}
.BgClassName
{
background-color: #D20972;
}
</style>
border-color css
<style>
span { border-color: #D20972; }
span { border-color: rgb(210,9,114); }
td.TdClassName
{
border-color: #D20972;
}
.TagClassName
{
border-color: #D20972;
}
</style>