Shades of Medium Violet Red #D7219C
Tints of Medium Violet Red #D7219C
RGB
CMYK
RGB Variations
Color information
#D7219C (or 0xD7219C) is known color: Medium Violet Red. HEX triplet: D7, 21 and 9C. RGB value is (215,33,156). Sum of RGB (Red+Green+Blue) = 215+33+156=404 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.22% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 215 - color contains mainly: red. Hex color #D7219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7219C is #28DE63. Grayscale: #656565. Windows color (decimal): -2678372 or 10232279. OLE color: 10232279.
HSL color Cylindrical-coordinate representation of color #D7219C: hue angle of 319.45º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7219C is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.16 |
| HSL | 319.45º | 0.73% | 0.49% | - |
| HSV(B) | 319.45º | 0.85% | 0.84% | - |
| XYZ | 34.57 | 17.94 | 33.09 | - |
| YUV | 101.44 | 158.8 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 156 | 0 | 0.85 | 0.27 | 0.16 | 319.45 | 0.73 | 0.49 |
| Hex | D7 | 21 | 9C | 0 | 55 | 1B | 10 | 13F | 49 | 31 |
| Octal | 327 | 41 | 234 | 0 | 125 | 33 | 20 | 477 | 111 | 61 |
| Binary | 11010111 | 100001 | 10011100 | 0 | 1010101 | 11011 | 10000 | 100111111 | 1001001 | 110001 |
Color Harmonies of #D7219C
Complementary color
Monochromatic Colors of #D7219C
Black with #D7219C
Text Example
Text Example
White with #D7219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7219C; }
p { color: rgb(215,33,156); }
H1.HeaderClassName
{
color: #D7219C;
}
.AnyTagClassName
{
color: #D7219C;
}
</style>
background-color css
<style>
a { background-color: #D7219C; }
a { background-color: rgb(215,33,156); }
div.DivClassName
{
background-color: #D7219C;
}
.BgClassName
{
background-color: #D7219C;
}
</style>
border-color css
<style>
span { border-color: #D7219C; }
span { border-color: rgb(215,33,156); }
td.TdClassName
{
border-color: #D7219C;
}
.TagClassName
{
border-color: #D7219C;
}
</style>