Shades of Medium Violet Red #D6087F
Tints of Medium Violet Red #D6087F
RGB
CMYK
RGB Variations
Color information
#D6087F (or 0xD6087F) is known color: Medium Violet Red. HEX triplet: D6, 08 and 7F. RGB value is (214,8,127). Sum of RGB (Red+Green+Blue) = 214+8+127=349 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.32% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 214 - color contains mainly: red. Hex color #D6087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6087F is #29F780. Grayscale: #525252. Windows color (decimal): -2750337 or 8325334. OLE color: 8325334.
HSL color Cylindrical-coordinate representation of color #D6087F: hue angle of 325.34º 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 #D6087F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 127 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.16 |
| HSL | 325.34º | 0.93% | 0.44% | - |
| HSV(B) | 325.34º | 0.96% | 0.84% | - |
| XYZ | 31.65 | 16 | 21.5 | - |
| YUV | 83.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 127 | 0 | 0.96 | 0.41 | 0.16 | 325.34 | 0.93 | 0.44 |
| Hex | D6 | 8 | 7F | 0 | 60 | 29 | 10 | 145 | 5D | 2C |
| Octal | 326 | 10 | 177 | 0 | 140 | 51 | 20 | 505 | 135 | 54 |
| Binary | 11010110 | 1000 | 1111111 | 0 | 1100000 | 101001 | 10000 | 101000101 | 1011101 | 101100 |
Color Harmonies of #D6087F
Complementary color
Monochromatic Colors of #D6087F
Black with #D6087F
Text Example
Text Example
White with #D6087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6087F; }
p { color: rgb(214,8,127); }
H1.HeaderClassName
{
color: #D6087F;
}
.AnyTagClassName
{
color: #D6087F;
}
</style>
background-color css
<style>
a { background-color: #D6087F; }
a { background-color: rgb(214,8,127); }
div.DivClassName
{
background-color: #D6087F;
}
.BgClassName
{
background-color: #D6087F;
}
</style>
border-color css
<style>
span { border-color: #D6087F; }
span { border-color: rgb(214,8,127); }
td.TdClassName
{
border-color: #D6087F;
}
.TagClassName
{
border-color: #D6087F;
}
</style>