Shades of Medium Violet Red #D21FA2
Tints of Medium Violet Red #D21FA2
RGB
CMYK
RGB Variations
Color information
#D21FA2 (or 0xD21FA2) is known color: Medium Violet Red. HEX triplet: D2, 1F and A2. RGB value is (210,31,162). Sum of RGB (Red+Green+Blue) = 210+31+162=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FA2 is #2DE05D. Grayscale: #636363. Windows color (decimal): -3006558 or 10624978. OLE color: 10624978.
HSL color Cylindrical-coordinate representation of color #D21FA2: hue angle of 316.09º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21FA2 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 162 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.18 |
| HSL | 316.09º | 0.74% | 0.47% | - |
| HSV(B) | 316.09º | 0.85% | 0.82% | - |
| XYZ | 33.59 | 17.29 | 35.75 | - |
| YUV | 99.46 | 163.3 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 162 | 0 | 0.85 | 0.23 | 0.18 | 316.09 | 0.74 | 0.47 |
| Hex | D2 | 1F | A2 | 0 | 55 | 17 | 12 | 13C | 4A | 2F |
| Octal | 322 | 37 | 242 | 0 | 125 | 27 | 22 | 474 | 112 | 57 |
| Binary | 11010010 | 11111 | 10100010 | 0 | 1010101 | 10111 | 10010 | 100111100 | 1001010 | 101111 |
Color Harmonies of #D21FA2
Complementary color
Monochromatic Colors of #D21FA2
Black with #D21FA2
Text Example
Text Example
White with #D21FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FA2; }
p { color: rgb(210,31,162); }
H1.HeaderClassName
{
color: #D21FA2;
}
.AnyTagClassName
{
color: #D21FA2;
}
</style>
background-color css
<style>
a { background-color: #D21FA2; }
a { background-color: rgb(210,31,162); }
div.DivClassName
{
background-color: #D21FA2;
}
.BgClassName
{
background-color: #D21FA2;
}
</style>
border-color css
<style>
span { border-color: #D21FA2; }
span { border-color: rgb(210,31,162); }
td.TdClassName
{
border-color: #D21FA2;
}
.TagClassName
{
border-color: #D21FA2;
}
</style>