Shades of Medium Violet Red #D20096
Tints of Medium Violet Red #D20096
RGB
CMYK
RGB Variations
Color information
#D20096 (or 0xD20096) is known color: Medium Violet Red. HEX triplet: D2, 00 and 96. RGB value is (210,0,150). Sum of RGB (Red+Green+Blue) = 210+0+150=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D20096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20096 is #2DFF69. Grayscale: #4F4F4F. Windows color (decimal): -3014506 or 9830610. OLE color: 9830610.
HSL color Cylindrical-coordinate representation of color #D20096: hue angle of 317.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20096 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.29 | 0.18 |
| HSL | 317.14º | 1% | 0.41% | - |
| HSV(B) | 317.14º | 1% | 0.82% | - |
| XYZ | 32.08 | 15.9 | 30.23 | - |
| YUV | 79.89 | 167.57 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 150 | 0 | 1 | 0.29 | 0.18 | 317.14 | 1 | 0.41 |
| Hex | D2 | 0 | 96 | 0 | 64 | 1D | 12 | 13D | 64 | 29 |
| Octal | 322 | 0 | 226 | 0 | 144 | 35 | 22 | 475 | 144 | 51 |
| Binary | 11010010 | 0 | 10010110 | 0 | 1100100 | 11101 | 10010 | 100111101 | 1100100 | 101001 |
Color Harmonies of #D20096
Complementary color
Monochromatic Colors of #D20096
Black with #D20096
Text Example
Text Example
White with #D20096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20096; }
p { color: rgb(210,0,150); }
H1.HeaderClassName
{
color: #D20096;
}
.AnyTagClassName
{
color: #D20096;
}
</style>
background-color css
<style>
a { background-color: #D20096; }
a { background-color: rgb(210,0,150); }
div.DivClassName
{
background-color: #D20096;
}
.BgClassName
{
background-color: #D20096;
}
</style>
border-color css
<style>
span { border-color: #D20096; }
span { border-color: rgb(210,0,150); }
td.TdClassName
{
border-color: #D20096;
}
.TagClassName
{
border-color: #D20096;
}
</style>