Shades of Medium Violet Red #D3219B
Tints of Medium Violet Red #D3219B
RGB
CMYK
RGB Variations
Color information
#D3219B (or 0xD3219B) is known color: Medium Violet Red. HEX triplet: D3, 21 and 9B. RGB value is (211,33,155). Sum of RGB (Red+Green+Blue) = 211+33+155=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3219B is #2CDE64. Grayscale: #636363. Windows color (decimal): -2940517 or 10166739. OLE color: 10166739.
HSL color Cylindrical-coordinate representation of color #D3219B: hue angle of 318.88º 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 #D3219B is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 155 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.17 |
| HSL | 318.88º | 0.73% | 0.48% | - |
| HSV(B) | 318.88º | 0.84% | 0.83% | - |
| XYZ | 33.32 | 17.3 | 32.59 | - |
| YUV | 100.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 155 | 0 | 0.84 | 0.27 | 0.17 | 318.88 | 0.73 | 0.48 |
| Hex | D3 | 21 | 9B | 0 | 54 | 1B | 11 | 13F | 49 | 30 |
| Octal | 323 | 41 | 233 | 0 | 124 | 33 | 21 | 477 | 111 | 60 |
| Binary | 11010011 | 100001 | 10011011 | 0 | 1010100 | 11011 | 10001 | 100111111 | 1001001 | 110000 |
Color Harmonies of #D3219B
Complementary color
Monochromatic Colors of #D3219B
Black with #D3219B
Text Example
Text Example
White with #D3219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3219B; }
p { color: rgb(211,33,155); }
H1.HeaderClassName
{
color: #D3219B;
}
.AnyTagClassName
{
color: #D3219B;
}
</style>
background-color css
<style>
a { background-color: #D3219B; }
a { background-color: rgb(211,33,155); }
div.DivClassName
{
background-color: #D3219B;
}
.BgClassName
{
background-color: #D3219B;
}
</style>
border-color css
<style>
span { border-color: #D3219B; }
span { border-color: rgb(211,33,155); }
td.TdClassName
{
border-color: #D3219B;
}
.TagClassName
{
border-color: #D3219B;
}
</style>