Shades of Medium Violet Red #D3168B
Tints of Medium Violet Red #D3168B
RGB
CMYK
RGB Variations
Color information
#D3168B (or 0xD3168B) is known color: Medium Violet Red. HEX triplet: D3, 16 and 8B. RGB value is (211,22,139). Sum of RGB (Red+Green+Blue) = 211+22+139=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3168B is #2CE974. Grayscale: #5B5B5B. Windows color (decimal): -2943349 or 9115347. OLE color: 9115347.
HSL color Cylindrical-coordinate representation of color #D3168B: hue angle of 322.86º 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 #D3168B is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.17 |
| HSL | 322.86º | 0.81% | 0.46% | - |
| HSV(B) | 322.86º | 0.9% | 0.83% | - |
| XYZ | 31.81 | 16.29 | 25.89 | - |
| YUV | 91.85 | 154.62 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 139 | 0 | 0.90 | 0.34 | 0.17 | 322.86 | 0.81 | 0.46 |
| Hex | D3 | 16 | 8B | 0 | 5A | 22 | 11 | 143 | 51 | 2E |
| Octal | 323 | 26 | 213 | 0 | 132 | 42 | 21 | 503 | 121 | 56 |
| Binary | 11010011 | 10110 | 10001011 | 0 | 1011010 | 100010 | 10001 | 101000011 | 1010001 | 101110 |
Color Harmonies of #D3168B
Complementary color
Monochromatic Colors of #D3168B
Black with #D3168B
Text Example
Text Example
White with #D3168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3168B; }
p { color: rgb(211,22,139); }
H1.HeaderClassName
{
color: #D3168B;
}
.AnyTagClassName
{
color: #D3168B;
}
</style>
background-color css
<style>
a { background-color: #D3168B; }
a { background-color: rgb(211,22,139); }
div.DivClassName
{
background-color: #D3168B;
}
.BgClassName
{
background-color: #D3168B;
}
</style>
border-color css
<style>
span { border-color: #D3168B; }
span { border-color: rgb(211,22,139); }
td.TdClassName
{
border-color: #D3168B;
}
.TagClassName
{
border-color: #D3168B;
}
</style>