Shades of Medium Violet Red #D3018D
Tints of Medium Violet Red #D3018D
RGB
CMYK
RGB Variations
Color information
#D3018D (or 0xD3018D) is known color: Medium Violet Red. HEX triplet: D3, 01 and 8D. RGB value is (211,1,141). Sum of RGB (Red+Green+Blue) = 211+1+141=353 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.77% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 211 - color contains mainly: red. Hex color #D3018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3018D is #2CFE72. Grayscale: #4F4F4F. Windows color (decimal): -2948723 or 9241043. OLE color: 9241043.
HSL color Cylindrical-coordinate representation of color #D3018D: hue angle of 320º 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 #D3018D is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.17 |
| HSL | 320º | 0.99% | 0.42% | - |
| HSV(B) | 320º | 1% | 0.83% | - |
| XYZ | 31.68 | 15.79 | 26.58 | - |
| YUV | 79.75 | 162.57 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 141 | 0 | 1.00 | 0.33 | 0.17 | 320 | 0.99 | 0.42 |
| Hex | D3 | 1 | 8D | 0 | 64 | 21 | 11 | 140 | 63 | 2A |
| Octal | 323 | 1 | 215 | 0 | 144 | 41 | 21 | 500 | 143 | 52 |
| Binary | 11010011 | 1 | 10001101 | 0 | 1100100 | 100001 | 10001 | 101000000 | 1100011 | 101010 |
Color Harmonies of #D3018D
Complementary color
Monochromatic Colors of #D3018D
Black with #D3018D
Text Example
Text Example
White with #D3018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3018D; }
p { color: rgb(211,1,141); }
H1.HeaderClassName
{
color: #D3018D;
}
.AnyTagClassName
{
color: #D3018D;
}
</style>
background-color css
<style>
a { background-color: #D3018D; }
a { background-color: rgb(211,1,141); }
div.DivClassName
{
background-color: #D3018D;
}
.BgClassName
{
background-color: #D3018D;
}
</style>
border-color css
<style>
span { border-color: #D3018D; }
span { border-color: rgb(211,1,141); }
td.TdClassName
{
border-color: #D3018D;
}
.TagClassName
{
border-color: #D3018D;
}
</style>