Shades of Medium Violet Red #D22082
Tints of Medium Violet Red #D22082
RGB
CMYK
RGB Variations
Color information
#D22082 (or 0xD22082) is known color: Medium Violet Red. HEX triplet: D2, 20 and 82. RGB value is (210,32,130). Sum of RGB (Red+Green+Blue) = 210+32+130=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D22082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22082 is #2DDF7D. Grayscale: #606060. Windows color (decimal): -3006334 or 8528082. OLE color: 8528082.
HSL color Cylindrical-coordinate representation of color #D22082: hue angle of 326.97º 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 #D22082 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 130 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.18 |
| HSL | 326.97º | 0.74% | 0.47% | - |
| HSV(B) | 326.97º | 0.85% | 0.82% | - |
| XYZ | 31.12 | 16.35 | 22.63 | - |
| YUV | 96.39 | 146.97 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 130 | 0 | 0.85 | 0.38 | 0.18 | 326.97 | 0.74 | 0.47 |
| Hex | D2 | 20 | 82 | 0 | 55 | 26 | 12 | 147 | 4A | 2F |
| Octal | 322 | 40 | 202 | 0 | 125 | 46 | 22 | 507 | 112 | 57 |
| Binary | 11010010 | 100000 | 10000010 | 0 | 1010101 | 100110 | 10010 | 101000111 | 1001010 | 101111 |
Color Harmonies of #D22082
Complementary color
Monochromatic Colors of #D22082
Black with #D22082
Text Example
Text Example
White with #D22082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22082; }
p { color: rgb(210,32,130); }
H1.HeaderClassName
{
color: #D22082;
}
.AnyTagClassName
{
color: #D22082;
}
</style>
background-color css
<style>
a { background-color: #D22082; }
a { background-color: rgb(210,32,130); }
div.DivClassName
{
background-color: #D22082;
}
.BgClassName
{
background-color: #D22082;
}
</style>
border-color css
<style>
span { border-color: #D22082; }
span { border-color: rgb(210,32,130); }
td.TdClassName
{
border-color: #D22082;
}
.TagClassName
{
border-color: #D22082;
}
</style>