Shades of Medium Violet Red #D20E9C
Tints of Medium Violet Red #D20E9C
RGB
CMYK
RGB Variations
Color information
#D20E9C (or 0xD20E9C) is known color: Medium Violet Red. HEX triplet: D2, 0E and 9C. RGB value is (210,14,156). Sum of RGB (Red+Green+Blue) = 210+14+156=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 14 (5.86% from 255 or 3.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E9C is #2DF163. Grayscale: #585858. Windows color (decimal): -3010916 or 10227410. OLE color: 10227410.
HSL color Cylindrical-coordinate representation of color #D20E9C: hue angle of 316.53º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20E9C is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 156 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.18 |
| HSL | 316.53º | 0.88% | 0.44% | - |
| HSV(B) | 316.53º | 0.93% | 0.82% | - |
| XYZ | 32.74 | 16.42 | 32.9 | - |
| YUV | 88.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 156 | 0 | 0.93 | 0.26 | 0.18 | 316.53 | 0.88 | 0.44 |
| Hex | D2 | E | 9C | 0 | 5D | 1A | 12 | 13D | 58 | 2C |
| Octal | 322 | 16 | 234 | 0 | 135 | 32 | 22 | 475 | 130 | 54 |
| Binary | 11010010 | 1110 | 10011100 | 0 | 1011101 | 11010 | 10010 | 100111101 | 1011000 | 101100 |
Color Harmonies of #D20E9C
Complementary color
Monochromatic Colors of #D20E9C
Black with #D20E9C
Text Example
Text Example
White with #D20E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E9C; }
p { color: rgb(210,14,156); }
H1.HeaderClassName
{
color: #D20E9C;
}
.AnyTagClassName
{
color: #D20E9C;
}
</style>
background-color css
<style>
a { background-color: #D20E9C; }
a { background-color: rgb(210,14,156); }
div.DivClassName
{
background-color: #D20E9C;
}
.BgClassName
{
background-color: #D20E9C;
}
</style>
border-color css
<style>
span { border-color: #D20E9C; }
span { border-color: rgb(210,14,156); }
td.TdClassName
{
border-color: #D20E9C;
}
.TagClassName
{
border-color: #D20E9C;
}
</style>