Shades of Medium Violet Red #D60976
Tints of Medium Violet Red #D60976
RGB
CMYK
RGB Variations
Color information
#D60976 (or 0xD60976) is known color: Medium Violet Red. HEX triplet: D6, 09 and 76. RGB value is (214,9,118). Sum of RGB (Red+Green+Blue) = 214+9+118=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D60976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60976 is #29F689. Grayscale: #525252. Windows color (decimal): -2750090 or 7735766. OLE color: 7735766.
HSL color Cylindrical-coordinate representation of color #D60976: hue angle of 328.1º 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 #D60976 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.16 |
| HSL | 328.1º | 0.92% | 0.44% | - |
| HSV(B) | 328.1º | 0.96% | 0.84% | - |
| XYZ | 31.1 | 15.8 | 18.55 | - |
| YUV | 82.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 118 | 0 | 0.96 | 0.45 | 0.16 | 328.1 | 0.92 | 0.44 |
| Hex | D6 | 9 | 76 | 0 | 60 | 2D | 10 | 148 | 5C | 2C |
| Octal | 326 | 11 | 166 | 0 | 140 | 55 | 20 | 510 | 134 | 54 |
| Binary | 11010110 | 1001 | 1110110 | 0 | 1100000 | 101101 | 10000 | 101001000 | 1011100 | 101100 |
Color Harmonies of #D60976
Complementary color
Monochromatic Colors of #D60976
Black with #D60976
Text Example
Text Example
White with #D60976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60976; }
p { color: rgb(214,9,118); }
H1.HeaderClassName
{
color: #D60976;
}
.AnyTagClassName
{
color: #D60976;
}
</style>
background-color css
<style>
a { background-color: #D60976; }
a { background-color: rgb(214,9,118); }
div.DivClassName
{
background-color: #D60976;
}
.BgClassName
{
background-color: #D60976;
}
</style>
border-color css
<style>
span { border-color: #D60976; }
span { border-color: rgb(214,9,118); }
td.TdClassName
{
border-color: #D60976;
}
.TagClassName
{
border-color: #D60976;
}
</style>