Shades of Medium Violet Red #D6077A
Tints of Medium Violet Red #D6077A
RGB
CMYK
RGB Variations
Color information
#D6077A (or 0xD6077A) is known color: Medium Violet Red. HEX triplet: D6, 07 and 7A. RGB value is (214,7,122). Sum of RGB (Red+Green+Blue) = 214+7+122=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6077A is #29F885. Grayscale: #515151. Windows color (decimal): -2750598 or 7997398. OLE color: 7997398.
HSL color Cylindrical-coordinate representation of color #D6077A: hue angle of 326.67º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6077A is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.16 |
| HSL | 326.67º | 0.94% | 0.43% | - |
| HSV(B) | 326.67º | 0.97% | 0.84% | - |
| XYZ | 31.32 | 15.85 | 19.82 | - |
| YUV | 82 | 150.58 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 122 | 0 | 0.97 | 0.43 | 0.16 | 326.67 | 0.94 | 0.43 |
| Hex | D6 | 7 | 7A | 0 | 61 | 2B | 10 | 147 | 5E | 2B |
| Octal | 326 | 7 | 172 | 0 | 141 | 53 | 20 | 507 | 136 | 53 |
| Binary | 11010110 | 111 | 1111010 | 0 | 1100001 | 101011 | 10000 | 101000111 | 1011110 | 101011 |
Color Harmonies of #D6077A
Complementary color
Monochromatic Colors of #D6077A
Black with #D6077A
Text Example
Text Example
White with #D6077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6077A; }
p { color: rgb(214,7,122); }
H1.HeaderClassName
{
color: #D6077A;
}
.AnyTagClassName
{
color: #D6077A;
}
</style>
background-color css
<style>
a { background-color: #D6077A; }
a { background-color: rgb(214,7,122); }
div.DivClassName
{
background-color: #D6077A;
}
.BgClassName
{
background-color: #D6077A;
}
</style>
border-color css
<style>
span { border-color: #D6077A; }
span { border-color: rgb(214,7,122); }
td.TdClassName
{
border-color: #D6077A;
}
.TagClassName
{
border-color: #D6077A;
}
</style>