Shades of Medium Violet Red #D21BAC
Tints of Medium Violet Red #D21BAC
RGB
CMYK
RGB Variations
Color information
#D21BAC (or 0xD21BAC) is known color: Medium Violet Red. HEX triplet: D2, 1B and AC. RGB value is (210,27,172). Sum of RGB (Red+Green+Blue) = 210+27+172=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAC is #2DE453. Grayscale: #616161. Windows color (decimal): -3007572 or 11279314. OLE color: 11279314.
HSL color Cylindrical-coordinate representation of color #D21BAC: hue angle of 312.46º 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 #D21BAC is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 172 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.18 |
| HSL | 312.46º | 0.77% | 0.46% | - |
| HSV(B) | 312.46º | 0.87% | 0.82% | - |
| XYZ | 34.42 | 17.46 | 40.59 | - |
| YUV | 98.25 | 169.63 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 172 | 0 | 0.87 | 0.18 | 0.18 | 312.46 | 0.77 | 0.46 |
| Hex | D2 | 1B | AC | 0 | 57 | 12 | 12 | 138 | 4D | 2E |
| Octal | 322 | 33 | 254 | 0 | 127 | 22 | 22 | 470 | 115 | 56 |
| Binary | 11010010 | 11011 | 10101100 | 0 | 1010111 | 10010 | 10010 | 100111000 | 1001101 | 101110 |
Color Harmonies of #D21BAC
Complementary color
Monochromatic Colors of #D21BAC
Black with #D21BAC
Text Example
Text Example
White with #D21BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BAC; }
p { color: rgb(210,27,172); }
H1.HeaderClassName
{
color: #D21BAC;
}
.AnyTagClassName
{
color: #D21BAC;
}
</style>
background-color css
<style>
a { background-color: #D21BAC; }
a { background-color: rgb(210,27,172); }
div.DivClassName
{
background-color: #D21BAC;
}
.BgClassName
{
background-color: #D21BAC;
}
</style>
border-color css
<style>
span { border-color: #D21BAC; }
span { border-color: rgb(210,27,172); }
td.TdClassName
{
border-color: #D21BAC;
}
.TagClassName
{
border-color: #D21BAC;
}
</style>