Shades of Medium Violet Red #D3219C
Tints of Medium Violet Red #D3219C
RGB
CMYK
RGB Variations
Color information
#D3219C (or 0xD3219C) is known color: Medium Violet Red. HEX triplet: D3, 21 and 9C. RGB value is (211,33,156). Sum of RGB (Red+Green+Blue) = 211+33+156=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D3219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3219C is #2CDE63. Grayscale: #636363. Windows color (decimal): -2940516 or 10232275. OLE color: 10232275.
HSL color Cylindrical-coordinate representation of color #D3219C: hue angle of 318.54º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3219C is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 156 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.17 |
| HSL | 318.54º | 0.73% | 0.48% | - |
| HSV(B) | 318.54º | 0.84% | 0.83% | - |
| XYZ | 33.41 | 17.34 | 33.04 | - |
| YUV | 100.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 156 | 0 | 0.84 | 0.26 | 0.17 | 318.54 | 0.73 | 0.48 |
| Hex | D3 | 21 | 9C | 0 | 54 | 1A | 11 | 13F | 49 | 30 |
| Octal | 323 | 41 | 234 | 0 | 124 | 32 | 21 | 477 | 111 | 60 |
| Binary | 11010011 | 100001 | 10011100 | 0 | 1010100 | 11010 | 10001 | 100111111 | 1001001 | 110000 |
Color Harmonies of #D3219C
Complementary color
Monochromatic Colors of #D3219C
Black with #D3219C
Text Example
Text Example
White with #D3219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3219C; }
p { color: rgb(211,33,156); }
H1.HeaderClassName
{
color: #D3219C;
}
.AnyTagClassName
{
color: #D3219C;
}
</style>
background-color css
<style>
a { background-color: #D3219C; }
a { background-color: rgb(211,33,156); }
div.DivClassName
{
background-color: #D3219C;
}
.BgClassName
{
background-color: #D3219C;
}
</style>
border-color css
<style>
span { border-color: #D3219C; }
span { border-color: rgb(211,33,156); }
td.TdClassName
{
border-color: #D3219C;
}
.TagClassName
{
border-color: #D3219C;
}
</style>