Shades of Medium Violet Red #D3017E
Tints of Medium Violet Red #D3017E
RGB
CMYK
RGB Variations
Color information
#D3017E (or 0xD3017E) is known color: Medium Violet Red. HEX triplet: D3, 01 and 7E. RGB value is (211,1,126). Sum of RGB (Red+Green+Blue) = 211+1+126=338 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.43% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 211 - color contains mainly: red. Hex color #D3017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3017E is #2CFE81. Grayscale: #4D4D4D. Windows color (decimal): -2948738 or 8258003. OLE color: 8258003.
HSL color Cylindrical-coordinate representation of color #D3017E: hue angle of 324.29º 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 #D3017E is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 126 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.17 |
| HSL | 324.29º | 0.99% | 0.42% | - |
| HSV(B) | 324.29º | 1% | 0.83% | - |
| XYZ | 30.64 | 15.38 | 21.09 | - |
| YUV | 78.04 | 155.07 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 126 | 0 | 1.00 | 0.40 | 0.17 | 324.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 7E | 0 | 64 | 28 | 11 | 144 | 63 | 2A |
| Octal | 323 | 1 | 176 | 0 | 144 | 50 | 21 | 504 | 143 | 52 |
| Binary | 11010011 | 1 | 1111110 | 0 | 1100100 | 101000 | 10001 | 101000100 | 1100011 | 101010 |
Color Harmonies of #D3017E
Complementary color
Monochromatic Colors of #D3017E
Black with #D3017E
Text Example
Text Example
White with #D3017E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3017E; }
p { color: rgb(211,1,126); }
H1.HeaderClassName
{
color: #D3017E;
}
.AnyTagClassName
{
color: #D3017E;
}
</style>
background-color css
<style>
a { background-color: #D3017E; }
a { background-color: rgb(211,1,126); }
div.DivClassName
{
background-color: #D3017E;
}
.BgClassName
{
background-color: #D3017E;
}
</style>
border-color css
<style>
span { border-color: #D3017E; }
span { border-color: rgb(211,1,126); }
td.TdClassName
{
border-color: #D3017E;
}
.TagClassName
{
border-color: #D3017E;
}
</style>