Shades of Medium Violet Red #D21FAC
Tints of Medium Violet Red #D21FAC
RGB
CMYK
RGB Variations
Color information
#D21FAC (or 0xD21FAC) is known color: Medium Violet Red. HEX triplet: D2, 1F and AC. RGB value is (210,31,172). Sum of RGB (Red+Green+Blue) = 210+31+172=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAC is #2DE053. Grayscale: #646464. Windows color (decimal): -3006548 or 11280338. OLE color: 11280338.
HSL color Cylindrical-coordinate representation of color #D21FAC: hue angle of 312.74º 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 #D21FAC is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 172 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.18 |
| HSL | 312.74º | 0.74% | 0.47% | - |
| HSV(B) | 312.74º | 0.85% | 0.82% | - |
| XYZ | 34.51 | 17.66 | 40.62 | - |
| YUV | 100.6 | 168.3 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 172 | 0 | 0.85 | 0.18 | 0.18 | 312.74 | 0.74 | 0.47 |
| Hex | D2 | 1F | AC | 0 | 55 | 12 | 12 | 139 | 4A | 2F |
| Octal | 322 | 37 | 254 | 0 | 125 | 22 | 22 | 471 | 112 | 57 |
| Binary | 11010010 | 11111 | 10101100 | 0 | 1010101 | 10010 | 10010 | 100111001 | 1001010 | 101111 |
Color Harmonies of #D21FAC
Complementary color
Monochromatic Colors of #D21FAC
Black with #D21FAC
Text Example
Text Example
White with #D21FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FAC; }
p { color: rgb(210,31,172); }
H1.HeaderClassName
{
color: #D21FAC;
}
.AnyTagClassName
{
color: #D21FAC;
}
</style>
background-color css
<style>
a { background-color: #D21FAC; }
a { background-color: rgb(210,31,172); }
div.DivClassName
{
background-color: #D21FAC;
}
.BgClassName
{
background-color: #D21FAC;
}
</style>
border-color css
<style>
span { border-color: #D21FAC; }
span { border-color: rgb(210,31,172); }
td.TdClassName
{
border-color: #D21FAC;
}
.TagClassName
{
border-color: #D21FAC;
}
</style>