Shades of Medium Violet Red #D3128E
Tints of Medium Violet Red #D3128E
RGB
CMYK
RGB Variations
Color information
#D3128E (or 0xD3128E) is known color: Medium Violet Red. HEX triplet: D3, 12 and 8E. RGB value is (211,18,142). Sum of RGB (Red+Green+Blue) = 211+18+142=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3128E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3128E is #2CED71. Grayscale: #595959. Windows color (decimal): -2944370 or 9310931. OLE color: 9310931.
HSL color Cylindrical-coordinate representation of color #D3128E: hue angle of 321.45º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3128E is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 142 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.17 |
| HSL | 321.45º | 0.84% | 0.45% | - |
| HSV(B) | 321.45º | 0.91% | 0.83% | - |
| XYZ | 31.96 | 16.23 | 27.04 | - |
| YUV | 89.84 | 157.44 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 142 | 0 | 0.91 | 0.33 | 0.17 | 321.45 | 0.84 | 0.45 |
| Hex | D3 | 12 | 8E | 0 | 5B | 21 | 11 | 141 | 54 | 2D |
| Octal | 323 | 22 | 216 | 0 | 133 | 41 | 21 | 501 | 124 | 55 |
| Binary | 11010011 | 10010 | 10001110 | 0 | 1011011 | 100001 | 10001 | 101000001 | 1010100 | 101101 |
Color Harmonies of #D3128E
Complementary color
Monochromatic Colors of #D3128E
Black with #D3128E
Text Example
Text Example
White with #D3128E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3128E; }
p { color: rgb(211,18,142); }
H1.HeaderClassName
{
color: #D3128E;
}
.AnyTagClassName
{
color: #D3128E;
}
</style>
background-color css
<style>
a { background-color: #D3128E; }
a { background-color: rgb(211,18,142); }
div.DivClassName
{
background-color: #D3128E;
}
.BgClassName
{
background-color: #D3128E;
}
</style>
border-color css
<style>
span { border-color: #D3128E; }
span { border-color: rgb(211,18,142); }
td.TdClassName
{
border-color: #D3128E;
}
.TagClassName
{
border-color: #D3128E;
}
</style>