Shades of Medium Violet Red #D22092
Tints of Medium Violet Red #D22092
RGB
CMYK
RGB Variations
Color information
#D22092 (or 0xD22092) is known color: Medium Violet Red. HEX triplet: D2, 20 and 92. RGB value is (210,32,146). Sum of RGB (Red+Green+Blue) = 210+32+146=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D22092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22092 is #2DDF6D. Grayscale: #616161. Windows color (decimal): -3006318 or 9576658. OLE color: 9576658.
HSL color Cylindrical-coordinate representation of color #D22092: hue angle of 321.57º 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 #D22092 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 146 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.18 |
| HSL | 321.57º | 0.74% | 0.47% | - |
| HSV(B) | 321.57º | 0.85% | 0.82% | - |
| XYZ | 32.28 | 16.81 | 28.74 | - |
| YUV | 98.22 | 154.97 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 146 | 0 | 0.85 | 0.30 | 0.18 | 321.57 | 0.74 | 0.47 |
| Hex | D2 | 20 | 92 | 0 | 55 | 1E | 12 | 142 | 4A | 2F |
| Octal | 322 | 40 | 222 | 0 | 125 | 36 | 22 | 502 | 112 | 57 |
| Binary | 11010010 | 100000 | 10010010 | 0 | 1010101 | 11110 | 10010 | 101000010 | 1001010 | 101111 |
Color Harmonies of #D22092
Complementary color
Monochromatic Colors of #D22092
Black with #D22092
Text Example
Text Example
White with #D22092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22092; }
p { color: rgb(210,32,146); }
H1.HeaderClassName
{
color: #D22092;
}
.AnyTagClassName
{
color: #D22092;
}
</style>
background-color css
<style>
a { background-color: #D22092; }
a { background-color: rgb(210,32,146); }
div.DivClassName
{
background-color: #D22092;
}
.BgClassName
{
background-color: #D22092;
}
</style>
border-color css
<style>
span { border-color: #D22092; }
span { border-color: rgb(210,32,146); }
td.TdClassName
{
border-color: #D22092;
}
.TagClassName
{
border-color: #D22092;
}
</style>