Shades of Medium Violet Red #D21182
Tints of Medium Violet Red #D21182
RGB
CMYK
RGB Variations
Color information
#D21182 (or 0xD21182) is known color: Medium Violet Red. HEX triplet: D2, 11 and 82. RGB value is (210,17,130). Sum of RGB (Red+Green+Blue) = 210+17+130=357 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.82% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 210 - color contains mainly: red. Hex color #D21182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21182 is #2DEE7D. Grayscale: #575757. Windows color (decimal): -3010174 or 8524242. OLE color: 8524242.
HSL color Cylindrical-coordinate representation of color #D21182: hue angle of 324.87º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21182 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 130 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.18 |
| HSL | 324.87º | 0.85% | 0.45% | - |
| HSV(B) | 324.87º | 0.92% | 0.82% | - |
| XYZ | 30.81 | 15.71 | 22.53 | - |
| YUV | 87.59 | 151.94 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 130 | 0 | 0.92 | 0.38 | 0.18 | 324.87 | 0.85 | 0.45 |
| Hex | D2 | 11 | 82 | 0 | 5C | 26 | 12 | 145 | 55 | 2D |
| Octal | 322 | 21 | 202 | 0 | 134 | 46 | 22 | 505 | 125 | 55 |
| Binary | 11010010 | 10001 | 10000010 | 0 | 1011100 | 100110 | 10010 | 101000101 | 1010101 | 101101 |
Color Harmonies of #D21182
Complementary color
Monochromatic Colors of #D21182
Black with #D21182
Text Example
Text Example
White with #D21182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21182; }
p { color: rgb(210,17,130); }
H1.HeaderClassName
{
color: #D21182;
}
.AnyTagClassName
{
color: #D21182;
}
</style>
background-color css
<style>
a { background-color: #D21182; }
a { background-color: rgb(210,17,130); }
div.DivClassName
{
background-color: #D21182;
}
.BgClassName
{
background-color: #D21182;
}
</style>
border-color css
<style>
span { border-color: #D21182; }
span { border-color: rgb(210,17,130); }
td.TdClassName
{
border-color: #D21182;
}
.TagClassName
{
border-color: #D21182;
}
</style>