Shades of Medium Violet Red #D6107A
Tints of Medium Violet Red #D6107A
RGB
CMYK
RGB Variations
Color information
#D6107A (or 0xD6107A) is known color: Medium Violet Red. HEX triplet: D6, 10 and 7A. RGB value is (214,16,122). Sum of RGB (Red+Green+Blue) = 214+16+122=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D6107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6107A is #29EF85. Grayscale: #575757. Windows color (decimal): -2748294 or 7999702. OLE color: 7999702.
HSL color Cylindrical-coordinate representation of color #D6107A: hue angle of 327.88º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6107A is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 122 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.16 |
| HSL | 327.88º | 0.86% | 0.45% | - |
| HSV(B) | 327.88º | 0.93% | 0.84% | - |
| XYZ | 31.43 | 16.07 | 19.86 | - |
| YUV | 87.29 | 147.6 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 122 | 0 | 0.93 | 0.43 | 0.16 | 327.88 | 0.86 | 0.45 |
| Hex | D6 | 10 | 7A | 0 | 5D | 2B | 10 | 148 | 56 | 2D |
| Octal | 326 | 20 | 172 | 0 | 135 | 53 | 20 | 510 | 126 | 55 |
| Binary | 11010110 | 10000 | 1111010 | 0 | 1011101 | 101011 | 10000 | 101001000 | 1010110 | 101101 |
Color Harmonies of #D6107A
Complementary color
Monochromatic Colors of #D6107A
Black with #D6107A
Text Example
Text Example
White with #D6107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6107A; }
p { color: rgb(214,16,122); }
H1.HeaderClassName
{
color: #D6107A;
}
.AnyTagClassName
{
color: #D6107A;
}
</style>
background-color css
<style>
a { background-color: #D6107A; }
a { background-color: rgb(214,16,122); }
div.DivClassName
{
background-color: #D6107A;
}
.BgClassName
{
background-color: #D6107A;
}
</style>
border-color css
<style>
span { border-color: #D6107A; }
span { border-color: rgb(214,16,122); }
td.TdClassName
{
border-color: #D6107A;
}
.TagClassName
{
border-color: #D6107A;
}
</style>