Shades of Medium Violet Red #D6097F
Tints of Medium Violet Red #D6097F
RGB
CMYK
RGB Variations
Color information
#D6097F (or 0xD6097F) is known color: Medium Violet Red. HEX triplet: D6, 09 and 7F. RGB value is (214,9,127). Sum of RGB (Red+Green+Blue) = 214+9+127=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D6097F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6097F is #29F680. Grayscale: #535353. Windows color (decimal): -2750081 or 8325590. OLE color: 8325590.
HSL color Cylindrical-coordinate representation of color #D6097F: hue angle of 325.46º degrees, saturation: 0.92, 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 #D6097F is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.16 |
| HSL | 325.46º | 0.92% | 0.44% | - |
| HSV(B) | 325.46º | 0.96% | 0.84% | - |
| XYZ | 31.66 | 16.02 | 21.5 | - |
| YUV | 83.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 127 | 0 | 0.96 | 0.41 | 0.16 | 325.46 | 0.92 | 0.44 |
| Hex | D6 | 9 | 7F | 0 | 60 | 29 | 10 | 145 | 5C | 2C |
| Octal | 326 | 11 | 177 | 0 | 140 | 51 | 20 | 505 | 134 | 54 |
| Binary | 11010110 | 1001 | 1111111 | 0 | 1100000 | 101001 | 10000 | 101000101 | 1011100 | 101100 |
Color Harmonies of #D6097F
Complementary color
Monochromatic Colors of #D6097F
Black with #D6097F
Text Example
Text Example
White with #D6097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6097F; }
p { color: rgb(214,9,127); }
H1.HeaderClassName
{
color: #D6097F;
}
.AnyTagClassName
{
color: #D6097F;
}
</style>
background-color css
<style>
a { background-color: #D6097F; }
a { background-color: rgb(214,9,127); }
div.DivClassName
{
background-color: #D6097F;
}
.BgClassName
{
background-color: #D6097F;
}
</style>
border-color css
<style>
span { border-color: #D6097F; }
span { border-color: rgb(214,9,127); }
td.TdClassName
{
border-color: #D6097F;
}
.TagClassName
{
border-color: #D6097F;
}
</style>