Shades of Medium Violet Red #D21BA7
Tints of Medium Violet Red #D21BA7
RGB
CMYK
RGB Variations
Color information
#D21BA7 (or 0xD21BA7) is known color: Medium Violet Red. HEX triplet: D2, 1B and A7. RGB value is (210,27,167). Sum of RGB (Red+Green+Blue) = 210+27+167=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BA7 is #2DE458. Grayscale: #616161. Windows color (decimal): -3007577 or 10951634. OLE color: 10951634.
HSL color Cylindrical-coordinate representation of color #D21BA7: hue angle of 314.1º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21BA7 is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 167 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.18 |
| HSL | 314.1º | 0.77% | 0.46% | - |
| HSV(B) | 314.1º | 0.87% | 0.82% | - |
| XYZ | 33.95 | 17.28 | 38.1 | - |
| YUV | 97.68 | 167.13 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 167 | 0 | 0.87 | 0.20 | 0.18 | 314.1 | 0.77 | 0.46 |
| Hex | D2 | 1B | A7 | 0 | 57 | 14 | 12 | 13A | 4D | 2E |
| Octal | 322 | 33 | 247 | 0 | 127 | 24 | 22 | 472 | 115 | 56 |
| Binary | 11010010 | 11011 | 10100111 | 0 | 1010111 | 10100 | 10010 | 100111010 | 1001101 | 101110 |
Color Harmonies of #D21BA7
Complementary color
Monochromatic Colors of #D21BA7
Black with #D21BA7
Text Example
Text Example
White with #D21BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BA7; }
p { color: rgb(210,27,167); }
H1.HeaderClassName
{
color: #D21BA7;
}
.AnyTagClassName
{
color: #D21BA7;
}
</style>
background-color css
<style>
a { background-color: #D21BA7; }
a { background-color: rgb(210,27,167); }
div.DivClassName
{
background-color: #D21BA7;
}
.BgClassName
{
background-color: #D21BA7;
}
</style>
border-color css
<style>
span { border-color: #D21BA7; }
span { border-color: rgb(210,27,167); }
td.TdClassName
{
border-color: #D21BA7;
}
.TagClassName
{
border-color: #D21BA7;
}
</style>