Shades of Medium Violet Red #D6159D
Tints of Medium Violet Red #D6159D
RGB
CMYK
RGB Variations
Color information
#D6159D (or 0xD6159D) is known color: Medium Violet Red. HEX triplet: D6, 15 and 9D. RGB value is (214,21,157). Sum of RGB (Red+Green+Blue) = 214+21+157=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 21 (8.59% from 255 or 5.36% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6159D is #29EA62. Grayscale: #5D5D5D. Windows color (decimal): -2746979 or 10294742. OLE color: 10294742.
HSL color Cylindrical-coordinate representation of color #D6159D: hue angle of 317.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6159D is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 157 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.16 |
| HSL | 317.72º | 0.82% | 0.46% | - |
| HSV(B) | 317.72º | 0.9% | 0.84% | - |
| XYZ | 34.09 | 17.27 | 33.43 | - |
| YUV | 94.21 | 163.44 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 157 | 0 | 0.90 | 0.27 | 0.16 | 317.72 | 0.82 | 0.46 |
| Hex | D6 | 15 | 9D | 0 | 5A | 1B | 10 | 13E | 52 | 2E |
| Octal | 326 | 25 | 235 | 0 | 132 | 33 | 20 | 476 | 122 | 56 |
| Binary | 11010110 | 10101 | 10011101 | 0 | 1011010 | 11011 | 10000 | 100111110 | 1010010 | 101110 |
Color Harmonies of #D6159D
Complementary color
Monochromatic Colors of #D6159D
Black with #D6159D
Text Example
Text Example
White with #D6159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6159D; }
p { color: rgb(214,21,157); }
H1.HeaderClassName
{
color: #D6159D;
}
.AnyTagClassName
{
color: #D6159D;
}
</style>
background-color css
<style>
a { background-color: #D6159D; }
a { background-color: rgb(214,21,157); }
div.DivClassName
{
background-color: #D6159D;
}
.BgClassName
{
background-color: #D6159D;
}
</style>
border-color css
<style>
span { border-color: #D6159D; }
span { border-color: rgb(214,21,157); }
td.TdClassName
{
border-color: #D6159D;
}
.TagClassName
{
border-color: #D6159D;
}
</style>