Shades of Medium Violet Red #D21782
Tints of Medium Violet Red #D21782
RGB
CMYK
RGB Variations
Color information
#D21782 (or 0xD21782) is known color: Medium Violet Red. HEX triplet: D2, 17 and 82. RGB value is (210,23,130). Sum of RGB (Red+Green+Blue) = 210+23+130=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D21782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21782 is #2DE87D. Grayscale: #5A5A5A. Windows color (decimal): -3008638 or 8525778. OLE color: 8525778.
HSL color Cylindrical-coordinate representation of color #D21782: hue angle of 325.67º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21782 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 130 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.18 |
| HSL | 325.67º | 0.8% | 0.46% | - |
| HSV(B) | 325.67º | 0.89% | 0.82% | - |
| XYZ | 30.91 | 15.93 | 22.56 | - |
| YUV | 91.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 130 | 0 | 0.89 | 0.38 | 0.18 | 325.67 | 0.8 | 0.46 |
| Hex | D2 | 17 | 82 | 0 | 59 | 26 | 12 | 146 | 50 | 2E |
| Octal | 322 | 27 | 202 | 0 | 131 | 46 | 22 | 506 | 120 | 56 |
| Binary | 11010010 | 10111 | 10000010 | 0 | 1011001 | 100110 | 10010 | 101000110 | 1010000 | 101110 |
Color Harmonies of #D21782
Complementary color
Monochromatic Colors of #D21782
Black with #D21782
Text Example
Text Example
White with #D21782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21782; }
p { color: rgb(210,23,130); }
H1.HeaderClassName
{
color: #D21782;
}
.AnyTagClassName
{
color: #D21782;
}
</style>
background-color css
<style>
a { background-color: #D21782; }
a { background-color: rgb(210,23,130); }
div.DivClassName
{
background-color: #D21782;
}
.BgClassName
{
background-color: #D21782;
}
</style>
border-color css
<style>
span { border-color: #D21782; }
span { border-color: rgb(210,23,130); }
td.TdClassName
{
border-color: #D21782;
}
.TagClassName
{
border-color: #D21782;
}
</style>