Shades of Medium Violet Red #D3017B
Tints of Medium Violet Red #D3017B
RGB
CMYK
RGB Variations
Color information
#D3017B (or 0xD3017B) is known color: Medium Violet Red. HEX triplet: D3, 01 and 7B. RGB value is (211,1,123). Sum of RGB (Red+Green+Blue) = 211+1+123=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 123 (48.44% from 255 or 36.72% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3017B is #2CFE84. Grayscale: #4D4D4D. Windows color (decimal): -2948741 or 8061395. OLE color: 8061395.
HSL color Cylindrical-coordinate representation of color #D3017B: hue angle of 325.14º 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 #D3017B is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 123 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.17 |
| HSL | 325.14º | 0.99% | 0.42% | - |
| HSV(B) | 325.14º | 1% | 0.83% | - |
| XYZ | 30.45 | 15.3 | 20.09 | - |
| YUV | 77.7 | 153.57 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 123 | 0 | 1.00 | 0.42 | 0.17 | 325.14 | 0.99 | 0.42 |
| Hex | D3 | 1 | 7B | 0 | 64 | 2A | 11 | 145 | 63 | 2A |
| Octal | 323 | 1 | 173 | 0 | 144 | 52 | 21 | 505 | 143 | 52 |
| Binary | 11010011 | 1 | 1111011 | 0 | 1100100 | 101010 | 10001 | 101000101 | 1100011 | 101010 |
Color Harmonies of #D3017B
Complementary color
Monochromatic Colors of #D3017B
Black with #D3017B
Text Example
Text Example
White with #D3017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3017B; }
p { color: rgb(211,1,123); }
H1.HeaderClassName
{
color: #D3017B;
}
.AnyTagClassName
{
color: #D3017B;
}
</style>
background-color css
<style>
a { background-color: #D3017B; }
a { background-color: rgb(211,1,123); }
div.DivClassName
{
background-color: #D3017B;
}
.BgClassName
{
background-color: #D3017B;
}
</style>
border-color css
<style>
span { border-color: #D3017B; }
span { border-color: rgb(211,1,123); }
td.TdClassName
{
border-color: #D3017B;
}
.TagClassName
{
border-color: #D3017B;
}
</style>