Shades of Medium Violet Red #D22076
Tints of Medium Violet Red #D22076
RGB
CMYK
RGB Variations
Color information
#D22076 (or 0xD22076) is known color: Medium Violet Red. HEX triplet: D2, 20 and 76. RGB value is (210,32,118). Sum of RGB (Red+Green+Blue) = 210+32+118=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D22076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22076 is #2DDF89. Grayscale: #5E5E5E. Windows color (decimal): -3006346 or 7741650. OLE color: 7741650.
HSL color Cylindrical-coordinate representation of color #D22076: hue angle of 331.01º 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 #D22076 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 118 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.18 |
| HSL | 331.01º | 0.74% | 0.47% | - |
| HSV(B) | 331.01º | 0.85% | 0.82% | - |
| XYZ | 30.36 | 16.04 | 18.64 | - |
| YUV | 95.03 | 140.97 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 118 | 0 | 0.85 | 0.44 | 0.18 | 331.01 | 0.74 | 0.47 |
| Hex | D2 | 20 | 76 | 0 | 55 | 2C | 12 | 14B | 4A | 2F |
| Octal | 322 | 40 | 166 | 0 | 125 | 54 | 22 | 513 | 112 | 57 |
| Binary | 11010010 | 100000 | 1110110 | 0 | 1010101 | 101100 | 10010 | 101001011 | 1001010 | 101111 |
Color Harmonies of #D22076
Complementary color
Monochromatic Colors of #D22076
Black with #D22076
Text Example
Text Example
White with #D22076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22076; }
p { color: rgb(210,32,118); }
H1.HeaderClassName
{
color: #D22076;
}
.AnyTagClassName
{
color: #D22076;
}
</style>
background-color css
<style>
a { background-color: #D22076; }
a { background-color: rgb(210,32,118); }
div.DivClassName
{
background-color: #D22076;
}
.BgClassName
{
background-color: #D22076;
}
</style>
border-color css
<style>
span { border-color: #D22076; }
span { border-color: rgb(210,32,118); }
td.TdClassName
{
border-color: #D22076;
}
.TagClassName
{
border-color: #D22076;
}
</style>