Shades of Medium Violet Red #D021A6
Tints of Medium Violet Red #D021A6
RGB
CMYK
RGB Variations
Color information
#D021A6 (or 0xD021A6) is known color: Medium Violet Red. HEX triplet: D0, 21 and A6. RGB value is (208,33,166). Sum of RGB (Red+Green+Blue) = 208+33+166=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D021A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D021A6 is #2FDE59. Grayscale: #646464. Windows color (decimal): -3137114 or 10887632. OLE color: 10887632.
HSL color Cylindrical-coordinate representation of color #D021A6: hue angle of 314.4º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D021A6 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 33 | 166 | - |
| CMYK | 0 | 0.84 | 0.20 | 0.18 |
| HSL | 314.4º | 0.73% | 0.47% | - |
| HSV(B) | 314.4º | 0.84% | 0.82% | - |
| XYZ | 33.44 | 17.25 | 37.64 | - |
| YUV | 100.49 | 164.98 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 33 | 166 | 0 | 0.84 | 0.20 | 0.18 | 314.4 | 0.73 | 0.47 |
| Hex | D0 | 21 | A6 | 0 | 54 | 14 | 12 | 13A | 49 | 2F |
| Octal | 320 | 41 | 246 | 0 | 124 | 24 | 22 | 472 | 111 | 57 |
| Binary | 11010000 | 100001 | 10100110 | 0 | 1010100 | 10100 | 10010 | 100111010 | 1001001 | 101111 |
Color Harmonies of #D021A6
Complementary color
Monochromatic Colors of #D021A6
Black with #D021A6
Text Example
Text Example
White with #D021A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D021A6; }
p { color: rgb(208,33,166); }
H1.HeaderClassName
{
color: #D021A6;
}
.AnyTagClassName
{
color: #D021A6;
}
</style>
background-color css
<style>
a { background-color: #D021A6; }
a { background-color: rgb(208,33,166); }
div.DivClassName
{
background-color: #D021A6;
}
.BgClassName
{
background-color: #D021A6;
}
</style>
border-color css
<style>
span { border-color: #D021A6; }
span { border-color: rgb(208,33,166); }
td.TdClassName
{
border-color: #D021A6;
}
.TagClassName
{
border-color: #D021A6;
}
</style>