Shades of Medium Violet Red #D6149F
Tints of Medium Violet Red #D6149F
RGB
CMYK
RGB Variations
Color information
#D6149F (or 0xD6149F) is known color: Medium Violet Red. HEX triplet: D6, 14 and 9F. RGB value is (214,20,159). Sum of RGB (Red+Green+Blue) = 214+20+159=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6149F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6149F is #29EB60. Grayscale: #5D5D5D. Windows color (decimal): -2747233 or 10425558. OLE color: 10425558.
HSL color Cylindrical-coordinate representation of color #D6149F: hue angle of 317.01º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6149F is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 159 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.16 |
| HSL | 317.01º | 0.83% | 0.46% | - |
| HSV(B) | 317.01º | 0.91% | 0.84% | - |
| XYZ | 34.24 | 17.3 | 34.34 | - |
| YUV | 93.85 | 164.77 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 159 | 0 | 0.91 | 0.26 | 0.16 | 317.01 | 0.83 | 0.46 |
| Hex | D6 | 14 | 9F | 0 | 5B | 1A | 10 | 13D | 53 | 2E |
| Octal | 326 | 24 | 237 | 0 | 133 | 32 | 20 | 475 | 123 | 56 |
| Binary | 11010110 | 10100 | 10011111 | 0 | 1011011 | 11010 | 10000 | 100111101 | 1010011 | 101110 |
Color Harmonies of #D6149F
Complementary color
Monochromatic Colors of #D6149F
Black with #D6149F
Text Example
Text Example
White with #D6149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6149F; }
p { color: rgb(214,20,159); }
H1.HeaderClassName
{
color: #D6149F;
}
.AnyTagClassName
{
color: #D6149F;
}
</style>
background-color css
<style>
a { background-color: #D6149F; }
a { background-color: rgb(214,20,159); }
div.DivClassName
{
background-color: #D6149F;
}
.BgClassName
{
background-color: #D6149F;
}
</style>
border-color css
<style>
span { border-color: #D6149F; }
span { border-color: rgb(214,20,159); }
td.TdClassName
{
border-color: #D6149F;
}
.TagClassName
{
border-color: #D6149F;
}
</style>