Shades of Medium Violet Red #D5219D
Tints of Medium Violet Red #D5219D
RGB
CMYK
RGB Variations
Color information
#D5219D (or 0xD5219D) is known color: Medium Violet Red. HEX triplet: D5, 21 and 9D. RGB value is (213,33,157). Sum of RGB (Red+Green+Blue) = 213+33+157=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219D is #2ADE62. Grayscale: #646464. Windows color (decimal): -2809443 or 10297813. OLE color: 10297813.
HSL color Cylindrical-coordinate representation of color #D5219D: hue angle of 318.67º 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 #D5219D is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 157 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.16 |
| HSL | 318.67º | 0.73% | 0.48% | - |
| HSV(B) | 318.67º | 0.85% | 0.84% | - |
| XYZ | 34.07 | 17.67 | 33.51 | - |
| YUV | 100.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 157 | 0 | 0.85 | 0.26 | 0.16 | 318.67 | 0.73 | 0.48 |
| Hex | D5 | 21 | 9D | 0 | 55 | 1A | 10 | 13F | 49 | 30 |
| Octal | 325 | 41 | 235 | 0 | 125 | 32 | 20 | 477 | 111 | 60 |
| Binary | 11010101 | 100001 | 10011101 | 0 | 1010101 | 11010 | 10000 | 100111111 | 1001001 | 110000 |
Color Harmonies of #D5219D
Complementary color
Monochromatic Colors of #D5219D
Black with #D5219D
Text Example
Text Example
White with #D5219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5219D; }
p { color: rgb(213,33,157); }
H1.HeaderClassName
{
color: #D5219D;
}
.AnyTagClassName
{
color: #D5219D;
}
</style>
background-color css
<style>
a { background-color: #D5219D; }
a { background-color: rgb(213,33,157); }
div.DivClassName
{
background-color: #D5219D;
}
.BgClassName
{
background-color: #D5219D;
}
</style>
border-color css
<style>
span { border-color: #D5219D; }
span { border-color: rgb(213,33,157); }
td.TdClassName
{
border-color: #D5219D;
}
.TagClassName
{
border-color: #D5219D;
}
</style>