Shades of Medium Violet Red #D20F85
Tints of Medium Violet Red #D20F85
RGB
CMYK
RGB Variations
Color information
#D20F85 (or 0xD20F85) is known color: Medium Violet Red. HEX triplet: D2, 0F and 85. RGB value is (210,15,133). Sum of RGB (Red+Green+Blue) = 210+15+133=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D20F85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20F85 is #2DF07A. Grayscale: #565656. Windows color (decimal): -3010683 or 8720338. OLE color: 8720338.
HSL color Cylindrical-coordinate representation of color #D20F85: hue angle of 323.69º degrees, saturation: 0.87, 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 #D20F85 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 15 | 133 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.18 |
| HSL | 323.69º | 0.87% | 0.44% | - |
| HSV(B) | 323.69º | 0.93% | 0.82% | - |
| XYZ | 30.98 | 15.74 | 23.59 | - |
| YUV | 86.76 | 154.1 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 15 | 133 | 0 | 0.93 | 0.37 | 0.18 | 323.69 | 0.87 | 0.44 |
| Hex | D2 | F | 85 | 0 | 5D | 25 | 12 | 144 | 57 | 2C |
| Octal | 322 | 17 | 205 | 0 | 135 | 45 | 22 | 504 | 127 | 54 |
| Binary | 11010010 | 1111 | 10000101 | 0 | 1011101 | 100101 | 10010 | 101000100 | 1010111 | 101100 |
Color Harmonies of #D20F85
Complementary color
Monochromatic Colors of #D20F85
Black with #D20F85
Text Example
Text Example
White with #D20F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20F85; }
p { color: rgb(210,15,133); }
H1.HeaderClassName
{
color: #D20F85;
}
.AnyTagClassName
{
color: #D20F85;
}
</style>
background-color css
<style>
a { background-color: #D20F85; }
a { background-color: rgb(210,15,133); }
div.DivClassName
{
background-color: #D20F85;
}
.BgClassName
{
background-color: #D20F85;
}
</style>
border-color css
<style>
span { border-color: #D20F85; }
span { border-color: rgb(210,15,133); }
td.TdClassName
{
border-color: #D20F85;
}
.TagClassName
{
border-color: #D20F85;
}
</style>