Shades of Medium Violet Red #D20E7F
Tints of Medium Violet Red #D20E7F
RGB
CMYK
RGB Variations
Color information
#D20E7F (or 0xD20E7F) is known color: Medium Violet Red. HEX triplet: D2, 0E and 7F. RGB value is (210,14,127). Sum of RGB (Red+Green+Blue) = 210+14+127=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20E7F is #2DF180. Grayscale: #555555. Windows color (decimal): -3010945 or 8326866. OLE color: 8326866.
HSL color Cylindrical-coordinate representation of color #D20E7F: hue angle of 325.41º 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 #D20E7F is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 14 | 127 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.18 |
| HSL | 325.41º | 0.88% | 0.44% | - |
| HSV(B) | 325.41º | 0.93% | 0.82% | - |
| XYZ | 30.57 | 15.55 | 21.47 | - |
| YUV | 85.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 14 | 127 | 0 | 0.93 | 0.40 | 0.18 | 325.41 | 0.88 | 0.44 |
| Hex | D2 | E | 7F | 0 | 5D | 28 | 12 | 145 | 58 | 2C |
| Octal | 322 | 16 | 177 | 0 | 135 | 50 | 22 | 505 | 130 | 54 |
| Binary | 11010010 | 1110 | 1111111 | 0 | 1011101 | 101000 | 10010 | 101000101 | 1011000 | 101100 |
Color Harmonies of #D20E7F
Complementary color
Monochromatic Colors of #D20E7F
Black with #D20E7F
Text Example
Text Example
White with #D20E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20E7F; }
p { color: rgb(210,14,127); }
H1.HeaderClassName
{
color: #D20E7F;
}
.AnyTagClassName
{
color: #D20E7F;
}
</style>
background-color css
<style>
a { background-color: #D20E7F; }
a { background-color: rgb(210,14,127); }
div.DivClassName
{
background-color: #D20E7F;
}
.BgClassName
{
background-color: #D20E7F;
}
</style>
border-color css
<style>
span { border-color: #D20E7F; }
span { border-color: rgb(210,14,127); }
td.TdClassName
{
border-color: #D20E7F;
}
.TagClassName
{
border-color: #D20E7F;
}
</style>