Shades of Medium Violet Red #D21DA8
Tints of Medium Violet Red #D21DA8
RGB
CMYK
RGB Variations
Color information
#D21DA8 (or 0xD21DA8) is known color: Medium Violet Red. HEX triplet: D2, 1D and A8. RGB value is (210,29,168). Sum of RGB (Red+Green+Blue) = 210+29+168=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DA8 is #2DE257. Grayscale: #626262. Windows color (decimal): -3007064 or 11017682. OLE color: 11017682.
HSL color Cylindrical-coordinate representation of color #D21DA8: hue angle of 313.92º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21DA8 is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 168 | - |
| CMYK | 0 | 0.86 | 0.2 | 0.18 |
| HSL | 313.92º | 0.76% | 0.47% | - |
| HSV(B) | 313.92º | 0.86% | 0.82% | - |
| XYZ | 34.09 | 17.41 | 38.61 | - |
| YUV | 98.97 | 166.97 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 168 | 0 | 0.86 | 0.2 | 0.18 | 313.92 | 0.76 | 0.47 |
| Hex | D2 | 1D | A8 | 0 | 56 | 14 | 12 | 13A | 4C | 2F |
| Octal | 322 | 35 | 250 | 0 | 126 | 24 | 22 | 472 | 114 | 57 |
| Binary | 11010010 | 11101 | 10101000 | 0 | 1010110 | 10100 | 10010 | 100111010 | 1001100 | 101111 |
Color Harmonies of #D21DA8
Complementary color
Monochromatic Colors of #D21DA8
Black with #D21DA8
Text Example
Text Example
White with #D21DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DA8; }
p { color: rgb(210,29,168); }
H1.HeaderClassName
{
color: #D21DA8;
}
.AnyTagClassName
{
color: #D21DA8;
}
</style>
background-color css
<style>
a { background-color: #D21DA8; }
a { background-color: rgb(210,29,168); }
div.DivClassName
{
background-color: #D21DA8;
}
.BgClassName
{
background-color: #D21DA8;
}
</style>
border-color css
<style>
span { border-color: #D21DA8; }
span { border-color: rgb(210,29,168); }
td.TdClassName
{
border-color: #D21DA8;
}
.TagClassName
{
border-color: #D21DA8;
}
</style>