Shades of Medium Violet Red #D3128F
Tints of Medium Violet Red #D3128F
RGB
CMYK
RGB Variations
Color information
#D3128F (or 0xD3128F) is known color: Medium Violet Red. HEX triplet: D3, 12 and 8F. RGB value is (211,18,143). Sum of RGB (Red+Green+Blue) = 211+18+143=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3128F is #2CED70. Grayscale: #595959. Windows color (decimal): -2944369 or 9376467. OLE color: 9376467.
HSL color Cylindrical-coordinate representation of color #D3128F: hue angle of 321.14º 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 #D3128F is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 18 | 143 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.17 |
| HSL | 321.14º | 0.84% | 0.45% | - |
| HSV(B) | 321.14º | 0.91% | 0.83% | - |
| XYZ | 32.04 | 16.26 | 27.44 | - |
| YUV | 89.96 | 157.94 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 18 | 143 | 0 | 0.91 | 0.32 | 0.17 | 321.14 | 0.84 | 0.45 |
| Hex | D3 | 12 | 8F | 0 | 5B | 20 | 11 | 141 | 54 | 2D |
| Octal | 323 | 22 | 217 | 0 | 133 | 40 | 21 | 501 | 124 | 55 |
| Binary | 11010011 | 10010 | 10001111 | 0 | 1011011 | 100000 | 10001 | 101000001 | 1010100 | 101101 |
Color Harmonies of #D3128F
Complementary color
Monochromatic Colors of #D3128F
Black with #D3128F
Text Example
Text Example
White with #D3128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3128F; }
p { color: rgb(211,18,143); }
H1.HeaderClassName
{
color: #D3128F;
}
.AnyTagClassName
{
color: #D3128F;
}
</style>
background-color css
<style>
a { background-color: #D3128F; }
a { background-color: rgb(211,18,143); }
div.DivClassName
{
background-color: #D3128F;
}
.BgClassName
{
background-color: #D3128F;
}
</style>
border-color css
<style>
span { border-color: #D3128F; }
span { border-color: rgb(211,18,143); }
td.TdClassName
{
border-color: #D3128F;
}
.TagClassName
{
border-color: #D3128F;
}
</style>