Shades of Medium Violet Red #D21DAC
Tints of Medium Violet Red #D21DAC
RGB
CMYK
RGB Variations
Color information
#D21DAC (or 0xD21DAC) is known color: Medium Violet Red. HEX triplet: D2, 1D and AC. RGB value is (210,29,172). Sum of RGB (Red+Green+Blue) = 210+29+172=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DAC is #2DE253. Grayscale: #636363. Windows color (decimal): -3007060 or 11279826. OLE color: 11279826.
HSL color Cylindrical-coordinate representation of color #D21DAC: hue angle of 312.6º 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 #D21DAC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 172 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.18 |
| HSL | 312.6º | 0.76% | 0.47% | - |
| HSV(B) | 312.6º | 0.86% | 0.82% | - |
| XYZ | 34.46 | 17.56 | 40.6 | - |
| YUV | 99.42 | 168.97 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 172 | 0 | 0.86 | 0.18 | 0.18 | 312.6 | 0.76 | 0.47 |
| Hex | D2 | 1D | AC | 0 | 56 | 12 | 12 | 139 | 4C | 2F |
| Octal | 322 | 35 | 254 | 0 | 126 | 22 | 22 | 471 | 114 | 57 |
| Binary | 11010010 | 11101 | 10101100 | 0 | 1010110 | 10010 | 10010 | 100111001 | 1001100 | 101111 |
Color Harmonies of #D21DAC
Complementary color
Monochromatic Colors of #D21DAC
Black with #D21DAC
Text Example
Text Example
White with #D21DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DAC; }
p { color: rgb(210,29,172); }
H1.HeaderClassName
{
color: #D21DAC;
}
.AnyTagClassName
{
color: #D21DAC;
}
</style>
background-color css
<style>
a { background-color: #D21DAC; }
a { background-color: rgb(210,29,172); }
div.DivClassName
{
background-color: #D21DAC;
}
.BgClassName
{
background-color: #D21DAC;
}
</style>
border-color css
<style>
span { border-color: #D21DAC; }
span { border-color: rgb(210,29,172); }
td.TdClassName
{
border-color: #D21DAC;
}
.TagClassName
{
border-color: #D21DAC;
}
</style>