Shades of Medium Violet Red #D21879
Tints of Medium Violet Red #D21879
RGB
CMYK
RGB Variations
Color information
#D21879 (or 0xD21879) is known color: Medium Violet Red. HEX triplet: D2, 18 and 79. RGB value is (210,24,121). Sum of RGB (Red+Green+Blue) = 210+24+121=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D21879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21879 is #2DE786. Grayscale: #5A5A5A. Windows color (decimal): -3008391 or 7936210. OLE color: 7936210.
HSL color Cylindrical-coordinate representation of color #D21879: hue angle of 328.71º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21879 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 121 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.18 |
| HSL | 328.71º | 0.79% | 0.46% | - |
| HSV(B) | 328.71º | 0.89% | 0.82% | - |
| XYZ | 30.36 | 15.74 | 19.53 | - |
| YUV | 90.67 | 145.12 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 121 | 0 | 0.89 | 0.42 | 0.18 | 328.71 | 0.79 | 0.46 |
| Hex | D2 | 18 | 79 | 0 | 59 | 2A | 12 | 149 | 4F | 2E |
| Octal | 322 | 30 | 171 | 0 | 131 | 52 | 22 | 511 | 117 | 56 |
| Binary | 11010010 | 11000 | 1111001 | 0 | 1011001 | 101010 | 10010 | 101001001 | 1001111 | 101110 |
Color Harmonies of #D21879
Complementary color
Monochromatic Colors of #D21879
Black with #D21879
Text Example
Text Example
White with #D21879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21879; }
p { color: rgb(210,24,121); }
H1.HeaderClassName
{
color: #D21879;
}
.AnyTagClassName
{
color: #D21879;
}
</style>
background-color css
<style>
a { background-color: #D21879; }
a { background-color: rgb(210,24,121); }
div.DivClassName
{
background-color: #D21879;
}
.BgClassName
{
background-color: #D21879;
}
</style>
border-color css
<style>
span { border-color: #D21879; }
span { border-color: rgb(210,24,121); }
td.TdClassName
{
border-color: #D21879;
}
.TagClassName
{
border-color: #D21879;
}
</style>