Shades of Medium Violet Red #D40190
Tints of Medium Violet Red #D40190
RGB
CMYK
RGB Variations
Color information
#D40190 (or 0xD40190) is known color: Medium Violet Red. HEX triplet: D4, 01 and 90. RGB value is (212,1,144). Sum of RGB (Red+Green+Blue) = 212+1+144=357 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.38% from 357); Green value is 1 (0.78% from 255 or 0.28% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 212 - color contains mainly: red. Hex color #D40190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40190 is #2BFE6F. Grayscale: #505050. Windows color (decimal): -2883184 or 9437652. OLE color: 9437652.
HSL color Cylindrical-coordinate representation of color #D40190: hue angle of 319.34º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40190 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.17 |
| HSL | 319.34º | 0.99% | 0.42% | - |
| HSV(B) | 319.34º | 1% | 0.83% | - |
| XYZ | 32.2 | 16.03 | 27.78 | - |
| YUV | 80.39 | 163.9 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 144 | 0 | 1.00 | 0.32 | 0.17 | 319.34 | 0.99 | 0.42 |
| Hex | D4 | 1 | 90 | 0 | 64 | 20 | 11 | 13F | 63 | 2A |
| Octal | 324 | 1 | 220 | 0 | 144 | 40 | 21 | 477 | 143 | 52 |
| Binary | 11010100 | 1 | 10010000 | 0 | 1100100 | 100000 | 10001 | 100111111 | 1100011 | 101010 |
Color Harmonies of #D40190
Complementary color
Monochromatic Colors of #D40190
Black with #D40190
Text Example
Text Example
White with #D40190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40190; }
p { color: rgb(212,1,144); }
H1.HeaderClassName
{
color: #D40190;
}
.AnyTagClassName
{
color: #D40190;
}
</style>
background-color css
<style>
a { background-color: #D40190; }
a { background-color: rgb(212,1,144); }
div.DivClassName
{
background-color: #D40190;
}
.BgClassName
{
background-color: #D40190;
}
</style>
border-color css
<style>
span { border-color: #D40190; }
span { border-color: rgb(212,1,144); }
td.TdClassName
{
border-color: #D40190;
}
.TagClassName
{
border-color: #D40190;
}
</style>