Shades of Medium Violet Red #D6097B
Tints of Medium Violet Red #D6097B
RGB
CMYK
RGB Variations
Color information
#D6097B (or 0xD6097B) is known color: Medium Violet Red. HEX triplet: D6, 09 and 7B. RGB value is (214,9,123). Sum of RGB (Red+Green+Blue) = 214+9+123=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D6097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6097B is #29F684. Grayscale: #535353. Windows color (decimal): -2750085 or 8063446. OLE color: 8063446.
HSL color Cylindrical-coordinate representation of color #D6097B: hue angle of 326.63º 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 #D6097B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.16 |
| HSL | 326.63º | 0.92% | 0.44% | - |
| HSV(B) | 326.63º | 0.96% | 0.84% | - |
| XYZ | 31.4 | 15.92 | 20.16 | - |
| YUV | 83.29 | 150.42 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 123 | 0 | 0.96 | 0.43 | 0.16 | 326.63 | 0.92 | 0.44 |
| Hex | D6 | 9 | 7B | 0 | 60 | 2B | 10 | 147 | 5C | 2C |
| Octal | 326 | 11 | 173 | 0 | 140 | 53 | 20 | 507 | 134 | 54 |
| Binary | 11010110 | 1001 | 1111011 | 0 | 1100000 | 101011 | 10000 | 101000111 | 1011100 | 101100 |
Color Harmonies of #D6097B
Complementary color
Monochromatic Colors of #D6097B
Black with #D6097B
Text Example
Text Example
White with #D6097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6097B; }
p { color: rgb(214,9,123); }
H1.HeaderClassName
{
color: #D6097B;
}
.AnyTagClassName
{
color: #D6097B;
}
</style>
background-color css
<style>
a { background-color: #D6097B; }
a { background-color: rgb(214,9,123); }
div.DivClassName
{
background-color: #D6097B;
}
.BgClassName
{
background-color: #D6097B;
}
</style>
border-color css
<style>
span { border-color: #D6097B; }
span { border-color: rgb(214,9,123); }
td.TdClassName
{
border-color: #D6097B;
}
.TagClassName
{
border-color: #D6097B;
}
</style>