Shades of Medium Violet Red #D21D79
Tints of Medium Violet Red #D21D79
RGB
CMYK
RGB Variations
Color information
#D21D79 (or 0xD21D79) is known color: Medium Violet Red. HEX triplet: D2, 1D and 79. RGB value is (210,29,121). Sum of RGB (Red+Green+Blue) = 210+29+121=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21D79 is #2DE286. Grayscale: #5D5D5D. Windows color (decimal): -3007111 or 7937490. OLE color: 7937490.
HSL color Cylindrical-coordinate representation of color #D21D79: hue angle of 329.5º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21D79 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 121 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.18 |
| HSL | 329.5º | 0.76% | 0.47% | - |
| HSV(B) | 329.5º | 0.86% | 0.82% | - |
| XYZ | 30.47 | 15.96 | 19.56 | - |
| YUV | 93.61 | 143.47 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 121 | 0 | 0.86 | 0.42 | 0.18 | 329.5 | 0.76 | 0.47 |
| Hex | D2 | 1D | 79 | 0 | 56 | 2A | 12 | 14A | 4C | 2F |
| Octal | 322 | 35 | 171 | 0 | 126 | 52 | 22 | 512 | 114 | 57 |
| Binary | 11010010 | 11101 | 1111001 | 0 | 1010110 | 101010 | 10010 | 101001010 | 1001100 | 101111 |
Color Harmonies of #D21D79
Complementary color
Monochromatic Colors of #D21D79
Black with #D21D79
Text Example
Text Example
White with #D21D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D79; }
p { color: rgb(210,29,121); }
H1.HeaderClassName
{
color: #D21D79;
}
.AnyTagClassName
{
color: #D21D79;
}
</style>
background-color css
<style>
a { background-color: #D21D79; }
a { background-color: rgb(210,29,121); }
div.DivClassName
{
background-color: #D21D79;
}
.BgClassName
{
background-color: #D21D79;
}
</style>
border-color css
<style>
span { border-color: #D21D79; }
span { border-color: rgb(210,29,121); }
td.TdClassName
{
border-color: #D21D79;
}
.TagClassName
{
border-color: #D21D79;
}
</style>