Shades of Medium Violet Red #D21DA4
Tints of Medium Violet Red #D21DA4
RGB
CMYK
RGB Variations
Color information
#D21DA4 (or 0xD21DA4) is known color: Medium Violet Red. HEX triplet: D2, 1D and A4. RGB value is (210,29,164). Sum of RGB (Red+Green+Blue) = 210+29+164=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DA4 is #2DE25B. Grayscale: #626262. Windows color (decimal): -3007068 or 10755538. OLE color: 10755538.
HSL color Cylindrical-coordinate representation of color #D21DA4: hue angle of 315.25º 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 #D21DA4 is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 164 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.18 |
| HSL | 315.25º | 0.76% | 0.47% | - |
| HSV(B) | 315.25º | 0.86% | 0.82% | - |
| XYZ | 33.72 | 17.26 | 36.68 | - |
| YUV | 98.51 | 164.97 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 164 | 0 | 0.86 | 0.22 | 0.18 | 315.25 | 0.76 | 0.47 |
| Hex | D2 | 1D | A4 | 0 | 56 | 16 | 12 | 13B | 4C | 2F |
| Octal | 322 | 35 | 244 | 0 | 126 | 26 | 22 | 473 | 114 | 57 |
| Binary | 11010010 | 11101 | 10100100 | 0 | 1010110 | 10110 | 10010 | 100111011 | 1001100 | 101111 |
Color Harmonies of #D21DA4
Complementary color
Monochromatic Colors of #D21DA4
Black with #D21DA4
Text Example
Text Example
White with #D21DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DA4; }
p { color: rgb(210,29,164); }
H1.HeaderClassName
{
color: #D21DA4;
}
.AnyTagClassName
{
color: #D21DA4;
}
</style>
background-color css
<style>
a { background-color: #D21DA4; }
a { background-color: rgb(210,29,164); }
div.DivClassName
{
background-color: #D21DA4;
}
.BgClassName
{
background-color: #D21DA4;
}
</style>
border-color css
<style>
span { border-color: #D21DA4; }
span { border-color: rgb(210,29,164); }
td.TdClassName
{
border-color: #D21DA4;
}
.TagClassName
{
border-color: #D21DA4;
}
</style>