Shades of Medium Violet Red #D3169B
Tints of Medium Violet Red #D3169B
RGB
CMYK
RGB Variations
Color information
#D3169B (or 0xD3169B) is known color: Medium Violet Red. HEX triplet: D3, 16 and 9B. RGB value is (211,22,155). Sum of RGB (Red+Green+Blue) = 211+22+155=388 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.38% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 211 - color contains mainly: red. Hex color #D3169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D3169B is #2CE964. Grayscale: #5D5D5D. Windows color (decimal): -2943333 or 10163923. OLE color: 10163923.
HSL color Cylindrical-coordinate representation of color #D3169B: hue angle of 317.78º 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 #D3169B is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 22 | 155 | - |
| CMYK | 0 | 0.90 | 0.27 | 0.17 |
| HSL | 317.78º | 0.81% | 0.46% | - |
| HSV(B) | 317.78º | 0.9% | 0.83% | - |
| XYZ | 33.07 | 16.79 | 32.51 | - |
| YUV | 93.67 | 162.62 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 22 | 155 | 0 | 0.90 | 0.27 | 0.17 | 317.78 | 0.81 | 0.46 |
| Hex | D3 | 16 | 9B | 0 | 5A | 1B | 11 | 13E | 51 | 2E |
| Octal | 323 | 26 | 233 | 0 | 132 | 33 | 21 | 476 | 121 | 56 |
| Binary | 11010011 | 10110 | 10011011 | 0 | 1011010 | 11011 | 10001 | 100111110 | 1010001 | 101110 |
Color Harmonies of #D3169B
Complementary color
Monochromatic Colors of #D3169B
Black with #D3169B
Text Example
Text Example
White with #D3169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3169B; }
p { color: rgb(211,22,155); }
H1.HeaderClassName
{
color: #D3169B;
}
.AnyTagClassName
{
color: #D3169B;
}
</style>
background-color css
<style>
a { background-color: #D3169B; }
a { background-color: rgb(211,22,155); }
div.DivClassName
{
background-color: #D3169B;
}
.BgClassName
{
background-color: #D3169B;
}
</style>
border-color css
<style>
span { border-color: #D3169B; }
span { border-color: rgb(211,22,155); }
td.TdClassName
{
border-color: #D3169B;
}
.TagClassName
{
border-color: #D3169B;
}
</style>