Shades of Medium Violet Red #D60587
Tints of Medium Violet Red #D60587
RGB
CMYK
RGB Variations
Color information
#D60587 (or 0xD60587) is known color: Medium Violet Red. HEX triplet: D6, 05 and 87. RGB value is (214,5,135). Sum of RGB (Red+Green+Blue) = 214+5+135=354 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.45% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 214 - color contains mainly: red. Hex color #D60587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60587 is #29FA78. Grayscale: #525252. Windows color (decimal): -2751097 or 8848854. OLE color: 8848854.
HSL color Cylindrical-coordinate representation of color #D60587: hue angle of 322.68º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60587 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 135 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.16 |
| HSL | 322.68º | 0.95% | 0.43% | - |
| HSV(B) | 322.68º | 0.98% | 0.84% | - |
| XYZ | 32.16 | 16.15 | 24.34 | - |
| YUV | 82.31 | 157.74 | 221.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 135 | 0 | 0.98 | 0.37 | 0.16 | 322.68 | 0.95 | 0.43 |
| Hex | D6 | 5 | 87 | 0 | 62 | 25 | 10 | 143 | 5F | 2B |
| Octal | 326 | 5 | 207 | 0 | 142 | 45 | 20 | 503 | 137 | 53 |
| Binary | 11010110 | 101 | 10000111 | 0 | 1100010 | 100101 | 10000 | 101000011 | 1011111 | 101011 |
Color Harmonies of #D60587
Complementary color
Monochromatic Colors of #D60587
Black with #D60587
Text Example
Text Example
White with #D60587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60587; }
p { color: rgb(214,5,135); }
H1.HeaderClassName
{
color: #D60587;
}
.AnyTagClassName
{
color: #D60587;
}
</style>
background-color css
<style>
a { background-color: #D60587; }
a { background-color: rgb(214,5,135); }
div.DivClassName
{
background-color: #D60587;
}
.BgClassName
{
background-color: #D60587;
}
</style>
border-color css
<style>
span { border-color: #D60587; }
span { border-color: rgb(214,5,135); }
td.TdClassName
{
border-color: #D60587;
}
.TagClassName
{
border-color: #D60587;
}
</style>