Shades of Medium Violet Red #D6088E
Tints of Medium Violet Red #D6088E
RGB
CMYK
RGB Variations
Color information
#D6088E (or 0xD6088E) is known color: Medium Violet Red. HEX triplet: D6, 08 and 8E. RGB value is (214,8,142). Sum of RGB (Red+Green+Blue) = 214+8+142=364 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.79% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 214 - color contains mainly: red. Hex color #D6088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6088E is #29F771. Grayscale: #545454. Windows color (decimal): -2750322 or 9308374. OLE color: 9308374.
HSL color Cylindrical-coordinate representation of color #D6088E: hue angle of 320.97º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6088E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 142 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.16 |
| HSL | 320.97º | 0.93% | 0.44% | - |
| HSV(B) | 320.97º | 0.96% | 0.84% | - |
| XYZ | 32.7 | 16.42 | 27.04 | - |
| YUV | 84.87 | 160.25 | 220.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 142 | 0 | 0.96 | 0.34 | 0.16 | 320.97 | 0.93 | 0.44 |
| Hex | D6 | 8 | 8E | 0 | 60 | 22 | 10 | 141 | 5D | 2C |
| Octal | 326 | 10 | 216 | 0 | 140 | 42 | 20 | 501 | 135 | 54 |
| Binary | 11010110 | 1000 | 10001110 | 0 | 1100000 | 100010 | 10000 | 101000001 | 1011101 | 101100 |
Color Harmonies of #D6088E
Complementary color
Monochromatic Colors of #D6088E
Black with #D6088E
Text Example
Text Example
White with #D6088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6088E; }
p { color: rgb(214,8,142); }
H1.HeaderClassName
{
color: #D6088E;
}
.AnyTagClassName
{
color: #D6088E;
}
</style>
background-color css
<style>
a { background-color: #D6088E; }
a { background-color: rgb(214,8,142); }
div.DivClassName
{
background-color: #D6088E;
}
.BgClassName
{
background-color: #D6088E;
}
</style>
border-color css
<style>
span { border-color: #D6088E; }
span { border-color: rgb(214,8,142); }
td.TdClassName
{
border-color: #D6088E;
}
.TagClassName
{
border-color: #D6088E;
}
</style>