Shades of Medium Violet Red #D21994
Tints of Medium Violet Red #D21994
RGB
CMYK
RGB Variations
Color information
#D21994 (or 0xD21994) is known color: Medium Violet Red. HEX triplet: D2, 19 and 94. RGB value is (210,25,148). Sum of RGB (Red+Green+Blue) = 210+25+148=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D21994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21994 is #2DE66B. Grayscale: #5E5E5E. Windows color (decimal): -3008108 or 9705938. OLE color: 9705938.
HSL color Cylindrical-coordinate representation of color #D21994: hue angle of 320.11º 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 #D21994 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 148 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.18 |
| HSL | 320.11º | 0.79% | 0.46% | - |
| HSV(B) | 320.11º | 0.88% | 0.82% | - |
| XYZ | 32.27 | 16.54 | 29.51 | - |
| YUV | 94.34 | 158.29 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 148 | 0 | 0.88 | 0.30 | 0.18 | 320.11 | 0.79 | 0.46 |
| Hex | D2 | 19 | 94 | 0 | 58 | 1E | 12 | 140 | 4F | 2E |
| Octal | 322 | 31 | 224 | 0 | 130 | 36 | 22 | 500 | 117 | 56 |
| Binary | 11010010 | 11001 | 10010100 | 0 | 1011000 | 11110 | 10010 | 101000000 | 1001111 | 101110 |
Color Harmonies of #D21994
Complementary color
Monochromatic Colors of #D21994
Black with #D21994
Text Example
Text Example
White with #D21994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21994; }
p { color: rgb(210,25,148); }
H1.HeaderClassName
{
color: #D21994;
}
.AnyTagClassName
{
color: #D21994;
}
</style>
background-color css
<style>
a { background-color: #D21994; }
a { background-color: rgb(210,25,148); }
div.DivClassName
{
background-color: #D21994;
}
.BgClassName
{
background-color: #D21994;
}
</style>
border-color css
<style>
span { border-color: #D21994; }
span { border-color: rgb(210,25,148); }
td.TdClassName
{
border-color: #D21994;
}
.TagClassName
{
border-color: #D21994;
}
</style>