Shades of Medium Violet Red #D21E90
Tints of Medium Violet Red #D21E90
RGB
CMYK
RGB Variations
Color information
#D21E90 (or 0xD21E90) is known color: Medium Violet Red. HEX triplet: D2, 1E and 90. RGB value is (210,30,144). Sum of RGB (Red+Green+Blue) = 210+30+144=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E90 is #2DE16F. Grayscale: #606060. Windows color (decimal): -3006832 or 9445074. OLE color: 9445074.
HSL color Cylindrical-coordinate representation of color #D21E90: hue angle of 322º 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 #D21E90 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 144 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.18 |
| HSL | 322º | 0.75% | 0.47% | - |
| HSV(B) | 322º | 0.86% | 0.82% | - |
| XYZ | 32.08 | 16.64 | 27.91 | - |
| YUV | 96.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 144 | 0 | 0.86 | 0.31 | 0.18 | 322 | 0.75 | 0.47 |
| Hex | D2 | 1E | 90 | 0 | 56 | 1F | 12 | 142 | 4B | 2F |
| Octal | 322 | 36 | 220 | 0 | 126 | 37 | 22 | 502 | 113 | 57 |
| Binary | 11010010 | 11110 | 10010000 | 0 | 1010110 | 11111 | 10010 | 101000010 | 1001011 | 101111 |
Color Harmonies of #D21E90
Complementary color
Monochromatic Colors of #D21E90
Black with #D21E90
Text Example
Text Example
White with #D21E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E90; }
p { color: rgb(210,30,144); }
H1.HeaderClassName
{
color: #D21E90;
}
.AnyTagClassName
{
color: #D21E90;
}
</style>
background-color css
<style>
a { background-color: #D21E90; }
a { background-color: rgb(210,30,144); }
div.DivClassName
{
background-color: #D21E90;
}
.BgClassName
{
background-color: #D21E90;
}
</style>
border-color css
<style>
span { border-color: #D21E90; }
span { border-color: rgb(210,30,144); }
td.TdClassName
{
border-color: #D21E90;
}
.TagClassName
{
border-color: #D21E90;
}
</style>