Shades of Medium Violet Red #D21DAB
Tints of Medium Violet Red #D21DAB
RGB
CMYK
RGB Variations
Color information
#D21DAB (or 0xD21DAB) is known color: Medium Violet Red. HEX triplet: D2, 1D and AB. RGB value is (210,29,171). Sum of RGB (Red+Green+Blue) = 210+29+171=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DAB is #2DE254. Grayscale: #626262. Windows color (decimal): -3007061 or 11214290. OLE color: 11214290.
HSL color Cylindrical-coordinate representation of color #D21DAB: hue angle of 312.93º 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 #D21DAB is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 171 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.18 |
| HSL | 312.93º | 0.76% | 0.47% | - |
| HSV(B) | 312.93º | 0.86% | 0.82% | - |
| XYZ | 34.37 | 17.52 | 40.1 | - |
| YUV | 99.31 | 168.47 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 171 | 0 | 0.86 | 0.19 | 0.18 | 312.93 | 0.76 | 0.47 |
| Hex | D2 | 1D | AB | 0 | 56 | 13 | 12 | 139 | 4C | 2F |
| Octal | 322 | 35 | 253 | 0 | 126 | 23 | 22 | 471 | 114 | 57 |
| Binary | 11010010 | 11101 | 10101011 | 0 | 1010110 | 10011 | 10010 | 100111001 | 1001100 | 101111 |
Color Harmonies of #D21DAB
Complementary color
Monochromatic Colors of #D21DAB
Black with #D21DAB
Text Example
Text Example
White with #D21DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21DAB; }
p { color: rgb(210,29,171); }
H1.HeaderClassName
{
color: #D21DAB;
}
.AnyTagClassName
{
color: #D21DAB;
}
</style>
background-color css
<style>
a { background-color: #D21DAB; }
a { background-color: rgb(210,29,171); }
div.DivClassName
{
background-color: #D21DAB;
}
.BgClassName
{
background-color: #D21DAB;
}
</style>
border-color css
<style>
span { border-color: #D21DAB; }
span { border-color: rgb(210,29,171); }
td.TdClassName
{
border-color: #D21DAB;
}
.TagClassName
{
border-color: #D21DAB;
}
</style>