Shades of Medium Violet Red #D21A87
Tints of Medium Violet Red #D21A87
RGB
CMYK
RGB Variations
Color information
#D21A87 (or 0xD21A87) is known color: Medium Violet Red. HEX triplet: D2, 1A and 87. RGB value is (210,26,135). Sum of RGB (Red+Green+Blue) = 210+26+135=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A87 is #2DE578. Grayscale: #5D5D5D. Windows color (decimal): -3007865 or 8854226. OLE color: 8854226.
HSL color Cylindrical-coordinate representation of color #D21A87: hue angle of 324.46º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D21A87 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 26 | 135 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.18 |
| HSL | 324.46º | 0.78% | 0.46% | - |
| HSV(B) | 324.46º | 0.88% | 0.82% | - |
| XYZ | 31.32 | 16.19 | 24.4 | - |
| YUV | 93.44 | 151.46 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 26 | 135 | 0 | 0.88 | 0.36 | 0.18 | 324.46 | 0.78 | 0.46 |
| Hex | D2 | 1A | 87 | 0 | 58 | 24 | 12 | 144 | 4E | 2E |
| Octal | 322 | 32 | 207 | 0 | 130 | 44 | 22 | 504 | 116 | 56 |
| Binary | 11010010 | 11010 | 10000111 | 0 | 1011000 | 100100 | 10010 | 101000100 | 1001110 | 101110 |
Color Harmonies of #D21A87
Complementary color
Monochromatic Colors of #D21A87
Black with #D21A87
Text Example
Text Example
White with #D21A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21A87; }
p { color: rgb(210,26,135); }
H1.HeaderClassName
{
color: #D21A87;
}
.AnyTagClassName
{
color: #D21A87;
}
</style>
background-color css
<style>
a { background-color: #D21A87; }
a { background-color: rgb(210,26,135); }
div.DivClassName
{
background-color: #D21A87;
}
.BgClassName
{
background-color: #D21A87;
}
</style>
border-color css
<style>
span { border-color: #D21A87; }
span { border-color: rgb(210,26,135); }
td.TdClassName
{
border-color: #D21A87;
}
.TagClassName
{
border-color: #D21A87;
}
</style>