Shades of Medium Violet Red #D60A8E
Tints of Medium Violet Red #D60A8E
RGB
CMYK
RGB Variations
Color information
#D60A8E (or 0xD60A8E) is known color: Medium Violet Red. HEX triplet: D6, 0A and 8E. RGB value is (214,10,142). Sum of RGB (Red+Green+Blue) = 214+10+142=366 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.47% from 366); Green value is 10 (4.30% from 255 or 2.73% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A8E is #29F571. Grayscale: #555555. Windows color (decimal): -2749810 or 9308886. OLE color: 9308886.
HSL color Cylindrical-coordinate representation of color #D60A8E: hue angle of 321.18º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60A8E is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 142 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.16 |
| HSL | 321.18º | 0.91% | 0.44% | - |
| HSV(B) | 321.18º | 0.95% | 0.84% | - |
| XYZ | 32.72 | 16.47 | 27.04 | - |
| YUV | 86.04 | 159.59 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 142 | 0 | 0.95 | 0.34 | 0.16 | 321.18 | 0.91 | 0.44 |
| Hex | D6 | A | 8E | 0 | 5F | 22 | 10 | 141 | 5B | 2C |
| Octal | 326 | 12 | 216 | 0 | 137 | 42 | 20 | 501 | 133 | 54 |
| Binary | 11010110 | 1010 | 10001110 | 0 | 1011111 | 100010 | 10000 | 101000001 | 1011011 | 101100 |
Color Harmonies of #D60A8E
Complementary color
Monochromatic Colors of #D60A8E
Black with #D60A8E
Text Example
Text Example
White with #D60A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A8E; }
p { color: rgb(214,10,142); }
H1.HeaderClassName
{
color: #D60A8E;
}
.AnyTagClassName
{
color: #D60A8E;
}
</style>
background-color css
<style>
a { background-color: #D60A8E; }
a { background-color: rgb(214,10,142); }
div.DivClassName
{
background-color: #D60A8E;
}
.BgClassName
{
background-color: #D60A8E;
}
</style>
border-color css
<style>
span { border-color: #D60A8E; }
span { border-color: rgb(214,10,142); }
td.TdClassName
{
border-color: #D60A8E;
}
.TagClassName
{
border-color: #D60A8E;
}
</style>