Shades of Medium Violet Red #D21394
Tints of Medium Violet Red #D21394
RGB
CMYK
RGB Variations
Color information
#D21394 (or 0xD21394) is known color: Medium Violet Red. HEX triplet: D2, 13 and 94. RGB value is (210,19,148). Sum of RGB (Red+Green+Blue) = 210+19+148=377 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.70% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 210 - color contains mainly: red. Hex color #D21394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21394 is #2DEC6B. Grayscale: #5A5A5A. Windows color (decimal): -3009644 or 9704402. OLE color: 9704402.
HSL color Cylindrical-coordinate representation of color #D21394: hue angle of 319.48º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21394 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 148 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.18 |
| HSL | 319.48º | 0.83% | 0.45% | - |
| HSV(B) | 319.48º | 0.91% | 0.82% | - |
| XYZ | 32.16 | 16.31 | 29.47 | - |
| YUV | 90.82 | 160.28 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 148 | 0 | 0.91 | 0.30 | 0.18 | 319.48 | 0.83 | 0.45 |
| Hex | D2 | 13 | 94 | 0 | 5B | 1E | 12 | 13F | 53 | 2D |
| Octal | 322 | 23 | 224 | 0 | 133 | 36 | 22 | 477 | 123 | 55 |
| Binary | 11010010 | 10011 | 10010100 | 0 | 1011011 | 11110 | 10010 | 100111111 | 1010011 | 101101 |
Color Harmonies of #D21394
Complementary color
Monochromatic Colors of #D21394
Black with #D21394
Text Example
Text Example
White with #D21394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21394; }
p { color: rgb(210,19,148); }
H1.HeaderClassName
{
color: #D21394;
}
.AnyTagClassName
{
color: #D21394;
}
</style>
background-color css
<style>
a { background-color: #D21394; }
a { background-color: rgb(210,19,148); }
div.DivClassName
{
background-color: #D21394;
}
.BgClassName
{
background-color: #D21394;
}
</style>
border-color css
<style>
span { border-color: #D21394; }
span { border-color: rgb(210,19,148); }
td.TdClassName
{
border-color: #D21394;
}
.TagClassName
{
border-color: #D21394;
}
</style>