Shades of Medium Violet Red #D60584
Tints of Medium Violet Red #D60584
RGB
CMYK
RGB Variations
Color information
#D60584 (or 0xD60584) is known color: Medium Violet Red. HEX triplet: D6, 05 and 84. RGB value is (214,5,132). Sum of RGB (Red+Green+Blue) = 214+5+132=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D60584 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60584 is #29FA7B. Grayscale: #515151. Windows color (decimal): -2751100 or 8652246. OLE color: 8652246.
HSL color Cylindrical-coordinate representation of color #D60584: hue angle of 323.54º 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 #D60584 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 132 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.16 |
| HSL | 323.54º | 0.95% | 0.43% | - |
| HSV(B) | 323.54º | 0.98% | 0.84% | - |
| XYZ | 31.95 | 16.07 | 23.25 | - |
| YUV | 81.97 | 156.24 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 132 | 0 | 0.98 | 0.38 | 0.16 | 323.54 | 0.95 | 0.43 |
| Hex | D6 | 5 | 84 | 0 | 62 | 26 | 10 | 144 | 5F | 2B |
| Octal | 326 | 5 | 204 | 0 | 142 | 46 | 20 | 504 | 137 | 53 |
| Binary | 11010110 | 101 | 10000100 | 0 | 1100010 | 100110 | 10000 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D60584
Complementary color
Monochromatic Colors of #D60584
Black with #D60584
Text Example
Text Example
White with #D60584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60584; }
p { color: rgb(214,5,132); }
H1.HeaderClassName
{
color: #D60584;
}
.AnyTagClassName
{
color: #D60584;
}
</style>
background-color css
<style>
a { background-color: #D60584; }
a { background-color: rgb(214,5,132); }
div.DivClassName
{
background-color: #D60584;
}
.BgClassName
{
background-color: #D60584;
}
</style>
border-color css
<style>
span { border-color: #D60584; }
span { border-color: rgb(214,5,132); }
td.TdClassName
{
border-color: #D60584;
}
.TagClassName
{
border-color: #D60584;
}
</style>