Shades of Medium Violet Red #D21991
Tints of Medium Violet Red #D21991
RGB
CMYK
RGB Variations
Color information
#D21991 (or 0xD21991) is known color: Medium Violet Red. HEX triplet: D2, 19 and 91. RGB value is (210,25,145). Sum of RGB (Red+Green+Blue) = 210+25+145=380 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.26% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 210 - color contains mainly: red. Hex color #D21991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21991 is #2DE66E. Grayscale: #5D5D5D. Windows color (decimal): -3008111 or 9509330. OLE color: 9509330.
HSL color Cylindrical-coordinate representation of color #D21991: hue angle of 321.08º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21991 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 145 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.18 |
| HSL | 321.08º | 0.79% | 0.46% | - |
| HSV(B) | 321.08º | 0.88% | 0.82% | - |
| XYZ | 32.04 | 16.44 | 28.27 | - |
| YUV | 94 | 156.79 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 145 | 0 | 0.88 | 0.31 | 0.18 | 321.08 | 0.79 | 0.46 |
| Hex | D2 | 19 | 91 | 0 | 58 | 1F | 12 | 141 | 4F | 2E |
| Octal | 322 | 31 | 221 | 0 | 130 | 37 | 22 | 501 | 117 | 56 |
| Binary | 11010010 | 11001 | 10010001 | 0 | 1011000 | 11111 | 10010 | 101000001 | 1001111 | 101110 |
Color Harmonies of #D21991
Complementary color
Monochromatic Colors of #D21991
Black with #D21991
Text Example
Text Example
White with #D21991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21991; }
p { color: rgb(210,25,145); }
H1.HeaderClassName
{
color: #D21991;
}
.AnyTagClassName
{
color: #D21991;
}
</style>
background-color css
<style>
a { background-color: #D21991; }
a { background-color: rgb(210,25,145); }
div.DivClassName
{
background-color: #D21991;
}
.BgClassName
{
background-color: #D21991;
}
</style>
border-color css
<style>
span { border-color: #D21991; }
span { border-color: rgb(210,25,145); }
td.TdClassName
{
border-color: #D21991;
}
.TagClassName
{
border-color: #D21991;
}
</style>