Shades of Medium Violet Red #D6087B
Tints of Medium Violet Red #D6087B
RGB
CMYK
RGB Variations
Color information
#D6087B (or 0xD6087B) is known color: Medium Violet Red. HEX triplet: D6, 08 and 7B. RGB value is (214,8,123). Sum of RGB (Red+Green+Blue) = 214+8+123=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D6087B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6087B is #29F784. Grayscale: #525252. Windows color (decimal): -2750341 or 8063190. OLE color: 8063190.
HSL color Cylindrical-coordinate representation of color #D6087B: hue angle of 326.5º 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 #D6087B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 123 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.16 |
| HSL | 326.5º | 0.93% | 0.44% | - |
| HSV(B) | 326.5º | 0.96% | 0.84% | - |
| XYZ | 31.39 | 15.9 | 20.15 | - |
| YUV | 82.7 | 150.75 | 221.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 123 | 0 | 0.96 | 0.43 | 0.16 | 326.5 | 0.93 | 0.44 |
| Hex | D6 | 8 | 7B | 0 | 60 | 2B | 10 | 147 | 5D | 2C |
| Octal | 326 | 10 | 173 | 0 | 140 | 53 | 20 | 507 | 135 | 54 |
| Binary | 11010110 | 1000 | 1111011 | 0 | 1100000 | 101011 | 10000 | 101000111 | 1011101 | 101100 |
Color Harmonies of #D6087B
Complementary color
Monochromatic Colors of #D6087B
Black with #D6087B
Text Example
Text Example
White with #D6087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6087B; }
p { color: rgb(214,8,123); }
H1.HeaderClassName
{
color: #D6087B;
}
.AnyTagClassName
{
color: #D6087B;
}
</style>
background-color css
<style>
a { background-color: #D6087B; }
a { background-color: rgb(214,8,123); }
div.DivClassName
{
background-color: #D6087B;
}
.BgClassName
{
background-color: #D6087B;
}
</style>
border-color css
<style>
span { border-color: #D6087B; }
span { border-color: rgb(214,8,123); }
td.TdClassName
{
border-color: #D6087B;
}
.TagClassName
{
border-color: #D6087B;
}
</style>