Shades of Medium Violet Red #D21390
Tints of Medium Violet Red #D21390
RGB
CMYK
RGB Variations
Color information
#D21390 (or 0xD21390) is known color: Medium Violet Red. HEX triplet: D2, 13 and 90. RGB value is (210,19,144). Sum of RGB (Red+Green+Blue) = 210+19+144=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D21390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21390 is #2DEC6F. Grayscale: #5A5A5A. Windows color (decimal): -3009648 or 9442258. OLE color: 9442258.
HSL color Cylindrical-coordinate representation of color #D21390: hue angle of 320.73º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D21390 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 19 | 144 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.18 |
| HSL | 320.73º | 0.83% | 0.45% | - |
| HSV(B) | 320.73º | 0.91% | 0.82% | - |
| XYZ | 31.85 | 16.18 | 27.83 | - |
| YUV | 90.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 19 | 144 | 0 | 0.91 | 0.31 | 0.18 | 320.73 | 0.83 | 0.45 |
| Hex | D2 | 13 | 90 | 0 | 5B | 1F | 12 | 141 | 53 | 2D |
| Octal | 322 | 23 | 220 | 0 | 133 | 37 | 22 | 501 | 123 | 55 |
| Binary | 11010010 | 10011 | 10010000 | 0 | 1011011 | 11111 | 10010 | 101000001 | 1010011 | 101101 |
Color Harmonies of #D21390
Complementary color
Monochromatic Colors of #D21390
Black with #D21390
Text Example
Text Example
White with #D21390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21390; }
p { color: rgb(210,19,144); }
H1.HeaderClassName
{
color: #D21390;
}
.AnyTagClassName
{
color: #D21390;
}
</style>
background-color css
<style>
a { background-color: #D21390; }
a { background-color: rgb(210,19,144); }
div.DivClassName
{
background-color: #D21390;
}
.BgClassName
{
background-color: #D21390;
}
</style>
border-color css
<style>
span { border-color: #D21390; }
span { border-color: rgb(210,19,144); }
td.TdClassName
{
border-color: #D21390;
}
.TagClassName
{
border-color: #D21390;
}
</style>