Shades of Medium Violet Red #D21A83
Tints of Medium Violet Red #D21A83
RGB
CMYK
RGB Variations
Color information
#D21A83 (or 0xD21A83) is known color: Medium Violet Red. HEX triplet: D2, 1A and 83. RGB value is (210,26,131). Sum of RGB (Red+Green+Blue) = 210+26+131=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A83 is #2DE57C. Grayscale: #5C5C5C. Windows color (decimal): -3007869 or 8592082. OLE color: 8592082.
HSL color Cylindrical-coordinate representation of color #D21A83: hue angle of 325.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A83 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 131 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.18 |
| HSL | 325.76º | 0.78% | 0.46% | - |
| HSV(B) | 325.76º | 0.88% | 0.82% | - |
| XYZ | 31.04 | 16.08 | 22.94 | - |
| YUV | 92.99 | 149.46 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 131 | 0 | 0.88 | 0.38 | 0.18 | 325.76 | 0.78 | 0.46 |
| Hex | D2 | 1A | 83 | 0 | 58 | 26 | 12 | 146 | 4E | 2E |
| Octal | 322 | 32 | 203 | 0 | 130 | 46 | 22 | 506 | 116 | 56 |
| Binary | 11010010 | 11010 | 10000011 | 0 | 1011000 | 100110 | 10010 | 101000110 | 1001110 | 101110 |
Color Harmonies of #D21A83
Complementary color
Monochromatic Colors of #D21A83
Black with #D21A83
Text Example
Text Example
White with #D21A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A83; }
p { color: rgb(210,26,131); }
H1.HeaderClassName
{
color: #D21A83;
}
.AnyTagClassName
{
color: #D21A83;
}
</style>
background-color css
<style>
a { background-color: #D21A83; }
a { background-color: rgb(210,26,131); }
div.DivClassName
{
background-color: #D21A83;
}
.BgClassName
{
background-color: #D21A83;
}
</style>
border-color css
<style>
span { border-color: #D21A83; }
span { border-color: rgb(210,26,131); }
td.TdClassName
{
border-color: #D21A83;
}
.TagClassName
{
border-color: #D21A83;
}
</style>