Shades of Medium Violet Red #D3019A
Tints of Medium Violet Red #D3019A
RGB
CMYK
RGB Variations
Color information
#D3019A (or 0xD3019A) is known color: Medium Violet Red. HEX triplet: D3, 01 and 9A. RGB value is (211,1,154). Sum of RGB (Red+Green+Blue) = 211+1+154=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D3019A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3019A is #2CFE65. Grayscale: #505050. Windows color (decimal): -2948710 or 10093011. OLE color: 10093011.
HSL color Cylindrical-coordinate representation of color #D3019A: hue angle of 316.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 #D3019A is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 154 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.17 |
| HSL | 316.29º | 0.99% | 0.42% | - |
| HSV(B) | 316.29º | 1% | 0.83% | - |
| XYZ | 32.71 | 16.2 | 31.98 | - |
| YUV | 81.23 | 169.07 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 154 | 0 | 1.00 | 0.27 | 0.17 | 316.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | 9A | 0 | 64 | 1B | 11 | 13C | 63 | 2A |
| Octal | 323 | 1 | 232 | 0 | 144 | 33 | 21 | 474 | 143 | 52 |
| Binary | 11010011 | 1 | 10011010 | 0 | 1100100 | 11011 | 10001 | 100111100 | 1100011 | 101010 |
Color Harmonies of #D3019A
Complementary color
Monochromatic Colors of #D3019A
Black with #D3019A
Text Example
Text Example
White with #D3019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3019A; }
p { color: rgb(211,1,154); }
H1.HeaderClassName
{
color: #D3019A;
}
.AnyTagClassName
{
color: #D3019A;
}
</style>
background-color css
<style>
a { background-color: #D3019A; }
a { background-color: rgb(211,1,154); }
div.DivClassName
{
background-color: #D3019A;
}
.BgClassName
{
background-color: #D3019A;
}
</style>
border-color css
<style>
span { border-color: #D3019A; }
span { border-color: rgb(211,1,154); }
td.TdClassName
{
border-color: #D3019A;
}
.TagClassName
{
border-color: #D3019A;
}
</style>