Shades of Medium Violet Red #D60981
Tints of Medium Violet Red #D60981
RGB
CMYK
RGB Variations
Color information
#D60981 (or 0xD60981) is known color: Medium Violet Red. HEX triplet: D6, 09 and 81. RGB value is (214,9,129). Sum of RGB (Red+Green+Blue) = 214+9+129=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D60981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60981 is #29F67E. Grayscale: #535353. Windows color (decimal): -2750079 or 8456662. OLE color: 8456662.
HSL color Cylindrical-coordinate representation of color #D60981: hue angle of 324.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60981 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 129 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.16 |
| HSL | 324.88º | 0.92% | 0.44% | - |
| HSV(B) | 324.88º | 0.96% | 0.84% | - |
| XYZ | 31.79 | 16.08 | 22.2 | - |
| YUV | 83.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 129 | 0 | 0.96 | 0.40 | 0.16 | 324.88 | 0.92 | 0.44 |
| Hex | D6 | 9 | 81 | 0 | 60 | 28 | 10 | 145 | 5C | 2C |
| Octal | 326 | 11 | 201 | 0 | 140 | 50 | 20 | 505 | 134 | 54 |
| Binary | 11010110 | 1001 | 10000001 | 0 | 1100000 | 101000 | 10000 | 101000101 | 1011100 | 101100 |
Color Harmonies of #D60981
Complementary color
Monochromatic Colors of #D60981
Black with #D60981
Text Example
Text Example
White with #D60981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60981; }
p { color: rgb(214,9,129); }
H1.HeaderClassName
{
color: #D60981;
}
.AnyTagClassName
{
color: #D60981;
}
</style>
background-color css
<style>
a { background-color: #D60981; }
a { background-color: rgb(214,9,129); }
div.DivClassName
{
background-color: #D60981;
}
.BgClassName
{
background-color: #D60981;
}
</style>
border-color css
<style>
span { border-color: #D60981; }
span { border-color: rgb(214,9,129); }
td.TdClassName
{
border-color: #D60981;
}
.TagClassName
{
border-color: #D60981;
}
</style>