Shades of Medium Violet Red #D22097
Tints of Medium Violet Red #D22097
RGB
CMYK
RGB Variations
Color information
#D22097 (or 0xD22097) is known color: Medium Violet Red. HEX triplet: D2, 20 and 97. RGB value is (210,32,151). Sum of RGB (Red+Green+Blue) = 210+32+151=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D22097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22097 is #2DDF68. Grayscale: #626262. Windows color (decimal): -3006313 or 9904338. OLE color: 9904338.
HSL color Cylindrical-coordinate representation of color #D22097: hue angle of 319.89º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22097 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 151 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.18 |
| HSL | 319.89º | 0.74% | 0.47% | - |
| HSV(B) | 319.89º | 0.85% | 0.82% | - |
| XYZ | 32.68 | 16.97 | 30.83 | - |
| YUV | 98.79 | 157.47 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 151 | 0 | 0.85 | 0.28 | 0.18 | 319.89 | 0.74 | 0.47 |
| Hex | D2 | 20 | 97 | 0 | 55 | 1C | 12 | 140 | 4A | 2F |
| Octal | 322 | 40 | 227 | 0 | 125 | 34 | 22 | 500 | 112 | 57 |
| Binary | 11010010 | 100000 | 10010111 | 0 | 1010101 | 11100 | 10010 | 101000000 | 1001010 | 101111 |
Color Harmonies of #D22097
Complementary color
Monochromatic Colors of #D22097
Black with #D22097
Text Example
Text Example
White with #D22097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22097; }
p { color: rgb(210,32,151); }
H1.HeaderClassName
{
color: #D22097;
}
.AnyTagClassName
{
color: #D22097;
}
</style>
background-color css
<style>
a { background-color: #D22097; }
a { background-color: rgb(210,32,151); }
div.DivClassName
{
background-color: #D22097;
}
.BgClassName
{
background-color: #D22097;
}
</style>
border-color css
<style>
span { border-color: #D22097; }
span { border-color: rgb(210,32,151); }
td.TdClassName
{
border-color: #D22097;
}
.TagClassName
{
border-color: #D22097;
}
</style>