Shades of Medium Violet Red #D3218A
Tints of Medium Violet Red #D3218A
RGB
CMYK
RGB Variations
Color information
#D3218A (or 0xD3218A) is known color: Medium Violet Red. HEX triplet: D3, 21 and 8A. RGB value is (211,33,138). Sum of RGB (Red+Green+Blue) = 211+33+138=382 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.24% from 382); Green value is 33 (13.28% from 255 or 8.64% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 211 - color contains mainly: red. Hex color #D3218A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3218A is #2CDE75. Grayscale: #616161. Windows color (decimal): -2940534 or 9052627. OLE color: 9052627.
HSL color Cylindrical-coordinate representation of color #D3218A: hue angle of 324.61º 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 #D3218A is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 33 | 138 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.17 |
| HSL | 324.61º | 0.73% | 0.48% | - |
| HSV(B) | 324.61º | 0.84% | 0.83% | - |
| XYZ | 32 | 16.77 | 25.6 | - |
| YUV | 98.19 | 150.47 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 33 | 138 | 0 | 0.84 | 0.35 | 0.17 | 324.61 | 0.73 | 0.48 |
| Hex | D3 | 21 | 8A | 0 | 54 | 23 | 11 | 145 | 49 | 30 |
| Octal | 323 | 41 | 212 | 0 | 124 | 43 | 21 | 505 | 111 | 60 |
| Binary | 11010011 | 100001 | 10001010 | 0 | 1010100 | 100011 | 10001 | 101000101 | 1001001 | 110000 |
Color Harmonies of #D3218A
Complementary color
Monochromatic Colors of #D3218A
Black with #D3218A
Text Example
Text Example
White with #D3218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3218A; }
p { color: rgb(211,33,138); }
H1.HeaderClassName
{
color: #D3218A;
}
.AnyTagClassName
{
color: #D3218A;
}
</style>
background-color css
<style>
a { background-color: #D3218A; }
a { background-color: rgb(211,33,138); }
div.DivClassName
{
background-color: #D3218A;
}
.BgClassName
{
background-color: #D3218A;
}
</style>
border-color css
<style>
span { border-color: #D3218A; }
span { border-color: rgb(211,33,138); }
td.TdClassName
{
border-color: #D3218A;
}
.TagClassName
{
border-color: #D3218A;
}
</style>