Shades of Medium Violet Red #D4017E
Tints of Medium Violet Red #D4017E
RGB
CMYK
RGB Variations
Color information
#D4017E (or 0xD4017E) is known color: Medium Violet Red. HEX triplet: D4, 01 and 7E. RGB value is (212,1,126). Sum of RGB (Red+Green+Blue) = 212+1+126=339 (44% of max value = 765). Red value is 212 (83.20% from 255 or 62.54% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 212 - color contains mainly: red. Hex color #D4017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4017E is #2BFE81. Grayscale: #4E4E4E. Windows color (decimal): -2883202 or 8258004. OLE color: 8258004.
HSL color Cylindrical-coordinate representation of color #D4017E: hue angle of 324.45º 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 #D4017E is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.17 |
| HSL | 324.46º | 0.99% | 0.42% | - |
| HSV(B) | 324.46º | 1% | 0.83% | - |
| XYZ | 30.93 | 15.53 | 21.11 | - |
| YUV | 78.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 126 | 0 | 1.00 | 0.41 | 0.17 | 324.46 | 0.99 | 0.42 |
| Hex | D4 | 1 | 7E | 0 | 64 | 29 | 11 | 144 | 63 | 2A |
| Octal | 324 | 1 | 176 | 0 | 144 | 51 | 21 | 504 | 143 | 52 |
| Binary | 11010100 | 1 | 1111110 | 0 | 1100100 | 101001 | 10001 | 101000100 | 1100011 | 101010 |
Color Harmonies of #D4017E
Complementary color
Monochromatic Colors of #D4017E
Black with #D4017E
Text Example
Text Example
White with #D4017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4017E; }
p { color: rgb(212,1,126); }
H1.HeaderClassName
{
color: #D4017E;
}
.AnyTagClassName
{
color: #D4017E;
}
</style>
background-color css
<style>
a { background-color: #D4017E; }
a { background-color: rgb(212,1,126); }
div.DivClassName
{
background-color: #D4017E;
}
.BgClassName
{
background-color: #D4017E;
}
</style>
border-color css
<style>
span { border-color: #D4017E; }
span { border-color: rgb(212,1,126); }
td.TdClassName
{
border-color: #D4017E;
}
.TagClassName
{
border-color: #D4017E;
}
</style>