Shades of Medium Violet Red #D60A86
Tints of Medium Violet Red #D60A86
RGB
CMYK
RGB Variations
Color information
#D60A86 (or 0xD60A86) is known color: Medium Violet Red. HEX triplet: D6, 0A and 86. RGB value is (214,10,134). Sum of RGB (Red+Green+Blue) = 214+10+134=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A86 is #29F579. Grayscale: #545454. Windows color (decimal): -2749818 or 8784598. OLE color: 8784598.
HSL color Cylindrical-coordinate representation of color #D60A86: hue angle of 323.53º 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 #D60A86 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 134 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.16 |
| HSL | 323.53º | 0.91% | 0.44% | - |
| HSV(B) | 323.53º | 0.95% | 0.84% | - |
| XYZ | 32.14 | 16.23 | 23.99 | - |
| YUV | 85.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 134 | 0 | 0.95 | 0.37 | 0.16 | 323.53 | 0.91 | 0.44 |
| Hex | D6 | A | 86 | 0 | 5F | 25 | 10 | 144 | 5B | 2C |
| Octal | 326 | 12 | 206 | 0 | 137 | 45 | 20 | 504 | 133 | 54 |
| Binary | 11010110 | 1010 | 10000110 | 0 | 1011111 | 100101 | 10000 | 101000100 | 1011011 | 101100 |
Color Harmonies of #D60A86
Complementary color
Monochromatic Colors of #D60A86
Black with #D60A86
Text Example
Text Example
White with #D60A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A86; }
p { color: rgb(214,10,134); }
H1.HeaderClassName
{
color: #D60A86;
}
.AnyTagClassName
{
color: #D60A86;
}
</style>
background-color css
<style>
a { background-color: #D60A86; }
a { background-color: rgb(214,10,134); }
div.DivClassName
{
background-color: #D60A86;
}
.BgClassName
{
background-color: #D60A86;
}
</style>
border-color css
<style>
span { border-color: #D60A86; }
span { border-color: rgb(214,10,134); }
td.TdClassName
{
border-color: #D60A86;
}
.TagClassName
{
border-color: #D60A86;
}
</style>