Shades of Medium Violet Red #D60682
Tints of Medium Violet Red #D60682
RGB
CMYK
RGB Variations
Color information
#D60682 (or 0xD60682) is known color: Medium Violet Red. HEX triplet: D6, 06 and 82. RGB value is (214,6,130). Sum of RGB (Red+Green+Blue) = 214+6+130=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 6 (2.73% from 255 or 1.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D60682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60682 is #29F97D. Grayscale: #525252. Windows color (decimal): -2750846 or 8521430. OLE color: 8521430.
HSL color Cylindrical-coordinate representation of color #D60682: hue angle of 324.23º degrees, saturation: 0.95, 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 #D60682 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.39 | 0.16 |
| HSL | 324.23º | 0.95% | 0.43% | - |
| HSV(B) | 324.23º | 0.97% | 0.84% | - |
| XYZ | 31.83 | 16.04 | 22.54 | - |
| YUV | 82.33 | 154.91 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 130 | 0 | 0.97 | 0.39 | 0.16 | 324.23 | 0.95 | 0.43 |
| Hex | D6 | 6 | 82 | 0 | 61 | 27 | 10 | 144 | 5F | 2B |
| Octal | 326 | 6 | 202 | 0 | 141 | 47 | 20 | 504 | 137 | 53 |
| Binary | 11010110 | 110 | 10000010 | 0 | 1100001 | 100111 | 10000 | 101000100 | 1011111 | 101011 |
Color Harmonies of #D60682
Complementary color
Monochromatic Colors of #D60682
Black with #D60682
Text Example
Text Example
White with #D60682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60682; }
p { color: rgb(214,6,130); }
H1.HeaderClassName
{
color: #D60682;
}
.AnyTagClassName
{
color: #D60682;
}
</style>
background-color css
<style>
a { background-color: #D60682; }
a { background-color: rgb(214,6,130); }
div.DivClassName
{
background-color: #D60682;
}
.BgClassName
{
background-color: #D60682;
}
</style>
border-color css
<style>
span { border-color: #D60682; }
span { border-color: rgb(214,6,130); }
td.TdClassName
{
border-color: #D60682;
}
.TagClassName
{
border-color: #D60682;
}
</style>