Shades of Medium Violet Red #D20A9E
Tints of Medium Violet Red #D20A9E
RGB
CMYK
RGB Variations
Color information
#D20A9E (or 0xD20A9E) is known color: Medium Violet Red. HEX triplet: D2, 0A and 9E. RGB value is (210,10,158). Sum of RGB (Red+Green+Blue) = 210+10+158=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 10 (4.30% from 255 or 2.65% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D20A9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20A9E is #2DF561. Grayscale: #565656. Windows color (decimal): -3011938 or 10357458. OLE color: 10357458.
HSL color Cylindrical-coordinate representation of color #D20A9E: hue angle of 315.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D20A9E is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 10 | 158 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.18 |
| HSL | 315.6º | 0.91% | 0.43% | - |
| HSV(B) | 315.6º | 0.95% | 0.82% | - |
| XYZ | 32.86 | 16.39 | 33.78 | - |
| YUV | 86.67 | 168.26 | 215.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 10 | 158 | 0 | 0.95 | 0.25 | 0.18 | 315.6 | 0.91 | 0.43 |
| Hex | D2 | A | 9E | 0 | 5F | 19 | 12 | 13C | 5B | 2B |
| Octal | 322 | 12 | 236 | 0 | 137 | 31 | 22 | 474 | 133 | 53 |
| Binary | 11010010 | 1010 | 10011110 | 0 | 1011111 | 11001 | 10010 | 100111100 | 1011011 | 101011 |
Color Harmonies of #D20A9E
Complementary color
Monochromatic Colors of #D20A9E
Black with #D20A9E
Text Example
Text Example
White with #D20A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20A9E; }
p { color: rgb(210,10,158); }
H1.HeaderClassName
{
color: #D20A9E;
}
.AnyTagClassName
{
color: #D20A9E;
}
</style>
background-color css
<style>
a { background-color: #D20A9E; }
a { background-color: rgb(210,10,158); }
div.DivClassName
{
background-color: #D20A9E;
}
.BgClassName
{
background-color: #D20A9E;
}
</style>
border-color css
<style>
span { border-color: #D20A9E; }
span { border-color: rgb(210,10,158); }
td.TdClassName
{
border-color: #D20A9E;
}
.TagClassName
{
border-color: #D20A9E;
}
</style>