Shades of Medium Violet Red #D21A8E
Tints of Medium Violet Red #D21A8E
RGB
CMYK
RGB Variations
Color information
#D21A8E (or 0xD21A8E) is known color: Medium Violet Red. HEX triplet: D2, 1A and 8E. RGB value is (210,26,142). Sum of RGB (Red+Green+Blue) = 210+26+142=378 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.56% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A8E is #2DE571. Grayscale: #5D5D5D. Windows color (decimal): -3007858 or 9312978. OLE color: 9312978.
HSL color Cylindrical-coordinate representation of color #D21A8E: hue angle of 322.17º 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 #D21A8E is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 142 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.18 |
| HSL | 322.17º | 0.78% | 0.46% | - |
| HSV(B) | 322.17º | 0.88% | 0.82% | - |
| XYZ | 31.83 | 16.39 | 27.08 | - |
| YUV | 94.24 | 154.96 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 142 | 0 | 0.88 | 0.32 | 0.18 | 322.17 | 0.78 | 0.46 |
| Hex | D2 | 1A | 8E | 0 | 58 | 20 | 12 | 142 | 4E | 2E |
| Octal | 322 | 32 | 216 | 0 | 130 | 40 | 22 | 502 | 116 | 56 |
| Binary | 11010010 | 11010 | 10001110 | 0 | 1011000 | 100000 | 10010 | 101000010 | 1001110 | 101110 |
Color Harmonies of #D21A8E
Complementary color
Monochromatic Colors of #D21A8E
Black with #D21A8E
Text Example
Text Example
White with #D21A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A8E; }
p { color: rgb(210,26,142); }
H1.HeaderClassName
{
color: #D21A8E;
}
.AnyTagClassName
{
color: #D21A8E;
}
</style>
background-color css
<style>
a { background-color: #D21A8E; }
a { background-color: rgb(210,26,142); }
div.DivClassName
{
background-color: #D21A8E;
}
.BgClassName
{
background-color: #D21A8E;
}
</style>
border-color css
<style>
span { border-color: #D21A8E; }
span { border-color: rgb(210,26,142); }
td.TdClassName
{
border-color: #D21A8E;
}
.TagClassName
{
border-color: #D21A8E;
}
</style>