Shades of Medium Violet Red #D21889
Tints of Medium Violet Red #D21889
RGB
CMYK
RGB Variations
Color information
#D21889 (or 0xD21889) is known color: Medium Violet Red. HEX triplet: D2, 18 and 89. RGB value is (210,24,137). Sum of RGB (Red+Green+Blue) = 210+24+137=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D21889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21889 is #2DE776. Grayscale: #5C5C5C. Windows color (decimal): -3008375 or 8984786. OLE color: 8984786.
HSL color Cylindrical-coordinate representation of color #D21889: hue angle of 323.55º 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 #D21889 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 137 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.18 |
| HSL | 323.55º | 0.79% | 0.46% | - |
| HSV(B) | 323.55º | 0.89% | 0.82% | - |
| XYZ | 31.42 | 16.16 | 25.13 | - |
| YUV | 92.5 | 153.12 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 137 | 0 | 0.89 | 0.35 | 0.18 | 323.55 | 0.79 | 0.46 |
| Hex | D2 | 18 | 89 | 0 | 59 | 23 | 12 | 144 | 4F | 2E |
| Octal | 322 | 30 | 211 | 0 | 131 | 43 | 22 | 504 | 117 | 56 |
| Binary | 11010010 | 11000 | 10001001 | 0 | 1011001 | 100011 | 10010 | 101000100 | 1001111 | 101110 |
Color Harmonies of #D21889
Complementary color
Monochromatic Colors of #D21889
Black with #D21889
Text Example
Text Example
White with #D21889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21889; }
p { color: rgb(210,24,137); }
H1.HeaderClassName
{
color: #D21889;
}
.AnyTagClassName
{
color: #D21889;
}
</style>
background-color css
<style>
a { background-color: #D21889; }
a { background-color: rgb(210,24,137); }
div.DivClassName
{
background-color: #D21889;
}
.BgClassName
{
background-color: #D21889;
}
</style>
border-color css
<style>
span { border-color: #D21889; }
span { border-color: rgb(210,24,137); }
td.TdClassName
{
border-color: #D21889;
}
.TagClassName
{
border-color: #D21889;
}
</style>