Shades of Medium Violet Red #D2218E
Tints of Medium Violet Red #D2218E
RGB
CMYK
RGB Variations
Color information
#D2218E (or 0xD2218E) is known color: Medium Violet Red. HEX triplet: D2, 21 and 8E. RGB value is (210,33,142). Sum of RGB (Red+Green+Blue) = 210+33+142=385 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.55% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 210 - color contains mainly: red. Hex color #D2218E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2218E is #2DDE71. Grayscale: #626262. Windows color (decimal): -3006066 or 9314770. OLE color: 9314770.
HSL color Cylindrical-coordinate representation of color #D2218E: hue angle of 323.05º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2218E is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 142 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.18 |
| HSL | 323.05º | 0.73% | 0.48% | - |
| HSV(B) | 323.05º | 0.84% | 0.82% | - |
| XYZ | 32 | 16.74 | 27.14 | - |
| YUV | 98.35 | 152.64 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 142 | 0 | 0.84 | 0.32 | 0.18 | 323.05 | 0.73 | 0.48 |
| Hex | D2 | 21 | 8E | 0 | 54 | 20 | 12 | 143 | 49 | 30 |
| Octal | 322 | 41 | 216 | 0 | 124 | 40 | 22 | 503 | 111 | 60 |
| Binary | 11010010 | 100001 | 10001110 | 0 | 1010100 | 100000 | 10010 | 101000011 | 1001001 | 110000 |
Color Harmonies of #D2218E
Complementary color
Monochromatic Colors of #D2218E
Black with #D2218E
Text Example
Text Example
White with #D2218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2218E; }
p { color: rgb(210,33,142); }
H1.HeaderClassName
{
color: #D2218E;
}
.AnyTagClassName
{
color: #D2218E;
}
</style>
background-color css
<style>
a { background-color: #D2218E; }
a { background-color: rgb(210,33,142); }
div.DivClassName
{
background-color: #D2218E;
}
.BgClassName
{
background-color: #D2218E;
}
</style>
border-color css
<style>
span { border-color: #D2218E; }
span { border-color: rgb(210,33,142); }
td.TdClassName
{
border-color: #D2218E;
}
.TagClassName
{
border-color: #D2218E;
}
</style>