Shades of Medium Violet Red #D60A8D
Tints of Medium Violet Red #D60A8D
RGB
CMYK
RGB Variations
Color information
#D60A8D (or 0xD60A8D) is known color: Medium Violet Red. HEX triplet: D6, 0A and 8D. RGB value is (214,10,141). Sum of RGB (Red+Green+Blue) = 214+10+141=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D60A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60A8D is #29F572. Grayscale: #555555. Windows color (decimal): -2749811 or 9243350. OLE color: 9243350.
HSL color Cylindrical-coordinate representation of color #D60A8D: hue angle of 321.47º 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 #D60A8D is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 10 | 141 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.16 |
| HSL | 321.47º | 0.91% | 0.44% | - |
| HSV(B) | 321.47º | 0.95% | 0.84% | - |
| XYZ | 32.65 | 16.44 | 26.65 | - |
| YUV | 85.93 | 159.09 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 10 | 141 | 0 | 0.95 | 0.34 | 0.16 | 321.47 | 0.91 | 0.44 |
| Hex | D6 | A | 8D | 0 | 5F | 22 | 10 | 141 | 5B | 2C |
| Octal | 326 | 12 | 215 | 0 | 137 | 42 | 20 | 501 | 133 | 54 |
| Binary | 11010110 | 1010 | 10001101 | 0 | 1011111 | 100010 | 10000 | 101000001 | 1011011 | 101100 |
Color Harmonies of #D60A8D
Complementary color
Monochromatic Colors of #D60A8D
Black with #D60A8D
Text Example
Text Example
White with #D60A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60A8D; }
p { color: rgb(214,10,141); }
H1.HeaderClassName
{
color: #D60A8D;
}
.AnyTagClassName
{
color: #D60A8D;
}
</style>
background-color css
<style>
a { background-color: #D60A8D; }
a { background-color: rgb(214,10,141); }
div.DivClassName
{
background-color: #D60A8D;
}
.BgClassName
{
background-color: #D60A8D;
}
</style>
border-color css
<style>
span { border-color: #D60A8D; }
span { border-color: rgb(214,10,141); }
td.TdClassName
{
border-color: #D60A8D;
}
.TagClassName
{
border-color: #D60A8D;
}
</style>