Shades of Medium Violet Red #D22084
Tints of Medium Violet Red #D22084
RGB
CMYK
RGB Variations
Color information
#D22084 (or 0xD22084) is known color: Medium Violet Red. HEX triplet: D2, 20 and 84. RGB value is (210,32,132). Sum of RGB (Red+Green+Blue) = 210+32+132=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D22084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22084 is #2DDF7B. Grayscale: #606060. Windows color (decimal): -3006332 or 8659154. OLE color: 8659154.
HSL color Cylindrical-coordinate representation of color #D22084: hue angle of 326.29º 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 #D22084 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 132 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.18 |
| HSL | 326.29º | 0.74% | 0.47% | - |
| HSV(B) | 326.29º | 0.85% | 0.82% | - |
| XYZ | 31.26 | 16.4 | 23.35 | - |
| YUV | 96.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 132 | 0 | 0.85 | 0.37 | 0.18 | 326.29 | 0.74 | 0.47 |
| Hex | D2 | 20 | 84 | 0 | 55 | 25 | 12 | 146 | 4A | 2F |
| Octal | 322 | 40 | 204 | 0 | 125 | 45 | 22 | 506 | 112 | 57 |
| Binary | 11010010 | 100000 | 10000100 | 0 | 1010101 | 100101 | 10010 | 101000110 | 1001010 | 101111 |
Color Harmonies of #D22084
Complementary color
Monochromatic Colors of #D22084
Black with #D22084
Text Example
Text Example
White with #D22084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22084; }
p { color: rgb(210,32,132); }
H1.HeaderClassName
{
color: #D22084;
}
.AnyTagClassName
{
color: #D22084;
}
</style>
background-color css
<style>
a { background-color: #D22084; }
a { background-color: rgb(210,32,132); }
div.DivClassName
{
background-color: #D22084;
}
.BgClassName
{
background-color: #D22084;
}
</style>
border-color css
<style>
span { border-color: #D22084; }
span { border-color: rgb(210,32,132); }
td.TdClassName
{
border-color: #D22084;
}
.TagClassName
{
border-color: #D22084;
}
</style>