Shades of Medium Violet Red #D5219E
Tints of Medium Violet Red #D5219E
RGB
CMYK
RGB Variations
Color information
#D5219E (or 0xD5219E) is known color: Medium Violet Red. HEX triplet: D5, 21 and 9E. RGB value is (213,33,158). Sum of RGB (Red+Green+Blue) = 213+33+158=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219E is #2ADE61. Grayscale: #646464. Windows color (decimal): -2809442 or 10363349. OLE color: 10363349.
HSL color Cylindrical-coordinate representation of color #D5219E: hue angle of 318.33º 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 #D5219E is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 158 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.16 |
| HSL | 318.33º | 0.73% | 0.48% | - |
| HSV(B) | 318.33º | 0.85% | 0.84% | - |
| XYZ | 34.16 | 17.7 | 33.96 | - |
| YUV | 101.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 158 | 0 | 0.85 | 0.26 | 0.16 | 318.33 | 0.73 | 0.48 |
| Hex | D5 | 21 | 9E | 0 | 55 | 1A | 10 | 13E | 49 | 30 |
| Octal | 325 | 41 | 236 | 0 | 125 | 32 | 20 | 476 | 111 | 60 |
| Binary | 11010101 | 100001 | 10011110 | 0 | 1010101 | 11010 | 10000 | 100111110 | 1001001 | 110000 |
Color Harmonies of #D5219E
Complementary color
Monochromatic Colors of #D5219E
Black with #D5219E
Text Example
Text Example
White with #D5219E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5219E; }
p { color: rgb(213,33,158); }
H1.HeaderClassName
{
color: #D5219E;
}
.AnyTagClassName
{
color: #D5219E;
}
</style>
background-color css
<style>
a { background-color: #D5219E; }
a { background-color: rgb(213,33,158); }
div.DivClassName
{
background-color: #D5219E;
}
.BgClassName
{
background-color: #D5219E;
}
</style>
border-color css
<style>
span { border-color: #D5219E; }
span { border-color: rgb(213,33,158); }
td.TdClassName
{
border-color: #D5219E;
}
.TagClassName
{
border-color: #D5219E;
}
</style>