Shades of Medium Violet Red #D21C86
Tints of Medium Violet Red #D21C86
RGB
CMYK
RGB Variations
Color information
#D21C86 (or 0xD21C86) is known color: Medium Violet Red. HEX triplet: D2, 1C and 86. RGB value is (210,28,134). Sum of RGB (Red+Green+Blue) = 210+28+134=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 28 (11.33% from 255 or 7.53% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C86 is #2DE379. Grayscale: #5E5E5E. Windows color (decimal): -3007354 or 8789202. OLE color: 8789202.
HSL color Cylindrical-coordinate representation of color #D21C86: hue angle of 325.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21C86 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 134 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.18 |
| HSL | 325.05º | 0.76% | 0.47% | - |
| HSV(B) | 325.05º | 0.87% | 0.82% | - |
| XYZ | 31.3 | 16.25 | 24.04 | - |
| YUV | 94.5 | 150.3 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 134 | 0 | 0.87 | 0.36 | 0.18 | 325.05 | 0.76 | 0.47 |
| Hex | D2 | 1C | 86 | 0 | 57 | 24 | 12 | 145 | 4C | 2F |
| Octal | 322 | 34 | 206 | 0 | 127 | 44 | 22 | 505 | 114 | 57 |
| Binary | 11010010 | 11100 | 10000110 | 0 | 1010111 | 100100 | 10010 | 101000101 | 1001100 | 101111 |
Color Harmonies of #D21C86
Complementary color
Monochromatic Colors of #D21C86
Black with #D21C86
Text Example
Text Example
White with #D21C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C86; }
p { color: rgb(210,28,134); }
H1.HeaderClassName
{
color: #D21C86;
}
.AnyTagClassName
{
color: #D21C86;
}
</style>
background-color css
<style>
a { background-color: #D21C86; }
a { background-color: rgb(210,28,134); }
div.DivClassName
{
background-color: #D21C86;
}
.BgClassName
{
background-color: #D21C86;
}
</style>
border-color css
<style>
span { border-color: #D21C86; }
span { border-color: rgb(210,28,134); }
td.TdClassName
{
border-color: #D21C86;
}
.TagClassName
{
border-color: #D21C86;
}
</style>