Shades of Medium Violet Red #D21194
Tints of Medium Violet Red #D21194
RGB
CMYK
RGB Variations
Color information
#D21194 (or 0xD21194) is known color: Medium Violet Red. HEX triplet: D2, 11 and 94. RGB value is (210,17,148). Sum of RGB (Red+Green+Blue) = 210+17+148=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 17 (7.03% from 255 or 4.53% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21194 is #2DEE6B. Grayscale: #595959. Windows color (decimal): -3010156 or 9703890. OLE color: 9703890.
HSL color Cylindrical-coordinate representation of color #D21194: hue angle of 319.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21194 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 17 | 148 | - |
| CMYK | 0 | 0.92 | 0.30 | 0.18 |
| HSL | 319.27º | 0.85% | 0.45% | - |
| HSV(B) | 319.27º | 0.92% | 0.82% | - |
| XYZ | 32.12 | 16.24 | 29.46 | - |
| YUV | 89.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 17 | 148 | 0 | 0.92 | 0.30 | 0.18 | 319.27 | 0.85 | 0.45 |
| Hex | D2 | 11 | 94 | 0 | 5C | 1E | 12 | 13F | 55 | 2D |
| Octal | 322 | 21 | 224 | 0 | 134 | 36 | 22 | 477 | 125 | 55 |
| Binary | 11010010 | 10001 | 10010100 | 0 | 1011100 | 11110 | 10010 | 100111111 | 1010101 | 101101 |
Color Harmonies of #D21194
Complementary color
Monochromatic Colors of #D21194
Black with #D21194
Text Example
Text Example
White with #D21194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21194; }
p { color: rgb(210,17,148); }
H1.HeaderClassName
{
color: #D21194;
}
.AnyTagClassName
{
color: #D21194;
}
</style>
background-color css
<style>
a { background-color: #D21194; }
a { background-color: rgb(210,17,148); }
div.DivClassName
{
background-color: #D21194;
}
.BgClassName
{
background-color: #D21194;
}
</style>
border-color css
<style>
span { border-color: #D21194; }
span { border-color: rgb(210,17,148); }
td.TdClassName
{
border-color: #D21194;
}
.TagClassName
{
border-color: #D21194;
}
</style>