Shades of Medium Violet Red #D6209C
Tints of Medium Violet Red #D6209C
RGB
CMYK
RGB Variations
Color information
#D6209C (or 0xD6209C) is known color: Medium Violet Red. HEX triplet: D6, 20 and 9C. RGB value is (214,32,156). Sum of RGB (Red+Green+Blue) = 214+32+156=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6209C is #29DF63. Grayscale: #646464. Windows color (decimal): -2744164 or 10232022. OLE color: 10232022.
HSL color Cylindrical-coordinate representation of color #D6209C: hue angle of 319.12º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6209C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 156 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.16 |
| HSL | 319.12º | 0.74% | 0.48% | - |
| HSV(B) | 319.12º | 0.85% | 0.84% | - |
| XYZ | 34.25 | 17.73 | 33.07 | - |
| YUV | 100.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 156 | 0 | 0.85 | 0.27 | 0.16 | 319.12 | 0.74 | 0.48 |
| Hex | D6 | 20 | 9C | 0 | 55 | 1B | 10 | 13F | 4A | 30 |
| Octal | 326 | 40 | 234 | 0 | 125 | 33 | 20 | 477 | 112 | 60 |
| Binary | 11010110 | 100000 | 10011100 | 0 | 1010101 | 11011 | 10000 | 100111111 | 1001010 | 110000 |
Color Harmonies of #D6209C
Complementary color
Monochromatic Colors of #D6209C
Black with #D6209C
Text Example
Text Example
White with #D6209C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6209C; }
p { color: rgb(214,32,156); }
H1.HeaderClassName
{
color: #D6209C;
}
.AnyTagClassName
{
color: #D6209C;
}
</style>
background-color css
<style>
a { background-color: #D6209C; }
a { background-color: rgb(214,32,156); }
div.DivClassName
{
background-color: #D6209C;
}
.BgClassName
{
background-color: #D6209C;
}
</style>
border-color css
<style>
span { border-color: #D6209C; }
span { border-color: rgb(214,32,156); }
td.TdClassName
{
border-color: #D6209C;
}
.TagClassName
{
border-color: #D6209C;
}
</style>