Shades of Medium Violet Red #D3168E
Tints of Medium Violet Red #D3168E
RGB
CMYK
RGB Variations
Color information
#D3168E (or 0xD3168E) is known color: Medium Violet Red. HEX triplet: D3, 16 and 8E. RGB value is (211,22,142). Sum of RGB (Red+Green+Blue) = 211+22+142=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3168E is #2CE971. Grayscale: #5B5B5B. Windows color (decimal): -2943346 or 9311955. OLE color: 9311955.
HSL color Cylindrical-coordinate representation of color #D3168E: hue angle of 321.9º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3168E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 142 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.17 |
| HSL | 321.9º | 0.81% | 0.46% | - |
| HSV(B) | 321.9º | 0.9% | 0.83% | - |
| XYZ | 32.03 | 16.38 | 27.06 | - |
| YUV | 92.19 | 156.12 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 142 | 0 | 0.90 | 0.33 | 0.17 | 321.9 | 0.81 | 0.46 |
| Hex | D3 | 16 | 8E | 0 | 5A | 21 | 11 | 142 | 51 | 2E |
| Octal | 323 | 26 | 216 | 0 | 132 | 41 | 21 | 502 | 121 | 56 |
| Binary | 11010011 | 10110 | 10001110 | 0 | 1011010 | 100001 | 10001 | 101000010 | 1010001 | 101110 |
Color Harmonies of #D3168E
Complementary color
Monochromatic Colors of #D3168E
Black with #D3168E
Text Example
Text Example
White with #D3168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3168E; }
p { color: rgb(211,22,142); }
H1.HeaderClassName
{
color: #D3168E;
}
.AnyTagClassName
{
color: #D3168E;
}
</style>
background-color css
<style>
a { background-color: #D3168E; }
a { background-color: rgb(211,22,142); }
div.DivClassName
{
background-color: #D3168E;
}
.BgClassName
{
background-color: #D3168E;
}
</style>
border-color css
<style>
span { border-color: #D3168E; }
span { border-color: rgb(211,22,142); }
td.TdClassName
{
border-color: #D3168E;
}
.TagClassName
{
border-color: #D3168E;
}
</style>