Shades of Medium Violet Red #D20E93
Tints of Medium Violet Red #D20E93
RGB
CMYK
RGB Variations
Color information
#D20E93 (or 0xD20E93) is known color: Medium Violet Red. HEX triplet: D2, 0E and 93. RGB value is (210,14,147). Sum of RGB (Red+Green+Blue) = 210+14+147=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E93 is #2DF16C. Grayscale: #575757. Windows color (decimal): -3010925 or 9637586. OLE color: 9637586.
HSL color Cylindrical-coordinate representation of color #D20E93: hue angle of 319.29º 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 #D20E93 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 147 | - |
| CMYK | 0 | 0.93 | 0.30 | 0.18 |
| HSL | 319.29º | 0.88% | 0.44% | - |
| HSV(B) | 319.29º | 0.93% | 0.82% | - |
| XYZ | 32 | 16.12 | 29.03 | - |
| YUV | 87.77 | 161.43 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 147 | 0 | 0.93 | 0.30 | 0.18 | 319.29 | 0.88 | 0.44 |
| Hex | D2 | E | 93 | 0 | 5D | 1E | 12 | 13F | 58 | 2C |
| Octal | 322 | 16 | 223 | 0 | 135 | 36 | 22 | 477 | 130 | 54 |
| Binary | 11010010 | 1110 | 10010011 | 0 | 1011101 | 11110 | 10010 | 100111111 | 1011000 | 101100 |
Color Harmonies of #D20E93
Complementary color
Monochromatic Colors of #D20E93
Black with #D20E93
Text Example
Text Example
White with #D20E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E93; }
p { color: rgb(210,14,147); }
H1.HeaderClassName
{
color: #D20E93;
}
.AnyTagClassName
{
color: #D20E93;
}
</style>
background-color css
<style>
a { background-color: #D20E93; }
a { background-color: rgb(210,14,147); }
div.DivClassName
{
background-color: #D20E93;
}
.BgClassName
{
background-color: #D20E93;
}
</style>
border-color css
<style>
span { border-color: #D20E93; }
span { border-color: rgb(210,14,147); }
td.TdClassName
{
border-color: #D20E93;
}
.TagClassName
{
border-color: #D20E93;
}
</style>