Shades of Medium Violet Red #D21379
Tints of Medium Violet Red #D21379
RGB
CMYK
RGB Variations
Color information
#D21379 (or 0xD21379) is known color: Medium Violet Red. HEX triplet: D2, 13 and 79. RGB value is (210,19,121). Sum of RGB (Red+Green+Blue) = 210+19+121=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D21379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21379 is #2DEC86. Grayscale: #575757. Windows color (decimal): -3009671 or 7934930. OLE color: 7934930.
HSL color Cylindrical-coordinate representation of color #D21379: hue angle of 327.96º 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 #D21379 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 121 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.18 |
| HSL | 327.96º | 0.83% | 0.45% | - |
| HSV(B) | 327.96º | 0.91% | 0.82% | - |
| XYZ | 30.26 | 15.55 | 19.5 | - |
| YUV | 87.74 | 146.78 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 121 | 0 | 0.91 | 0.42 | 0.18 | 327.96 | 0.83 | 0.45 |
| Hex | D2 | 13 | 79 | 0 | 5B | 2A | 12 | 148 | 53 | 2D |
| Octal | 322 | 23 | 171 | 0 | 133 | 52 | 22 | 510 | 123 | 55 |
| Binary | 11010010 | 10011 | 1111001 | 0 | 1011011 | 101010 | 10010 | 101001000 | 1010011 | 101101 |
Color Harmonies of #D21379
Complementary color
Monochromatic Colors of #D21379
Black with #D21379
Text Example
Text Example
White with #D21379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21379; }
p { color: rgb(210,19,121); }
H1.HeaderClassName
{
color: #D21379;
}
.AnyTagClassName
{
color: #D21379;
}
</style>
background-color css
<style>
a { background-color: #D21379; }
a { background-color: rgb(210,19,121); }
div.DivClassName
{
background-color: #D21379;
}
.BgClassName
{
background-color: #D21379;
}
</style>
border-color css
<style>
span { border-color: #D21379; }
span { border-color: rgb(210,19,121); }
td.TdClassName
{
border-color: #D21379;
}
.TagClassName
{
border-color: #D21379;
}
</style>