Shades of Medium Violet Red #D60A87
Tints of Medium Violet Red #D60A87
RGB
CMYK
RGB Variations
Color information
#D60A87 (or 0xD60A87) is known color: Medium Violet Red. HEX triplet: D6, 0A and 87. RGB value is (214,10,135). Sum of RGB (Red+Green+Blue) = 214+10+135=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A87 is #29F578. Grayscale: #545454. Windows color (decimal): -2749817 or 8850134. OLE color: 8850134.
HSL color Cylindrical-coordinate representation of color #D60A87: hue angle of 323.24º 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 #D60A87 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 135 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.16 |
| HSL | 323.24º | 0.91% | 0.44% | - |
| HSV(B) | 323.24º | 0.95% | 0.84% | - |
| XYZ | 32.21 | 16.26 | 24.36 | - |
| YUV | 85.25 | 156.09 | 219.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 135 | 0 | 0.95 | 0.37 | 0.16 | 323.24 | 0.91 | 0.44 |
| Hex | D6 | A | 87 | 0 | 5F | 25 | 10 | 143 | 5B | 2C |
| Octal | 326 | 12 | 207 | 0 | 137 | 45 | 20 | 503 | 133 | 54 |
| Binary | 11010110 | 1010 | 10000111 | 0 | 1011111 | 100101 | 10000 | 101000011 | 1011011 | 101100 |
Color Harmonies of #D60A87
Complementary color
Monochromatic Colors of #D60A87
Black with #D60A87
Text Example
Text Example
White with #D60A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A87; }
p { color: rgb(214,10,135); }
H1.HeaderClassName
{
color: #D60A87;
}
.AnyTagClassName
{
color: #D60A87;
}
</style>
background-color css
<style>
a { background-color: #D60A87; }
a { background-color: rgb(214,10,135); }
div.DivClassName
{
background-color: #D60A87;
}
.BgClassName
{
background-color: #D60A87;
}
</style>
border-color css
<style>
span { border-color: #D60A87; }
span { border-color: rgb(214,10,135); }
td.TdClassName
{
border-color: #D60A87;
}
.TagClassName
{
border-color: #D60A87;
}
</style>