Shades of Medium Violet Red #D22074
Tints of Medium Violet Red #D22074
RGB
CMYK
RGB Variations
Color information
#D22074 (or 0xD22074) is known color: Medium Violet Red. HEX triplet: D2, 20 and 74. RGB value is (210,32,116). Sum of RGB (Red+Green+Blue) = 210+32+116=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 32 (12.89% from 255 or 8.94% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D22074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22074 is #2DDF8B. Grayscale: #5E5E5E. Windows color (decimal): -3006348 or 7610578. OLE color: 7610578.
HSL color Cylindrical-coordinate representation of color #D22074: hue angle of 331.69º 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 #D22074 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 32 | 116 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.18 |
| HSL | 331.69º | 0.74% | 0.47% | - |
| HSV(B) | 331.69º | 0.85% | 0.82% | - |
| XYZ | 30.25 | 16 | 18.02 | - |
| YUV | 94.8 | 139.97 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 32 | 116 | 0 | 0.85 | 0.45 | 0.18 | 331.69 | 0.74 | 0.47 |
| Hex | D2 | 20 | 74 | 0 | 55 | 2D | 12 | 14C | 4A | 2F |
| Octal | 322 | 40 | 164 | 0 | 125 | 55 | 22 | 514 | 112 | 57 |
| Binary | 11010010 | 100000 | 1110100 | 0 | 1010101 | 101101 | 10010 | 101001100 | 1001010 | 101111 |
Color Harmonies of #D22074
Complementary color
Monochromatic Colors of #D22074
Black with #D22074
Text Example
Text Example
White with #D22074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22074; }
p { color: rgb(210,32,116); }
H1.HeaderClassName
{
color: #D22074;
}
.AnyTagClassName
{
color: #D22074;
}
</style>
background-color css
<style>
a { background-color: #D22074; }
a { background-color: rgb(210,32,116); }
div.DivClassName
{
background-color: #D22074;
}
.BgClassName
{
background-color: #D22074;
}
</style>
border-color css
<style>
span { border-color: #D22074; }
span { border-color: rgb(210,32,116); }
td.TdClassName
{
border-color: #D22074;
}
.TagClassName
{
border-color: #D22074;
}
</style>