Shades of Medium Violet Red #D22179
Tints of Medium Violet Red #D22179
RGB
CMYK
RGB Variations
Color information
#D22179 (or 0xD22179) is known color: Medium Violet Red. HEX triplet: D2, 21 and 79. RGB value is (210,33,121). Sum of RGB (Red+Green+Blue) = 210+33+121=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D22179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22179 is #2DDE86. Grayscale: #5F5F5F. Windows color (decimal): -3006087 or 7938514. OLE color: 7938514.
HSL color Cylindrical-coordinate representation of color #D22179: hue angle of 330.17º 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 #D22179 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 33 | 121 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.18 |
| HSL | 330.17º | 0.73% | 0.48% | - |
| HSV(B) | 330.17º | 0.84% | 0.82% | - |
| XYZ | 30.57 | 16.17 | 19.6 | - |
| YUV | 95.96 | 142.14 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 33 | 121 | 0 | 0.84 | 0.42 | 0.18 | 330.17 | 0.73 | 0.48 |
| Hex | D2 | 21 | 79 | 0 | 54 | 2A | 12 | 14A | 49 | 30 |
| Octal | 322 | 41 | 171 | 0 | 124 | 52 | 22 | 512 | 111 | 60 |
| Binary | 11010010 | 100001 | 1111001 | 0 | 1010100 | 101010 | 10010 | 101001010 | 1001001 | 110000 |
Color Harmonies of #D22179
Complementary color
Monochromatic Colors of #D22179
Black with #D22179
Text Example
Text Example
White with #D22179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22179; }
p { color: rgb(210,33,121); }
H1.HeaderClassName
{
color: #D22179;
}
.AnyTagClassName
{
color: #D22179;
}
</style>
background-color css
<style>
a { background-color: #D22179; }
a { background-color: rgb(210,33,121); }
div.DivClassName
{
background-color: #D22179;
}
.BgClassName
{
background-color: #D22179;
}
</style>
border-color css
<style>
span { border-color: #D22179; }
span { border-color: rgb(210,33,121); }
td.TdClassName
{
border-color: #D22179;
}
.TagClassName
{
border-color: #D22179;
}
</style>