Shades of Medium Violet Red #D22090
Tints of Medium Violet Red #D22090
RGB
CMYK
RGB Variations
Color information
#D22090 (or 0xD22090) is known color: Medium Violet Red. HEX triplet: D2, 20 and 90. RGB value is (210,32,144). Sum of RGB (Red+Green+Blue) = 210+32+144=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 32 (12.89% from 255 or 8.29% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D22090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22090 is #2DDF6F. Grayscale: #616161. Windows color (decimal): -3006320 or 9445586. OLE color: 9445586.
HSL color Cylindrical-coordinate representation of color #D22090: hue angle of 322.25º 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 #D22090 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 144 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.18 |
| HSL | 322.25º | 0.74% | 0.47% | - |
| HSV(B) | 322.25º | 0.85% | 0.82% | - |
| XYZ | 32.13 | 16.75 | 27.92 | - |
| YUV | 97.99 | 153.97 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 144 | 0 | 0.85 | 0.31 | 0.18 | 322.25 | 0.74 | 0.47 |
| Hex | D2 | 20 | 90 | 0 | 55 | 1F | 12 | 142 | 4A | 2F |
| Octal | 322 | 40 | 220 | 0 | 125 | 37 | 22 | 502 | 112 | 57 |
| Binary | 11010010 | 100000 | 10010000 | 0 | 1010101 | 11111 | 10010 | 101000010 | 1001010 | 101111 |
Color Harmonies of #D22090
Complementary color
Monochromatic Colors of #D22090
Black with #D22090
Text Example
Text Example
White with #D22090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22090; }
p { color: rgb(210,32,144); }
H1.HeaderClassName
{
color: #D22090;
}
.AnyTagClassName
{
color: #D22090;
}
</style>
background-color css
<style>
a { background-color: #D22090; }
a { background-color: rgb(210,32,144); }
div.DivClassName
{
background-color: #D22090;
}
.BgClassName
{
background-color: #D22090;
}
</style>
border-color css
<style>
span { border-color: #D22090; }
span { border-color: rgb(210,32,144); }
td.TdClassName
{
border-color: #D22090;
}
.TagClassName
{
border-color: #D22090;
}
</style>