Shades of Medium Violet Red #D60095
Tints of Medium Violet Red #D60095
RGB
CMYK
RGB Variations
Color information
#D60095 (or 0xD60095) is known color: Medium Violet Red. HEX triplet: D6, 00 and 95. RGB value is (214,0,149). Sum of RGB (Red+Green+Blue) = 214+0+149=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D60095 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60095 is #29FF6A. Grayscale: #505050. Windows color (decimal): -2752363 or 9765078. OLE color: 9765078.
HSL color Cylindrical-coordinate representation of color #D60095: hue angle of 318.22º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60095 is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 149 | - |
| CMYK | 0 | 1 | 0.30 | 0.16 |
| HSL | 318.22º | 1% | 0.42% | - |
| HSV(B) | 318.22º | 1% | 0.84% | - |
| XYZ | 33.16 | 16.47 | 29.86 | - |
| YUV | 80.97 | 166.4 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 149 | 0 | 1 | 0.30 | 0.16 | 318.22 | 1 | 0.42 |
| Hex | D6 | 0 | 95 | 0 | 64 | 1E | 10 | 13E | 64 | 2A |
| Octal | 326 | 0 | 225 | 0 | 144 | 36 | 20 | 476 | 144 | 52 |
| Binary | 11010110 | 0 | 10010101 | 0 | 1100100 | 11110 | 10000 | 100111110 | 1100100 | 101010 |
Color Harmonies of #D60095
Complementary color
Monochromatic Colors of #D60095
Black with #D60095
Text Example
Text Example
White with #D60095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60095; }
p { color: rgb(214,0,149); }
H1.HeaderClassName
{
color: #D60095;
}
.AnyTagClassName
{
color: #D60095;
}
</style>
background-color css
<style>
a { background-color: #D60095; }
a { background-color: rgb(214,0,149); }
div.DivClassName
{
background-color: #D60095;
}
.BgClassName
{
background-color: #D60095;
}
</style>
border-color css
<style>
span { border-color: #D60095; }
span { border-color: rgb(214,0,149); }
td.TdClassName
{
border-color: #D60095;
}
.TagClassName
{
border-color: #D60095;
}
</style>