Shades of Medium Violet Red #D6087A
Tints of Medium Violet Red #D6087A
RGB
CMYK
RGB Variations
Color information
#D6087A (or 0xD6087A) is known color: Medium Violet Red. HEX triplet: D6, 08 and 7A. RGB value is (214,8,122). Sum of RGB (Red+Green+Blue) = 214+8+122=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D6087A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6087A is #29F785. Grayscale: #525252. Windows color (decimal): -2750342 or 7997654. OLE color: 7997654.
HSL color Cylindrical-coordinate representation of color #D6087A: hue angle of 326.8º 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 #D6087A is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 122 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.16 |
| HSL | 326.8º | 0.93% | 0.44% | - |
| HSV(B) | 326.8º | 0.96% | 0.84% | - |
| XYZ | 31.33 | 15.87 | 19.83 | - |
| YUV | 82.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 122 | 0 | 0.96 | 0.43 | 0.16 | 326.8 | 0.93 | 0.44 |
| Hex | D6 | 8 | 7A | 0 | 60 | 2B | 10 | 147 | 5D | 2C |
| Octal | 326 | 10 | 172 | 0 | 140 | 53 | 20 | 507 | 135 | 54 |
| Binary | 11010110 | 1000 | 1111010 | 0 | 1100000 | 101011 | 10000 | 101000111 | 1011101 | 101100 |
Color Harmonies of #D6087A
Complementary color
Monochromatic Colors of #D6087A
Black with #D6087A
Text Example
Text Example
White with #D6087A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6087A; }
p { color: rgb(214,8,122); }
H1.HeaderClassName
{
color: #D6087A;
}
.AnyTagClassName
{
color: #D6087A;
}
</style>
background-color css
<style>
a { background-color: #D6087A; }
a { background-color: rgb(214,8,122); }
div.DivClassName
{
background-color: #D6087A;
}
.BgClassName
{
background-color: #D6087A;
}
</style>
border-color css
<style>
span { border-color: #D6087A; }
span { border-color: rgb(214,8,122); }
td.TdClassName
{
border-color: #D6087A;
}
.TagClassName
{
border-color: #D6087A;
}
</style>