Shades of Medium Violet Red #D21FAB
Tints of Medium Violet Red #D21FAB
RGB
CMYK
RGB Variations
Color information
#D21FAB (or 0xD21FAB) is known color: Medium Violet Red. HEX triplet: D2, 1F and AB. RGB value is (210,31,171). Sum of RGB (Red+Green+Blue) = 210+31+171=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FAB is #2DE054. Grayscale: #646464. Windows color (decimal): -3006549 or 11214802. OLE color: 11214802.
HSL color Cylindrical-coordinate representation of color #D21FAB: hue angle of 313.07º 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 #D21FAB is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 171 | - |
| CMYK | 0 | 0.85 | 0.19 | 0.18 |
| HSL | 313.07º | 0.74% | 0.47% | - |
| HSV(B) | 313.07º | 0.85% | 0.82% | - |
| XYZ | 34.42 | 17.62 | 40.12 | - |
| YUV | 100.48 | 167.8 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 171 | 0 | 0.85 | 0.19 | 0.18 | 313.07 | 0.74 | 0.47 |
| Hex | D2 | 1F | AB | 0 | 55 | 13 | 12 | 139 | 4A | 2F |
| Octal | 322 | 37 | 253 | 0 | 125 | 23 | 22 | 471 | 112 | 57 |
| Binary | 11010010 | 11111 | 10101011 | 0 | 1010101 | 10011 | 10010 | 100111001 | 1001010 | 101111 |
Color Harmonies of #D21FAB
Complementary color
Monochromatic Colors of #D21FAB
Black with #D21FAB
Text Example
Text Example
White with #D21FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FAB; }
p { color: rgb(210,31,171); }
H1.HeaderClassName
{
color: #D21FAB;
}
.AnyTagClassName
{
color: #D21FAB;
}
</style>
background-color css
<style>
a { background-color: #D21FAB; }
a { background-color: rgb(210,31,171); }
div.DivClassName
{
background-color: #D21FAB;
}
.BgClassName
{
background-color: #D21FAB;
}
</style>
border-color css
<style>
span { border-color: #D21FAB; }
span { border-color: rgb(210,31,171); }
td.TdClassName
{
border-color: #D21FAB;
}
.TagClassName
{
border-color: #D21FAB;
}
</style>