Shades of Medium Violet Red #D21BAA
Tints of Medium Violet Red #D21BAA
RGB
CMYK
RGB Variations
Color information
#D21BAA (or 0xD21BAA) is known color: Medium Violet Red. HEX triplet: D2, 1B and AA. RGB value is (210,27,170). Sum of RGB (Red+Green+Blue) = 210+27+170=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAA is #2DE455. Grayscale: #616161. Windows color (decimal): -3007574 or 11148242. OLE color: 11148242.
HSL color Cylindrical-coordinate representation of color #D21BAA: hue angle of 313.11º 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 #D21BAA is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 170 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.18 |
| HSL | 313.11º | 0.77% | 0.46% | - |
| HSV(B) | 313.11º | 0.87% | 0.82% | - |
| XYZ | 34.23 | 17.39 | 39.58 | - |
| YUV | 98.02 | 168.63 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 170 | 0 | 0.87 | 0.19 | 0.18 | 313.11 | 0.77 | 0.46 |
| Hex | D2 | 1B | AA | 0 | 57 | 13 | 12 | 139 | 4D | 2E |
| Octal | 322 | 33 | 252 | 0 | 127 | 23 | 22 | 471 | 115 | 56 |
| Binary | 11010010 | 11011 | 10101010 | 0 | 1010111 | 10011 | 10010 | 100111001 | 1001101 | 101110 |
Color Harmonies of #D21BAA
Complementary color
Monochromatic Colors of #D21BAA
Black with #D21BAA
Text Example
Text Example
White with #D21BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BAA; }
p { color: rgb(210,27,170); }
H1.HeaderClassName
{
color: #D21BAA;
}
.AnyTagClassName
{
color: #D21BAA;
}
</style>
background-color css
<style>
a { background-color: #D21BAA; }
a { background-color: rgb(210,27,170); }
div.DivClassName
{
background-color: #D21BAA;
}
.BgClassName
{
background-color: #D21BAA;
}
</style>
border-color css
<style>
span { border-color: #D21BAA; }
span { border-color: rgb(210,27,170); }
td.TdClassName
{
border-color: #D21BAA;
}
.TagClassName
{
border-color: #D21BAA;
}
</style>