Shades of Medium Violet Red #D60F80
Tints of Medium Violet Red #D60F80
RGB
CMYK
RGB Variations
Color information
#D60F80 (or 0xD60F80) is known color: Medium Violet Red. HEX triplet: D6, 0F and 80. RGB value is (214,15,128). Sum of RGB (Red+Green+Blue) = 214+15+128=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60F80 is #29F07F. Grayscale: #575757. Windows color (decimal): -2748544 or 8392662. OLE color: 8392662.
HSL color Cylindrical-coordinate representation of color #D60F80: hue angle of 325.93º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F80 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 128 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.16 |
| HSL | 325.93º | 0.87% | 0.45% | - |
| HSV(B) | 325.93º | 0.93% | 0.84% | - |
| XYZ | 31.8 | 16.2 | 21.87 | - |
| YUV | 87.38 | 150.93 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 128 | 0 | 0.93 | 0.40 | 0.16 | 325.93 | 0.87 | 0.45 |
| Hex | D6 | F | 80 | 0 | 5D | 28 | 10 | 146 | 57 | 2D |
| Octal | 326 | 17 | 200 | 0 | 135 | 50 | 20 | 506 | 127 | 55 |
| Binary | 11010110 | 1111 | 10000000 | 0 | 1011101 | 101000 | 10000 | 101000110 | 1010111 | 101101 |
Color Harmonies of #D60F80
Complementary color
Monochromatic Colors of #D60F80
Black with #D60F80
Text Example
Text Example
White with #D60F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F80; }
p { color: rgb(214,15,128); }
H1.HeaderClassName
{
color: #D60F80;
}
.AnyTagClassName
{
color: #D60F80;
}
</style>
background-color css
<style>
a { background-color: #D60F80; }
a { background-color: rgb(214,15,128); }
div.DivClassName
{
background-color: #D60F80;
}
.BgClassName
{
background-color: #D60F80;
}
</style>
border-color css
<style>
span { border-color: #D60F80; }
span { border-color: rgb(214,15,128); }
td.TdClassName
{
border-color: #D60F80;
}
.TagClassName
{
border-color: #D60F80;
}
</style>