Shades of Medium Violet Red #D20980
Tints of Medium Violet Red #D20980
RGB
CMYK
RGB Variations
Color information
#D20980 (or 0xD20980) is known color: Medium Violet Red. HEX triplet: D2, 09 and 80. RGB value is (210,9,128). Sum of RGB (Red+Green+Blue) = 210+9+128=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 9 (3.91% from 255 or 2.59% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20980 is #2DF67F. Grayscale: #525252. Windows color (decimal): -3012224 or 8391122. OLE color: 8391122.
HSL color Cylindrical-coordinate representation of color #D20980: hue angle of 324.48º 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 #D20980 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 128 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.18 |
| HSL | 324.48º | 0.92% | 0.43% | - |
| HSV(B) | 324.48º | 0.96% | 0.82% | - |
| XYZ | 30.57 | 15.46 | 21.79 | - |
| YUV | 82.67 | 153.59 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 128 | 0 | 0.96 | 0.39 | 0.18 | 324.48 | 0.92 | 0.43 |
| Hex | D2 | 9 | 80 | 0 | 60 | 27 | 12 | 144 | 5C | 2B |
| Octal | 322 | 11 | 200 | 0 | 140 | 47 | 22 | 504 | 134 | 53 |
| Binary | 11010010 | 1001 | 10000000 | 0 | 1100000 | 100111 | 10010 | 101000100 | 1011100 | 101011 |
Color Harmonies of #D20980
Complementary color
Monochromatic Colors of #D20980
Black with #D20980
Text Example
Text Example
White with #D20980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20980; }
p { color: rgb(210,9,128); }
H1.HeaderClassName
{
color: #D20980;
}
.AnyTagClassName
{
color: #D20980;
}
</style>
background-color css
<style>
a { background-color: #D20980; }
a { background-color: rgb(210,9,128); }
div.DivClassName
{
background-color: #D20980;
}
.BgClassName
{
background-color: #D20980;
}
</style>
border-color css
<style>
span { border-color: #D20980; }
span { border-color: rgb(210,9,128); }
td.TdClassName
{
border-color: #D20980;
}
.TagClassName
{
border-color: #D20980;
}
</style>