Shades of Medium Violet Red #D6148D
Tints of Medium Violet Red #D6148D
RGB
CMYK
RGB Variations
Color information
#D6148D (or 0xD6148D) is known color: Medium Violet Red. HEX triplet: D6, 14 and 8D. RGB value is (214,20,141). Sum of RGB (Red+Green+Blue) = 214+20+141=375 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.07% from 375); Green value is 20 (8.20% from 255 or 5.33% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 214 - color contains mainly: red. Hex color #D6148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6148D is #29EB72. Grayscale: #5B5B5B. Windows color (decimal): -2747251 or 9245910. OLE color: 9245910.
HSL color Cylindrical-coordinate representation of color #D6148D: hue angle of 322.58º 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 #D6148D is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 141 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.16 |
| HSL | 322.58º | 0.83% | 0.46% | - |
| HSV(B) | 322.58º | 0.91% | 0.84% | - |
| XYZ | 32.79 | 16.72 | 26.7 | - |
| YUV | 91.8 | 155.77 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 141 | 0 | 0.91 | 0.34 | 0.16 | 322.58 | 0.83 | 0.46 |
| Hex | D6 | 14 | 8D | 0 | 5B | 22 | 10 | 143 | 53 | 2E |
| Octal | 326 | 24 | 215 | 0 | 133 | 42 | 20 | 503 | 123 | 56 |
| Binary | 11010110 | 10100 | 10001101 | 0 | 1011011 | 100010 | 10000 | 101000011 | 1010011 | 101110 |
Color Harmonies of #D6148D
Complementary color
Monochromatic Colors of #D6148D
Black with #D6148D
Text Example
Text Example
White with #D6148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6148D; }
p { color: rgb(214,20,141); }
H1.HeaderClassName
{
color: #D6148D;
}
.AnyTagClassName
{
color: #D6148D;
}
</style>
background-color css
<style>
a { background-color: #D6148D; }
a { background-color: rgb(214,20,141); }
div.DivClassName
{
background-color: #D6148D;
}
.BgClassName
{
background-color: #D6148D;
}
</style>
border-color css
<style>
span { border-color: #D6148D; }
span { border-color: rgb(214,20,141); }
td.TdClassName
{
border-color: #D6148D;
}
.TagClassName
{
border-color: #D6148D;
}
</style>