Shades of Medium Violet Red #D21995
Tints of Medium Violet Red #D21995
RGB
CMYK
RGB Variations
Color information
#D21995 (or 0xD21995) is known color: Medium Violet Red. HEX triplet: D2, 19 and 95. RGB value is (210,25,149). Sum of RGB (Red+Green+Blue) = 210+25+149=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21995 is #2DE66A. Grayscale: #5E5E5E. Windows color (decimal): -3008107 or 9771474. OLE color: 9771474.
HSL color Cylindrical-coordinate representation of color #D21995: hue angle of 319.78º 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 #D21995 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 149 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.18 |
| HSL | 319.78º | 0.79% | 0.46% | - |
| HSV(B) | 319.78º | 0.88% | 0.82% | - |
| XYZ | 32.35 | 16.57 | 29.93 | - |
| YUV | 94.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 149 | 0 | 0.88 | 0.29 | 0.18 | 319.78 | 0.79 | 0.46 |
| Hex | D2 | 19 | 95 | 0 | 58 | 1D | 12 | 140 | 4F | 2E |
| Octal | 322 | 31 | 225 | 0 | 130 | 35 | 22 | 500 | 117 | 56 |
| Binary | 11010010 | 11001 | 10010101 | 0 | 1011000 | 11101 | 10010 | 101000000 | 1001111 | 101110 |
Color Harmonies of #D21995
Complementary color
Monochromatic Colors of #D21995
Black with #D21995
Text Example
Text Example
White with #D21995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21995; }
p { color: rgb(210,25,149); }
H1.HeaderClassName
{
color: #D21995;
}
.AnyTagClassName
{
color: #D21995;
}
</style>
background-color css
<style>
a { background-color: #D21995; }
a { background-color: rgb(210,25,149); }
div.DivClassName
{
background-color: #D21995;
}
.BgClassName
{
background-color: #D21995;
}
</style>
border-color css
<style>
span { border-color: #D21995; }
span { border-color: rgb(210,25,149); }
td.TdClassName
{
border-color: #D21995;
}
.TagClassName
{
border-color: #D21995;
}
</style>