Shades of Medium Violet Red #D6108B
Tints of Medium Violet Red #D6108B
RGB
CMYK
RGB Variations
Color information
#D6108B (or 0xD6108B) is known color: Medium Violet Red. HEX triplet: D6, 10 and 8B. RGB value is (214,16,139). Sum of RGB (Red+Green+Blue) = 214+16+139=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D6108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6108B is #29EF74. Grayscale: #585858. Windows color (decimal): -2748277 or 9113814. OLE color: 9113814.
HSL color Cylindrical-coordinate representation of color #D6108B: hue angle of 322.73º 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 #D6108B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.16 |
| HSL | 322.73º | 0.86% | 0.45% | - |
| HSV(B) | 322.73º | 0.93% | 0.84% | - |
| XYZ | 32.58 | 16.53 | 25.9 | - |
| YUV | 89.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 139 | 0 | 0.93 | 0.35 | 0.16 | 322.73 | 0.86 | 0.45 |
| Hex | D6 | 10 | 8B | 0 | 5D | 23 | 10 | 143 | 56 | 2D |
| Octal | 326 | 20 | 213 | 0 | 135 | 43 | 20 | 503 | 126 | 55 |
| Binary | 11010110 | 10000 | 10001011 | 0 | 1011101 | 100011 | 10000 | 101000011 | 1010110 | 101101 |
Color Harmonies of #D6108B
Complementary color
Monochromatic Colors of #D6108B
Black with #D6108B
Text Example
Text Example
White with #D6108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6108B; }
p { color: rgb(214,16,139); }
H1.HeaderClassName
{
color: #D6108B;
}
.AnyTagClassName
{
color: #D6108B;
}
</style>
background-color css
<style>
a { background-color: #D6108B; }
a { background-color: rgb(214,16,139); }
div.DivClassName
{
background-color: #D6108B;
}
.BgClassName
{
background-color: #D6108B;
}
</style>
border-color css
<style>
span { border-color: #D6108B; }
span { border-color: rgb(214,16,139); }
td.TdClassName
{
border-color: #D6108B;
}
.TagClassName
{
border-color: #D6108B;
}
</style>