Shades of Medium Violet Red #D21A8A
Tints of Medium Violet Red #D21A8A
RGB
CMYK
RGB Variations
Color information
#D21A8A (or 0xD21A8A) is known color: Medium Violet Red. HEX triplet: D2, 1A and 8A. RGB value is (210,26,138). Sum of RGB (Red+Green+Blue) = 210+26+138=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A8A is #2DE575. Grayscale: #5D5D5D. Windows color (decimal): -3007862 or 9050834. OLE color: 9050834.
HSL color Cylindrical-coordinate representation of color #D21A8A: hue angle of 323.48º 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 #D21A8A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 138 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.18 |
| HSL | 323.48º | 0.78% | 0.46% | - |
| HSV(B) | 323.48º | 0.88% | 0.82% | - |
| XYZ | 31.54 | 16.28 | 25.52 | - |
| YUV | 93.78 | 152.96 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 138 | 0 | 0.88 | 0.34 | 0.18 | 323.48 | 0.78 | 0.46 |
| Hex | D2 | 1A | 8A | 0 | 58 | 22 | 12 | 143 | 4E | 2E |
| Octal | 322 | 32 | 212 | 0 | 130 | 42 | 22 | 503 | 116 | 56 |
| Binary | 11010010 | 11010 | 10001010 | 0 | 1011000 | 100010 | 10010 | 101000011 | 1001110 | 101110 |
Color Harmonies of #D21A8A
Complementary color
Monochromatic Colors of #D21A8A
Black with #D21A8A
Text Example
Text Example
White with #D21A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A8A; }
p { color: rgb(210,26,138); }
H1.HeaderClassName
{
color: #D21A8A;
}
.AnyTagClassName
{
color: #D21A8A;
}
</style>
background-color css
<style>
a { background-color: #D21A8A; }
a { background-color: rgb(210,26,138); }
div.DivClassName
{
background-color: #D21A8A;
}
.BgClassName
{
background-color: #D21A8A;
}
</style>
border-color css
<style>
span { border-color: #D21A8A; }
span { border-color: rgb(210,26,138); }
td.TdClassName
{
border-color: #D21A8A;
}
.TagClassName
{
border-color: #D21A8A;
}
</style>