Shades of Medium Violet Red #D21882
Tints of Medium Violet Red #D21882
RGB
CMYK
RGB Variations
Color information
#D21882 (or 0xD21882) is known color: Medium Violet Red. HEX triplet: D2, 18 and 82. RGB value is (210,24,130). Sum of RGB (Red+Green+Blue) = 210+24+130=364 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.69% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 210 - color contains mainly: red. Hex color #D21882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21882 is #2DE77D. Grayscale: #5B5B5B. Windows color (decimal): -3008382 or 8526034. OLE color: 8526034.
HSL color Cylindrical-coordinate representation of color #D21882: hue angle of 325.81º degrees, saturation: 0.79, 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 #D21882 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.18 |
| HSL | 325.81º | 0.79% | 0.46% | - |
| HSV(B) | 325.81º | 0.89% | 0.82% | - |
| XYZ | 30.93 | 15.97 | 22.57 | - |
| YUV | 91.7 | 149.62 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 130 | 0 | 0.89 | 0.38 | 0.18 | 325.81 | 0.79 | 0.46 |
| Hex | D2 | 18 | 82 | 0 | 59 | 26 | 12 | 146 | 4F | 2E |
| Octal | 322 | 30 | 202 | 0 | 131 | 46 | 22 | 506 | 117 | 56 |
| Binary | 11010010 | 11000 | 10000010 | 0 | 1011001 | 100110 | 10010 | 101000110 | 1001111 | 101110 |
Color Harmonies of #D21882
Complementary color
Monochromatic Colors of #D21882
Black with #D21882
Text Example
Text Example
White with #D21882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21882; }
p { color: rgb(210,24,130); }
H1.HeaderClassName
{
color: #D21882;
}
.AnyTagClassName
{
color: #D21882;
}
</style>
background-color css
<style>
a { background-color: #D21882; }
a { background-color: rgb(210,24,130); }
div.DivClassName
{
background-color: #D21882;
}
.BgClassName
{
background-color: #D21882;
}
</style>
border-color css
<style>
span { border-color: #D21882; }
span { border-color: rgb(210,24,130); }
td.TdClassName
{
border-color: #D21882;
}
.TagClassName
{
border-color: #D21882;
}
</style>