Shades of Medium Violet Red #D60087
Tints of Medium Violet Red #D60087
RGB
CMYK
RGB Variations
Color information
#D60087 (or 0xD60087) is known color: Medium Violet Red. HEX triplet: D6, 00 and 87. RGB value is (214,0,135). Sum of RGB (Red+Green+Blue) = 214+0+135=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D60087 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60087 is #29FF78. Grayscale: #4F4F4F. Windows color (decimal): -2752377 or 8847574. OLE color: 8847574.
HSL color Cylindrical-coordinate representation of color #D60087: hue angle of 322.15º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60087 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.37 | 0.16 |
| HSL | 322.15º | 1% | 0.42% | - |
| HSV(B) | 322.15º | 1% | 0.84% | - |
| XYZ | 32.1 | 16.05 | 24.33 | - |
| YUV | 79.38 | 159.4 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 135 | 0 | 1 | 0.37 | 0.16 | 322.15 | 1 | 0.42 |
| Hex | D6 | 0 | 87 | 0 | 64 | 25 | 10 | 142 | 64 | 2A |
| Octal | 326 | 0 | 207 | 0 | 144 | 45 | 20 | 502 | 144 | 52 |
| Binary | 11010110 | 0 | 10000111 | 0 | 1100100 | 100101 | 10000 | 101000010 | 1100100 | 101010 |
Color Harmonies of #D60087
Complementary color
Monochromatic Colors of #D60087
Black with #D60087
Text Example
Text Example
White with #D60087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60087; }
p { color: rgb(214,0,135); }
H1.HeaderClassName
{
color: #D60087;
}
.AnyTagClassName
{
color: #D60087;
}
</style>
background-color css
<style>
a { background-color: #D60087; }
a { background-color: rgb(214,0,135); }
div.DivClassName
{
background-color: #D60087;
}
.BgClassName
{
background-color: #D60087;
}
</style>
border-color css
<style>
span { border-color: #D60087; }
span { border-color: rgb(214,0,135); }
td.TdClassName
{
border-color: #D60087;
}
.TagClassName
{
border-color: #D60087;
}
</style>