Shades of Medium Violet Red #D2218F
Tints of Medium Violet Red #D2218F
RGB
CMYK
RGB Variations
Color information
#D2218F (or 0xD2218F) is known color: Medium Violet Red. HEX triplet: D2, 21 and 8F. RGB value is (210,33,143). Sum of RGB (Red+Green+Blue) = 210+33+143=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2218F is #2DDE70. Grayscale: #626262. Windows color (decimal): -3006065 or 9380306. OLE color: 9380306.
HSL color Cylindrical-coordinate representation of color #D2218F: hue angle of 322.71º 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 #D2218F is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 143 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.18 |
| HSL | 322.71º | 0.73% | 0.48% | - |
| HSV(B) | 322.71º | 0.84% | 0.82% | - |
| XYZ | 32.08 | 16.77 | 27.53 | - |
| YUV | 98.46 | 153.14 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 143 | 0 | 0.84 | 0.32 | 0.18 | 322.71 | 0.73 | 0.48 |
| Hex | D2 | 21 | 8F | 0 | 54 | 20 | 12 | 143 | 49 | 30 |
| Octal | 322 | 41 | 217 | 0 | 124 | 40 | 22 | 503 | 111 | 60 |
| Binary | 11010010 | 100001 | 10001111 | 0 | 1010100 | 100000 | 10010 | 101000011 | 1001001 | 110000 |
Color Harmonies of #D2218F
Complementary color
Monochromatic Colors of #D2218F
Black with #D2218F
Text Example
Text Example
White with #D2218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2218F; }
p { color: rgb(210,33,143); }
H1.HeaderClassName
{
color: #D2218F;
}
.AnyTagClassName
{
color: #D2218F;
}
</style>
background-color css
<style>
a { background-color: #D2218F; }
a { background-color: rgb(210,33,143); }
div.DivClassName
{
background-color: #D2218F;
}
.BgClassName
{
background-color: #D2218F;
}
</style>
border-color css
<style>
span { border-color: #D2218F; }
span { border-color: rgb(210,33,143); }
td.TdClassName
{
border-color: #D2218F;
}
.TagClassName
{
border-color: #D2218F;
}
</style>