Shades of Medium Violet Red #D3218F
Tints of Medium Violet Red #D3218F
RGB
CMYK
RGB Variations
Color information
#D3218F (or 0xD3218F) is known color: Medium Violet Red. HEX triplet: D3, 21 and 8F. RGB value is (211,33,143). Sum of RGB (Red+Green+Blue) = 211+33+143=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3218F is #2CDE70. Grayscale: #626262. Windows color (decimal): -2940529 or 9380307. OLE color: 9380307.
HSL color Cylindrical-coordinate representation of color #D3218F: hue angle of 322.92º 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 #D3218F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 143 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.17 |
| HSL | 322.92º | 0.73% | 0.48% | - |
| HSV(B) | 322.92º | 0.84% | 0.83% | - |
| XYZ | 32.37 | 16.92 | 27.55 | - |
| YUV | 98.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 143 | 0 | 0.84 | 0.32 | 0.17 | 322.92 | 0.73 | 0.48 |
| Hex | D3 | 21 | 8F | 0 | 54 | 20 | 11 | 143 | 49 | 30 |
| Octal | 323 | 41 | 217 | 0 | 124 | 40 | 21 | 503 | 111 | 60 |
| Binary | 11010011 | 100001 | 10001111 | 0 | 1010100 | 100000 | 10001 | 101000011 | 1001001 | 110000 |
Color Harmonies of #D3218F
Complementary color
Monochromatic Colors of #D3218F
Black with #D3218F
Text Example
Text Example
White with #D3218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3218F; }
p { color: rgb(211,33,143); }
H1.HeaderClassName
{
color: #D3218F;
}
.AnyTagClassName
{
color: #D3218F;
}
</style>
background-color css
<style>
a { background-color: #D3218F; }
a { background-color: rgb(211,33,143); }
div.DivClassName
{
background-color: #D3218F;
}
.BgClassName
{
background-color: #D3218F;
}
</style>
border-color css
<style>
span { border-color: #D3218F; }
span { border-color: rgb(211,33,143); }
td.TdClassName
{
border-color: #D3218F;
}
.TagClassName
{
border-color: #D3218F;
}
</style>