Shades of Medium Violet Red #D4018E
Tints of Medium Violet Red #D4018E
RGB
CMYK
RGB Variations
Color information
#D4018E (or 0xD4018E) is known color: Medium Violet Red. HEX triplet: D4, 01 and 8E. RGB value is (212,1,142). Sum of RGB (Red+Green+Blue) = 212+1+142=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D4018E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4018E is #2BFE71. Grayscale: #4F4F4F. Windows color (decimal): -2883186 or 9306580. OLE color: 9306580.
HSL color Cylindrical-coordinate representation of color #D4018E: hue angle of 319.91º 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 #D4018E is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 142 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.17 |
| HSL | 319.91º | 0.99% | 0.42% | - |
| HSV(B) | 319.91º | 1% | 0.83% | - |
| XYZ | 32.04 | 15.97 | 26.99 | - |
| YUV | 80.16 | 162.9 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 142 | 0 | 1.00 | 0.33 | 0.17 | 319.91 | 0.99 | 0.42 |
| Hex | D4 | 1 | 8E | 0 | 64 | 21 | 11 | 140 | 63 | 2A |
| Octal | 324 | 1 | 216 | 0 | 144 | 41 | 21 | 500 | 143 | 52 |
| Binary | 11010100 | 1 | 10001110 | 0 | 1100100 | 100001 | 10001 | 101000000 | 1100011 | 101010 |
Color Harmonies of #D4018E
Complementary color
Monochromatic Colors of #D4018E
Black with #D4018E
Text Example
Text Example
White with #D4018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4018E; }
p { color: rgb(212,1,142); }
H1.HeaderClassName
{
color: #D4018E;
}
.AnyTagClassName
{
color: #D4018E;
}
</style>
background-color css
<style>
a { background-color: #D4018E; }
a { background-color: rgb(212,1,142); }
div.DivClassName
{
background-color: #D4018E;
}
.BgClassName
{
background-color: #D4018E;
}
</style>
border-color css
<style>
span { border-color: #D4018E; }
span { border-color: rgb(212,1,142); }
td.TdClassName
{
border-color: #D4018E;
}
.TagClassName
{
border-color: #D4018E;
}
</style>