Shades of Medium Violet Red #D60A84
Tints of Medium Violet Red #D60A84
RGB
CMYK
RGB Variations
Color information
#D60A84 (or 0xD60A84) is known color: Medium Violet Red. HEX triplet: D6, 0A and 84. RGB value is (214,10,132). Sum of RGB (Red+Green+Blue) = 214+10+132=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 10 (4.30% from 255 or 2.81% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A84 is #29F57B. Grayscale: #545454. Windows color (decimal): -2749820 or 8653526. OLE color: 8653526.
HSL color Cylindrical-coordinate representation of color #D60A84: hue angle of 324.12º 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 #D60A84 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 132 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.16 |
| HSL | 324.12º | 0.91% | 0.44% | - |
| HSV(B) | 324.12º | 0.95% | 0.84% | - |
| XYZ | 32 | 16.18 | 23.27 | - |
| YUV | 84.9 | 154.59 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 132 | 0 | 0.95 | 0.38 | 0.16 | 324.12 | 0.91 | 0.44 |
| Hex | D6 | A | 84 | 0 | 5F | 26 | 10 | 144 | 5B | 2C |
| Octal | 326 | 12 | 204 | 0 | 137 | 46 | 20 | 504 | 133 | 54 |
| Binary | 11010110 | 1010 | 10000100 | 0 | 1011111 | 100110 | 10000 | 101000100 | 1011011 | 101100 |
Color Harmonies of #D60A84
Complementary color
Monochromatic Colors of #D60A84
Black with #D60A84
Text Example
Text Example
White with #D60A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A84; }
p { color: rgb(214,10,132); }
H1.HeaderClassName
{
color: #D60A84;
}
.AnyTagClassName
{
color: #D60A84;
}
</style>
background-color css
<style>
a { background-color: #D60A84; }
a { background-color: rgb(214,10,132); }
div.DivClassName
{
background-color: #D60A84;
}
.BgClassName
{
background-color: #D60A84;
}
</style>
border-color css
<style>
span { border-color: #D60A84; }
span { border-color: rgb(214,10,132); }
td.TdClassName
{
border-color: #D60A84;
}
.TagClassName
{
border-color: #D60A84;
}
</style>