Shades of Medium Violet Red #D20296
Tints of Medium Violet Red #D20296
RGB
CMYK
RGB Variations
Color information
#D20296 (or 0xD20296) is known color: Medium Violet Red. HEX triplet: D2, 02 and 96. RGB value is (210,2,150). Sum of RGB (Red+Green+Blue) = 210+2+150=362 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.01% from 362); Green value is 2 (1.17% from 255 or 0.55% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 210 - color contains mainly: red. Hex color #D20296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20296 is #2DFD69. Grayscale: #505050. Windows color (decimal): -3013994 or 9831122. OLE color: 9831122.
HSL color Cylindrical-coordinate representation of color #D20296: hue angle of 317.31º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20296 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.18 |
| HSL | 317.31º | 0.98% | 0.42% | - |
| HSV(B) | 317.31º | 0.99% | 0.82% | - |
| XYZ | 32.11 | 15.95 | 30.24 | - |
| YUV | 81.06 | 166.91 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 150 | 0 | 0.99 | 0.29 | 0.18 | 317.31 | 0.98 | 0.42 |
| Hex | D2 | 2 | 96 | 0 | 63 | 1D | 12 | 13D | 62 | 2A |
| Octal | 322 | 2 | 226 | 0 | 143 | 35 | 22 | 475 | 142 | 52 |
| Binary | 11010010 | 10 | 10010110 | 0 | 1100011 | 11101 | 10010 | 100111101 | 1100010 | 101010 |
Color Harmonies of #D20296
Complementary color
Monochromatic Colors of #D20296
Black with #D20296
Text Example
Text Example
White with #D20296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20296; }
p { color: rgb(210,2,150); }
H1.HeaderClassName
{
color: #D20296;
}
.AnyTagClassName
{
color: #D20296;
}
</style>
background-color css
<style>
a { background-color: #D20296; }
a { background-color: rgb(210,2,150); }
div.DivClassName
{
background-color: #D20296;
}
.BgClassName
{
background-color: #D20296;
}
</style>
border-color css
<style>
span { border-color: #D20296; }
span { border-color: rgb(210,2,150); }
td.TdClassName
{
border-color: #D20296;
}
.TagClassName
{
border-color: #D20296;
}
</style>