Shades of Medium Violet Red #D3219A
Tints of Medium Violet Red #D3219A
RGB
CMYK
RGB Variations
Color information
#D3219A (or 0xD3219A) is known color: Medium Violet Red. HEX triplet: D3, 21 and 9A. RGB value is (211,33,154). Sum of RGB (Red+Green+Blue) = 211+33+154=398 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.02% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 211 - color contains mainly: red. Hex color #D3219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3219A is #2CDE65. Grayscale: #636363. Windows color (decimal): -2940518 or 10101203. OLE color: 10101203.
HSL color Cylindrical-coordinate representation of color #D3219A: hue angle of 319.21º 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 #D3219A is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 154 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.17 |
| HSL | 319.21º | 0.73% | 0.48% | - |
| HSV(B) | 319.21º | 0.84% | 0.83% | - |
| XYZ | 33.24 | 17.27 | 32.15 | - |
| YUV | 100.02 | 158.47 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 154 | 0 | 0.84 | 0.27 | 0.17 | 319.21 | 0.73 | 0.48 |
| Hex | D3 | 21 | 9A | 0 | 54 | 1B | 11 | 13F | 49 | 30 |
| Octal | 323 | 41 | 232 | 0 | 124 | 33 | 21 | 477 | 111 | 60 |
| Binary | 11010011 | 100001 | 10011010 | 0 | 1010100 | 11011 | 10001 | 100111111 | 1001001 | 110000 |
Color Harmonies of #D3219A
Complementary color
Monochromatic Colors of #D3219A
Black with #D3219A
Text Example
Text Example
White with #D3219A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3219A; }
p { color: rgb(211,33,154); }
H1.HeaderClassName
{
color: #D3219A;
}
.AnyTagClassName
{
color: #D3219A;
}
</style>
background-color css
<style>
a { background-color: #D3219A; }
a { background-color: rgb(211,33,154); }
div.DivClassName
{
background-color: #D3219A;
}
.BgClassName
{
background-color: #D3219A;
}
</style>
border-color css
<style>
span { border-color: #D3219A; }
span { border-color: rgb(211,33,154); }
td.TdClassName
{
border-color: #D3219A;
}
.TagClassName
{
border-color: #D3219A;
}
</style>