Shades of Medium Violet Red #D50190
Tints of Medium Violet Red #D50190
RGB
CMYK
RGB Variations
Color information
#D50190 (or 0xD50190) is known color: Medium Violet Red. HEX triplet: D5, 01 and 90. RGB value is (213,1,144). Sum of RGB (Red+Green+Blue) = 213+1+144=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D50190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50190 is #2AFE6F. Grayscale: #505050. Windows color (decimal): -2817648 or 9437653. OLE color: 9437653.
HSL color Cylindrical-coordinate representation of color #D50190: hue angle of 319.53º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50190 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.16 |
| HSL | 319.53º | 0.99% | 0.42% | - |
| HSV(B) | 319.53º | 1% | 0.84% | - |
| XYZ | 32.49 | 16.18 | 27.8 | - |
| YUV | 80.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 144 | 0 | 1.00 | 0.32 | 0.16 | 319.53 | 0.99 | 0.42 |
| Hex | D5 | 1 | 90 | 0 | 64 | 20 | 10 | 140 | 63 | 2A |
| Octal | 325 | 1 | 220 | 0 | 144 | 40 | 20 | 500 | 143 | 52 |
| Binary | 11010101 | 1 | 10010000 | 0 | 1100100 | 100000 | 10000 | 101000000 | 1100011 | 101010 |
Color Harmonies of #D50190
Complementary color
Monochromatic Colors of #D50190
Black with #D50190
Text Example
Text Example
White with #D50190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50190; }
p { color: rgb(213,1,144); }
H1.HeaderClassName
{
color: #D50190;
}
.AnyTagClassName
{
color: #D50190;
}
</style>
background-color css
<style>
a { background-color: #D50190; }
a { background-color: rgb(213,1,144); }
div.DivClassName
{
background-color: #D50190;
}
.BgClassName
{
background-color: #D50190;
}
</style>
border-color css
<style>
span { border-color: #D50190; }
span { border-color: rgb(213,1,144); }
td.TdClassName
{
border-color: #D50190;
}
.TagClassName
{
border-color: #D50190;
}
</style>