Shades of Medium Violet Red #D6099C
Tints of Medium Violet Red #D6099C
RGB
CMYK
RGB Variations
Color information
#D6099C (or 0xD6099C) is known color: Medium Violet Red. HEX triplet: D6, 09 and 9C. RGB value is (214,9,156). Sum of RGB (Red+Green+Blue) = 214+9+156=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 9 (3.91% from 255 or 2.37% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D6099C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6099C is #29F663. Grayscale: #565656. Windows color (decimal): -2750052 or 10226134. OLE color: 10226134.
HSL color Cylindrical-coordinate representation of color #D6099C: hue angle of 316.98º 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 #D6099C is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 156 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.16 |
| HSL | 316.98º | 0.92% | 0.44% | - |
| HSV(B) | 316.98º | 0.96% | 0.84% | - |
| XYZ | 33.83 | 16.89 | 32.93 | - |
| YUV | 87.05 | 166.92 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 156 | 0 | 0.96 | 0.27 | 0.16 | 316.98 | 0.92 | 0.44 |
| Hex | D6 | 9 | 9C | 0 | 60 | 1B | 10 | 13D | 5C | 2C |
| Octal | 326 | 11 | 234 | 0 | 140 | 33 | 20 | 475 | 134 | 54 |
| Binary | 11010110 | 1001 | 10011100 | 0 | 1100000 | 11011 | 10000 | 100111101 | 1011100 | 101100 |
Color Harmonies of #D6099C
Complementary color
Monochromatic Colors of #D6099C
Black with #D6099C
Text Example
Text Example
White with #D6099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6099C; }
p { color: rgb(214,9,156); }
H1.HeaderClassName
{
color: #D6099C;
}
.AnyTagClassName
{
color: #D6099C;
}
</style>
background-color css
<style>
a { background-color: #D6099C; }
a { background-color: rgb(214,9,156); }
div.DivClassName
{
background-color: #D6099C;
}
.BgClassName
{
background-color: #D6099C;
}
</style>
border-color css
<style>
span { border-color: #D6099C; }
span { border-color: rgb(214,9,156); }
td.TdClassName
{
border-color: #D6099C;
}
.TagClassName
{
border-color: #D6099C;
}
</style>