Shades of Medium Violet Red #D21DA5
Tints of Medium Violet Red #D21DA5
RGB
CMYK
RGB Variations
Color information
#D21DA5 (or 0xD21DA5) is known color: Medium Violet Red. HEX triplet: D2, 1D and A5. RGB value is (210,29,165). Sum of RGB (Red+Green+Blue) = 210+29+165=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DA5 is #2DE25A. Grayscale: #626262. Windows color (decimal): -3007067 or 10821074. OLE color: 10821074.
HSL color Cylindrical-coordinate representation of color #D21DA5: hue angle of 314.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 #D21DA5 is Cyan = 0, Magento = 0.86, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 165 | - |
| CMYK | 0 | 0.86 | 0.21 | 0.18 |
| HSL | 314.92º | 0.76% | 0.47% | - |
| HSV(B) | 314.92º | 0.86% | 0.82% | - |
| XYZ | 33.81 | 17.3 | 37.15 | - |
| YUV | 98.62 | 165.47 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 165 | 0 | 0.86 | 0.21 | 0.18 | 314.92 | 0.76 | 0.47 |
| Hex | D2 | 1D | A5 | 0 | 56 | 15 | 12 | 13B | 4C | 2F |
| Octal | 322 | 35 | 245 | 0 | 126 | 25 | 22 | 473 | 114 | 57 |
| Binary | 11010010 | 11101 | 10100101 | 0 | 1010110 | 10101 | 10010 | 100111011 | 1001100 | 101111 |
Color Harmonies of #D21DA5
Complementary color
Monochromatic Colors of #D21DA5
Black with #D21DA5
Text Example
Text Example
White with #D21DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DA5; }
p { color: rgb(210,29,165); }
H1.HeaderClassName
{
color: #D21DA5;
}
.AnyTagClassName
{
color: #D21DA5;
}
</style>
background-color css
<style>
a { background-color: #D21DA5; }
a { background-color: rgb(210,29,165); }
div.DivClassName
{
background-color: #D21DA5;
}
.BgClassName
{
background-color: #D21DA5;
}
</style>
border-color css
<style>
span { border-color: #D21DA5; }
span { border-color: rgb(210,29,165); }
td.TdClassName
{
border-color: #D21DA5;
}
.TagClassName
{
border-color: #D21DA5;
}
</style>