Shades of Medium Violet Red #D21BA5
Tints of Medium Violet Red #D21BA5
RGB
CMYK
RGB Variations
Color information
#D21BA5 (or 0xD21BA5) is known color: Medium Violet Red. HEX triplet: D2, 1B and A5. RGB value is (210,27,165). Sum of RGB (Red+Green+Blue) = 210+27+165=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BA5 is #2DE45A. Grayscale: #616161. Windows color (decimal): -3007579 or 10820562. OLE color: 10820562.
HSL color Cylindrical-coordinate representation of color #D21BA5: hue angle of 314.75º 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 #D21BA5 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 27 | 165 | - |
| CMYK | 0 | 0.87 | 0.21 | 0.18 |
| HSL | 314.75º | 0.77% | 0.46% | - |
| HSV(B) | 314.75º | 0.87% | 0.82% | - |
| XYZ | 33.76 | 17.2 | 37.14 | - |
| YUV | 97.45 | 166.13 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 27 | 165 | 0 | 0.87 | 0.21 | 0.18 | 314.75 | 0.77 | 0.46 |
| Hex | D2 | 1B | A5 | 0 | 57 | 15 | 12 | 13B | 4D | 2E |
| Octal | 322 | 33 | 245 | 0 | 127 | 25 | 22 | 473 | 115 | 56 |
| Binary | 11010010 | 11011 | 10100101 | 0 | 1010111 | 10101 | 10010 | 100111011 | 1001101 | 101110 |
Color Harmonies of #D21BA5
Complementary color
Monochromatic Colors of #D21BA5
Black with #D21BA5
Text Example
Text Example
White with #D21BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21BA5; }
p { color: rgb(210,27,165); }
H1.HeaderClassName
{
color: #D21BA5;
}
.AnyTagClassName
{
color: #D21BA5;
}
</style>
background-color css
<style>
a { background-color: #D21BA5; }
a { background-color: rgb(210,27,165); }
div.DivClassName
{
background-color: #D21BA5;
}
.BgClassName
{
background-color: #D21BA5;
}
</style>
border-color css
<style>
span { border-color: #D21BA5; }
span { border-color: rgb(210,27,165); }
td.TdClassName
{
border-color: #D21BA5;
}
.TagClassName
{
border-color: #D21BA5;
}
</style>