Shades of Medium Violet Red #D6219C
Tints of Medium Violet Red #D6219C
RGB
CMYK
RGB Variations
Color information
#D6219C (or 0xD6219C) is known color: Medium Violet Red. HEX triplet: D6, 21 and 9C. RGB value is (214,33,156). Sum of RGB (Red+Green+Blue) = 214+33+156=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6219C is #29DE63. Grayscale: #646464. Windows color (decimal): -2743908 or 10232278. OLE color: 10232278.
HSL color Cylindrical-coordinate representation of color #D6219C: hue angle of 319.23º degrees, saturation: 0.73, 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 #D6219C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.16 |
| HSL | 319.23º | 0.73% | 0.48% | - |
| HSV(B) | 319.23º | 0.85% | 0.84% | - |
| XYZ | 34.28 | 17.78 | 33.08 | - |
| YUV | 101.14 | 158.97 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 33 | 156 | 0 | 0.85 | 0.27 | 0.16 | 319.23 | 0.73 | 0.48 |
| Hex | D6 | 21 | 9C | 0 | 55 | 1B | 10 | 13F | 49 | 30 |
| Octal | 326 | 41 | 234 | 0 | 125 | 33 | 20 | 477 | 111 | 60 |
| Binary | 11010110 | 100001 | 10011100 | 0 | 1010101 | 11011 | 10000 | 100111111 | 1001001 | 110000 |
Color Harmonies of #D6219C
Complementary color
Monochromatic Colors of #D6219C
Black with #D6219C
Text Example
Text Example
White with #D6219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6219C; }
p { color: rgb(214,33,156); }
H1.HeaderClassName
{
color: #D6219C;
}
.AnyTagClassName
{
color: #D6219C;
}
</style>
background-color css
<style>
a { background-color: #D6219C; }
a { background-color: rgb(214,33,156); }
div.DivClassName
{
background-color: #D6219C;
}
.BgClassName
{
background-color: #D6219C;
}
</style>
border-color css
<style>
span { border-color: #D6219C; }
span { border-color: rgb(214,33,156); }
td.TdClassName
{
border-color: #D6219C;
}
.TagClassName
{
border-color: #D6219C;
}
</style>