Shades of Medium Violet Red #D21E87
Tints of Medium Violet Red #D21E87
RGB
CMYK
RGB Variations
Color information
#D21E87 (or 0xD21E87) is known color: Medium Violet Red. HEX triplet: D2, 1E and 87. RGB value is (210,30,135). Sum of RGB (Red+Green+Blue) = 210+30+135=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E87 is #2DE178. Grayscale: #5F5F5F. Windows color (decimal): -3006841 or 8855250. OLE color: 8855250.
HSL color Cylindrical-coordinate representation of color #D21E87: hue angle of 325º degrees, saturation: 0.75, 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 #D21E87 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 135 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.18 |
| HSL | 325º | 0.75% | 0.47% | - |
| HSV(B) | 325º | 0.86% | 0.82% | - |
| XYZ | 31.42 | 16.38 | 24.43 | - |
| YUV | 95.79 | 150.13 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 135 | 0 | 0.86 | 0.36 | 0.18 | 325 | 0.75 | 0.47 |
| Hex | D2 | 1E | 87 | 0 | 56 | 24 | 12 | 145 | 4B | 2F |
| Octal | 322 | 36 | 207 | 0 | 126 | 44 | 22 | 505 | 113 | 57 |
| Binary | 11010010 | 11110 | 10000111 | 0 | 1010110 | 100100 | 10010 | 101000101 | 1001011 | 101111 |
Color Harmonies of #D21E87
Complementary color
Monochromatic Colors of #D21E87
Black with #D21E87
Text Example
Text Example
White with #D21E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E87; }
p { color: rgb(210,30,135); }
H1.HeaderClassName
{
color: #D21E87;
}
.AnyTagClassName
{
color: #D21E87;
}
</style>
background-color css
<style>
a { background-color: #D21E87; }
a { background-color: rgb(210,30,135); }
div.DivClassName
{
background-color: #D21E87;
}
.BgClassName
{
background-color: #D21E87;
}
</style>
border-color css
<style>
span { border-color: #D21E87; }
span { border-color: rgb(210,30,135); }
td.TdClassName
{
border-color: #D21E87;
}
.TagClassName
{
border-color: #D21E87;
}
</style>