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