Shades of Medium Violet Red #D20C97
Tints of Medium Violet Red #D20C97
RGB
CMYK
RGB Variations
Color information
#D20C97 (or 0xD20C97) is known color: Medium Violet Red. HEX triplet: D2, 0C and 97. RGB value is (210,12,151). Sum of RGB (Red+Green+Blue) = 210+12+151=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C97 is #2DF368. Grayscale: #565656. Windows color (decimal): -3011433 or 9899218. OLE color: 9899218.
HSL color Cylindrical-coordinate representation of color #D20C97: hue angle of 317.88º 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 #D20C97 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 151 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.18 |
| HSL | 317.88º | 0.89% | 0.44% | - |
| HSV(B) | 317.88º | 0.94% | 0.82% | - |
| XYZ | 32.3 | 16.2 | 30.7 | - |
| YUV | 87.05 | 164.1 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 151 | 0 | 0.94 | 0.28 | 0.18 | 317.88 | 0.89 | 0.44 |
| Hex | D2 | C | 97 | 0 | 5E | 1C | 12 | 13E | 59 | 2C |
| Octal | 322 | 14 | 227 | 0 | 136 | 34 | 22 | 476 | 131 | 54 |
| Binary | 11010010 | 1100 | 10010111 | 0 | 1011110 | 11100 | 10010 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D20C97
Complementary color
Monochromatic Colors of #D20C97
Black with #D20C97
Text Example
Text Example
White with #D20C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C97; }
p { color: rgb(210,12,151); }
H1.HeaderClassName
{
color: #D20C97;
}
.AnyTagClassName
{
color: #D20C97;
}
</style>
background-color css
<style>
a { background-color: #D20C97; }
a { background-color: rgb(210,12,151); }
div.DivClassName
{
background-color: #D20C97;
}
.BgClassName
{
background-color: #D20C97;
}
</style>
border-color css
<style>
span { border-color: #D20C97; }
span { border-color: rgb(210,12,151); }
td.TdClassName
{
border-color: #D20C97;
}
.TagClassName
{
border-color: #D20C97;
}
</style>