Shades of Medium Violet Red #D6099A
Tints of Medium Violet Red #D6099A
RGB
CMYK
RGB Variations
Color information
#D6099A (or 0xD6099A) is known color: Medium Violet Red. HEX triplet: D6, 09 and 9A. RGB value is (214,9,154). Sum of RGB (Red+Green+Blue) = 214+9+154=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6099A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6099A is #29F665. Grayscale: #565656. Windows color (decimal): -2750054 or 10095062. OLE color: 10095062.
HSL color Cylindrical-coordinate representation of color #D6099A: hue angle of 317.56º 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 #D6099A is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.16 |
| HSL | 317.56º | 0.92% | 0.44% | - |
| HSV(B) | 317.56º | 0.96% | 0.84% | - |
| XYZ | 33.66 | 16.82 | 32.05 | - |
| YUV | 86.83 | 165.92 | 218.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 154 | 0 | 0.96 | 0.28 | 0.16 | 317.56 | 0.92 | 0.44 |
| Hex | D6 | 9 | 9A | 0 | 60 | 1C | 10 | 13E | 5C | 2C |
| Octal | 326 | 11 | 232 | 0 | 140 | 34 | 20 | 476 | 134 | 54 |
| Binary | 11010110 | 1001 | 10011010 | 0 | 1100000 | 11100 | 10000 | 100111110 | 1011100 | 101100 |
Color Harmonies of #D6099A
Complementary color
Monochromatic Colors of #D6099A
Black with #D6099A
Text Example
Text Example
White with #D6099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6099A; }
p { color: rgb(214,9,154); }
H1.HeaderClassName
{
color: #D6099A;
}
.AnyTagClassName
{
color: #D6099A;
}
</style>
background-color css
<style>
a { background-color: #D6099A; }
a { background-color: rgb(214,9,154); }
div.DivClassName
{
background-color: #D6099A;
}
.BgClassName
{
background-color: #D6099A;
}
</style>
border-color css
<style>
span { border-color: #D6099A; }
span { border-color: rgb(214,9,154); }
td.TdClassName
{
border-color: #D6099A;
}
.TagClassName
{
border-color: #D6099A;
}
</style>