Shades of Medium Violet Red #D60781
Tints of Medium Violet Red #D60781
RGB
CMYK
RGB Variations
Color information
#D60781 (or 0xD60781) is known color: Medium Violet Red. HEX triplet: D6, 07 and 81. RGB value is (214,7,129). Sum of RGB (Red+Green+Blue) = 214+7+129=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 129 (50.78% from 255 or 36.86% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60781 is #29F87E. Grayscale: #525252. Windows color (decimal): -2750591 or 8456150. OLE color: 8456150.
HSL color Cylindrical-coordinate representation of color #D60781: hue angle of 324.64º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D60781 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 129 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.16 |
| HSL | 324.64º | 0.94% | 0.43% | - |
| HSV(B) | 324.64º | 0.97% | 0.84% | - |
| XYZ | 31.77 | 16.03 | 22.19 | - |
| YUV | 82.8 | 154.08 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 129 | 0 | 0.97 | 0.40 | 0.16 | 324.64 | 0.94 | 0.43 |
| Hex | D6 | 7 | 81 | 0 | 61 | 28 | 10 | 145 | 5E | 2B |
| Octal | 326 | 7 | 201 | 0 | 141 | 50 | 20 | 505 | 136 | 53 |
| Binary | 11010110 | 111 | 10000001 | 0 | 1100001 | 101000 | 10000 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D60781
Complementary color
Monochromatic Colors of #D60781
Black with #D60781
Text Example
Text Example
White with #D60781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60781; }
p { color: rgb(214,7,129); }
H1.HeaderClassName
{
color: #D60781;
}
.AnyTagClassName
{
color: #D60781;
}
</style>
background-color css
<style>
a { background-color: #D60781; }
a { background-color: rgb(214,7,129); }
div.DivClassName
{
background-color: #D60781;
}
.BgClassName
{
background-color: #D60781;
}
</style>
border-color css
<style>
span { border-color: #D60781; }
span { border-color: rgb(214,7,129); }
td.TdClassName
{
border-color: #D60781;
}
.TagClassName
{
border-color: #D60781;
}
</style>