Shades of Medium Violet Red #D20396
Tints of Medium Violet Red #D20396
RGB
CMYK
RGB Variations
Color information
#D20396 (or 0xD20396) is known color: Medium Violet Red. HEX triplet: D2, 03 and 96. RGB value is (210,3,150). Sum of RGB (Red+Green+Blue) = 210+3+150=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 3 (1.56% from 255 or 0.83% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D20396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20396 is #2DFC69. Grayscale: #515151. Windows color (decimal): -3013738 or 9831378. OLE color: 9831378.
HSL color Cylindrical-coordinate representation of color #D20396: hue angle of 317.39º degrees, saturation: 0.97, 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 #D20396 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.18 |
| HSL | 317.39º | 0.97% | 0.42% | - |
| HSV(B) | 317.39º | 0.99% | 0.82% | - |
| XYZ | 32.12 | 15.97 | 30.24 | - |
| YUV | 81.65 | 166.58 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 150 | 0 | 0.99 | 0.29 | 0.18 | 317.39 | 0.97 | 0.42 |
| Hex | D2 | 3 | 96 | 0 | 63 | 1D | 12 | 13D | 61 | 2A |
| Octal | 322 | 3 | 226 | 0 | 143 | 35 | 22 | 475 | 141 | 52 |
| Binary | 11010010 | 11 | 10010110 | 0 | 1100011 | 11101 | 10010 | 100111101 | 1100001 | 101010 |
Color Harmonies of #D20396
Complementary color
Monochromatic Colors of #D20396
Black with #D20396
Text Example
Text Example
White with #D20396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20396; }
p { color: rgb(210,3,150); }
H1.HeaderClassName
{
color: #D20396;
}
.AnyTagClassName
{
color: #D20396;
}
</style>
background-color css
<style>
a { background-color: #D20396; }
a { background-color: rgb(210,3,150); }
div.DivClassName
{
background-color: #D20396;
}
.BgClassName
{
background-color: #D20396;
}
</style>
border-color css
<style>
span { border-color: #D20396; }
span { border-color: rgb(210,3,150); }
td.TdClassName
{
border-color: #D20396;
}
.TagClassName
{
border-color: #D20396;
}
</style>