Shades of Medium Violet Red #D20C75
Tints of Medium Violet Red #D20C75
RGB
CMYK
RGB Variations
Color information
#D20C75 (or 0xD20C75) is known color: Medium Violet Red. HEX triplet: D2, 0C and 75. RGB value is (210,12,117). Sum of RGB (Red+Green+Blue) = 210+12+117=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C75 is #2DF38A. Grayscale: #525252. Windows color (decimal): -3011467 or 7670994. OLE color: 7670994.
HSL color Cylindrical-coordinate representation of color #D20C75: hue angle of 328.18º degrees, saturation: 0.89, 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 #D20C75 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.18 |
| HSL | 328.18º | 0.89% | 0.44% | - |
| HSV(B) | 328.18º | 0.94% | 0.82% | - |
| XYZ | 29.92 | 15.25 | 18.2 | - |
| YUV | 83.17 | 147.1 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 117 | 0 | 0.94 | 0.44 | 0.18 | 328.18 | 0.89 | 0.44 |
| Hex | D2 | C | 75 | 0 | 5E | 2C | 12 | 148 | 59 | 2C |
| Octal | 322 | 14 | 165 | 0 | 136 | 54 | 22 | 510 | 131 | 54 |
| Binary | 11010010 | 1100 | 1110101 | 0 | 1011110 | 101100 | 10010 | 101001000 | 1011001 | 101100 |
Color Harmonies of #D20C75
Complementary color
Monochromatic Colors of #D20C75
Black with #D20C75
Text Example
Text Example
White with #D20C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C75; }
p { color: rgb(210,12,117); }
H1.HeaderClassName
{
color: #D20C75;
}
.AnyTagClassName
{
color: #D20C75;
}
</style>
background-color css
<style>
a { background-color: #D20C75; }
a { background-color: rgb(210,12,117); }
div.DivClassName
{
background-color: #D20C75;
}
.BgClassName
{
background-color: #D20C75;
}
</style>
border-color css
<style>
span { border-color: #D20C75; }
span { border-color: rgb(210,12,117); }
td.TdClassName
{
border-color: #D20C75;
}
.TagClassName
{
border-color: #D20C75;
}
</style>