Shades of Medium Violet Red #D2218C
Tints of Medium Violet Red #D2218C
RGB
CMYK
RGB Variations
Color information
#D2218C (or 0xD2218C) is known color: Medium Violet Red. HEX triplet: D2, 21 and 8C. RGB value is (210,33,140). Sum of RGB (Red+Green+Blue) = 210+33+140=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D2218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2218C is #2DDE73. Grayscale: #616161. Windows color (decimal): -3006068 or 9183698. OLE color: 9183698.
HSL color Cylindrical-coordinate representation of color #D2218C: hue angle of 323.73º 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 #D2218C is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 140 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.18 |
| HSL | 323.73º | 0.73% | 0.48% | - |
| HSV(B) | 323.73º | 0.84% | 0.82% | - |
| XYZ | 31.86 | 16.68 | 26.35 | - |
| YUV | 98.12 | 151.64 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 140 | 0 | 0.84 | 0.33 | 0.18 | 323.73 | 0.73 | 0.48 |
| Hex | D2 | 21 | 8C | 0 | 54 | 21 | 12 | 144 | 49 | 30 |
| Octal | 322 | 41 | 214 | 0 | 124 | 41 | 22 | 504 | 111 | 60 |
| Binary | 11010010 | 100001 | 10001100 | 0 | 1010100 | 100001 | 10010 | 101000100 | 1001001 | 110000 |
Color Harmonies of #D2218C
Complementary color
Monochromatic Colors of #D2218C
Black with #D2218C
Text Example
Text Example
White with #D2218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2218C; }
p { color: rgb(210,33,140); }
H1.HeaderClassName
{
color: #D2218C;
}
.AnyTagClassName
{
color: #D2218C;
}
</style>
background-color css
<style>
a { background-color: #D2218C; }
a { background-color: rgb(210,33,140); }
div.DivClassName
{
background-color: #D2218C;
}
.BgClassName
{
background-color: #D2218C;
}
</style>
border-color css
<style>
span { border-color: #D2218C; }
span { border-color: rgb(210,33,140); }
td.TdClassName
{
border-color: #D2218C;
}
.TagClassName
{
border-color: #D2218C;
}
</style>