Shades of Medium Violet Red #D20D8C
Tints of Medium Violet Red #D20D8C
RGB
CMYK
RGB Variations
Color information
#D20D8C (or 0xD20D8C) is known color: Medium Violet Red. HEX triplet: D2, 0D and 8C. RGB value is (210,13,140). Sum of RGB (Red+Green+Blue) = 210+13+140=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 13 (5.47% from 255 or 3.58% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D8C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20D8C is #2DF273. Grayscale: #565656. Windows color (decimal): -3011188 or 9178578. OLE color: 9178578.
HSL color Cylindrical-coordinate representation of color #D20D8C: hue angle of 321.32º 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 #D20D8C is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 140 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.18 |
| HSL | 321.32º | 0.88% | 0.44% | - |
| HSV(B) | 321.32º | 0.94% | 0.82% | - |
| XYZ | 31.46 | 15.88 | 26.22 | - |
| YUV | 86.38 | 158.27 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 140 | 0 | 0.94 | 0.33 | 0.18 | 321.32 | 0.88 | 0.44 |
| Hex | D2 | D | 8C | 0 | 5E | 21 | 12 | 141 | 58 | 2C |
| Octal | 322 | 15 | 214 | 0 | 136 | 41 | 22 | 501 | 130 | 54 |
| Binary | 11010010 | 1101 | 10001100 | 0 | 1011110 | 100001 | 10010 | 101000001 | 1011000 | 101100 |
Color Harmonies of #D20D8C
Complementary color
Monochromatic Colors of #D20D8C
Black with #D20D8C
Text Example
Text Example
White with #D20D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D8C; }
p { color: rgb(210,13,140); }
H1.HeaderClassName
{
color: #D20D8C;
}
.AnyTagClassName
{
color: #D20D8C;
}
</style>
background-color css
<style>
a { background-color: #D20D8C; }
a { background-color: rgb(210,13,140); }
div.DivClassName
{
background-color: #D20D8C;
}
.BgClassName
{
background-color: #D20D8C;
}
</style>
border-color css
<style>
span { border-color: #D20D8C; }
span { border-color: rgb(210,13,140); }
td.TdClassName
{
border-color: #D20D8C;
}
.TagClassName
{
border-color: #D20D8C;
}
</style>