Shades of Medium Violet Red #D6077F
Tints of Medium Violet Red #D6077F
RGB
CMYK
RGB Variations
Color information
#D6077F (or 0xD6077F) is known color: Medium Violet Red. HEX triplet: D6, 07 and 7F. RGB value is (214,7,127). Sum of RGB (Red+Green+Blue) = 214+7+127=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6077F is #29F880. Grayscale: #525252. Windows color (decimal): -2750593 or 8325078. OLE color: 8325078.
HSL color Cylindrical-coordinate representation of color #D6077F: hue angle of 325.22º 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 #D6077F is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.16 |
| HSL | 325.22º | 0.94% | 0.43% | - |
| HSV(B) | 325.22º | 0.97% | 0.84% | - |
| XYZ | 31.64 | 15.98 | 21.5 | - |
| YUV | 82.57 | 153.08 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 7 | 127 | 0 | 0.97 | 0.41 | 0.16 | 325.22 | 0.94 | 0.43 |
| Hex | D6 | 7 | 7F | 0 | 61 | 29 | 10 | 145 | 5E | 2B |
| Octal | 326 | 7 | 177 | 0 | 141 | 51 | 20 | 505 | 136 | 53 |
| Binary | 11010110 | 111 | 1111111 | 0 | 1100001 | 101001 | 10000 | 101000101 | 1011110 | 101011 |
Color Harmonies of #D6077F
Complementary color
Monochromatic Colors of #D6077F
Black with #D6077F
Text Example
Text Example
White with #D6077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6077F; }
p { color: rgb(214,7,127); }
H1.HeaderClassName
{
color: #D6077F;
}
.AnyTagClassName
{
color: #D6077F;
}
</style>
background-color css
<style>
a { background-color: #D6077F; }
a { background-color: rgb(214,7,127); }
div.DivClassName
{
background-color: #D6077F;
}
.BgClassName
{
background-color: #D6077F;
}
</style>
border-color css
<style>
span { border-color: #D6077F; }
span { border-color: rgb(214,7,127); }
td.TdClassName
{
border-color: #D6077F;
}
.TagClassName
{
border-color: #D6077F;
}
</style>