Shades of Medium Violet Red #D20C96
Tints of Medium Violet Red #D20C96
RGB
CMYK
RGB Variations
Color information
#D20C96 (or 0xD20C96) is known color: Medium Violet Red. HEX triplet: D2, 0C and 96. RGB value is (210,12,150). Sum of RGB (Red+Green+Blue) = 210+12+150=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C96 is #2DF369. Grayscale: #565656. Windows color (decimal): -3011434 or 9833682. OLE color: 9833682.
HSL color Cylindrical-coordinate representation of color #D20C96: hue angle of 318.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 #D20C96 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 150 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.18 |
| HSL | 318.18º | 0.89% | 0.44% | - |
| HSV(B) | 318.18º | 0.94% | 0.82% | - |
| XYZ | 32.21 | 16.17 | 30.28 | - |
| YUV | 86.93 | 163.6 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 150 | 0 | 0.94 | 0.29 | 0.18 | 318.18 | 0.89 | 0.44 |
| Hex | D2 | C | 96 | 0 | 5E | 1D | 12 | 13E | 59 | 2C |
| Octal | 322 | 14 | 226 | 0 | 136 | 35 | 22 | 476 | 131 | 54 |
| Binary | 11010010 | 1100 | 10010110 | 0 | 1011110 | 11101 | 10010 | 100111110 | 1011001 | 101100 |
Color Harmonies of #D20C96
Complementary color
Monochromatic Colors of #D20C96
Black with #D20C96
Text Example
Text Example
White with #D20C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20C96; }
p { color: rgb(210,12,150); }
H1.HeaderClassName
{
color: #D20C96;
}
.AnyTagClassName
{
color: #D20C96;
}
</style>
background-color css
<style>
a { background-color: #D20C96; }
a { background-color: rgb(210,12,150); }
div.DivClassName
{
background-color: #D20C96;
}
.BgClassName
{
background-color: #D20C96;
}
</style>
border-color css
<style>
span { border-color: #D20C96; }
span { border-color: rgb(210,12,150); }
td.TdClassName
{
border-color: #D20C96;
}
.TagClassName
{
border-color: #D20C96;
}
</style>