Shades of Medium Violet Red #D21490
Tints of Medium Violet Red #D21490
RGB
CMYK
RGB Variations
Color information
#D21490 (or 0xD21490) is known color: Medium Violet Red. HEX triplet: D2, 14 and 90. RGB value is (210,20,144). Sum of RGB (Red+Green+Blue) = 210+20+144=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D21490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21490 is #2DEB6F. Grayscale: #5A5A5A. Windows color (decimal): -3009392 or 9442514. OLE color: 9442514.
HSL color Cylindrical-coordinate representation of color #D21490: hue angle of 320.84º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21490 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 144 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.18 |
| HSL | 320.84º | 0.83% | 0.45% | - |
| HSV(B) | 320.84º | 0.9% | 0.82% | - |
| XYZ | 31.86 | 16.22 | 27.84 | - |
| YUV | 90.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 144 | 0 | 0.90 | 0.31 | 0.18 | 320.84 | 0.83 | 0.45 |
| Hex | D2 | 14 | 90 | 0 | 5A | 1F | 12 | 141 | 53 | 2D |
| Octal | 322 | 24 | 220 | 0 | 132 | 37 | 22 | 501 | 123 | 55 |
| Binary | 11010010 | 10100 | 10010000 | 0 | 1011010 | 11111 | 10010 | 101000001 | 1010011 | 101101 |
Color Harmonies of #D21490
Complementary color
Monochromatic Colors of #D21490
Black with #D21490
Text Example
Text Example
White with #D21490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21490; }
p { color: rgb(210,20,144); }
H1.HeaderClassName
{
color: #D21490;
}
.AnyTagClassName
{
color: #D21490;
}
</style>
background-color css
<style>
a { background-color: #D21490; }
a { background-color: rgb(210,20,144); }
div.DivClassName
{
background-color: #D21490;
}
.BgClassName
{
background-color: #D21490;
}
</style>
border-color css
<style>
span { border-color: #D21490; }
span { border-color: rgb(210,20,144); }
td.TdClassName
{
border-color: #D21490;
}
.TagClassName
{
border-color: #D21490;
}
</style>