Shades of Medium Violet Red #D20D83
Tints of Medium Violet Red #D20D83
RGB
CMYK
RGB Variations
Color information
#D20D83 (or 0xD20D83) is known color: Medium Violet Red. HEX triplet: D2, 0D and 83. RGB value is (210,13,131). Sum of RGB (Red+Green+Blue) = 210+13+131=354 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.32% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20D83 is #2DF27C. Grayscale: #555555. Windows color (decimal): -3011197 or 8588754. OLE color: 8588754.
HSL color Cylindrical-coordinate representation of color #D20D83: hue angle of 324.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D83 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 131 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.18 |
| HSL | 324.06º | 0.88% | 0.44% | - |
| HSV(B) | 324.06º | 0.94% | 0.82% | - |
| XYZ | 30.82 | 15.63 | 22.86 | - |
| YUV | 85.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 131 | 0 | 0.94 | 0.38 | 0.18 | 324.06 | 0.88 | 0.44 |
| Hex | D2 | D | 83 | 0 | 5E | 26 | 12 | 144 | 58 | 2C |
| Octal | 322 | 15 | 203 | 0 | 136 | 46 | 22 | 504 | 130 | 54 |
| Binary | 11010010 | 1101 | 10000011 | 0 | 1011110 | 100110 | 10010 | 101000100 | 1011000 | 101100 |
Color Harmonies of #D20D83
Complementary color
Monochromatic Colors of #D20D83
Black with #D20D83
Text Example
Text Example
White with #D20D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D83; }
p { color: rgb(210,13,131); }
H1.HeaderClassName
{
color: #D20D83;
}
.AnyTagClassName
{
color: #D20D83;
}
</style>
background-color css
<style>
a { background-color: #D20D83; }
a { background-color: rgb(210,13,131); }
div.DivClassName
{
background-color: #D20D83;
}
.BgClassName
{
background-color: #D20D83;
}
</style>
border-color css
<style>
span { border-color: #D20D83; }
span { border-color: rgb(210,13,131); }
td.TdClassName
{
border-color: #D20D83;
}
.TagClassName
{
border-color: #D20D83;
}
</style>