Shades of Medium Violet Red #DB167B
Tints of Medium Violet Red #DB167B
RGB
CMYK
RGB Variations
Color information
#DB167B (or 0xDB167B) is known color: Medium Violet Red. HEX triplet: DB, 16 and 7B. RGB value is (219,22,123). Sum of RGB (Red+Green+Blue) = 219+22+123=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB167B is #24E984. Grayscale: #5C5C5C. Windows color (decimal): -2419077 or 8066779. OLE color: 8066779.
HSL color Cylindrical-coordinate representation of color #DB167B: hue angle of 329.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB167B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 123 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.14 |
| HSL | 329.24º | 0.82% | 0.47% | - |
| HSV(B) | 329.24º | 0.9% | 0.86% | - |
| XYZ | 33.08 | 17.06 | 20.29 | - |
| YUV | 92.42 | 145.27 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 123 | 0 | 0.90 | 0.44 | 0.14 | 329.24 | 0.82 | 0.47 |
| Hex | DB | 16 | 7B | 0 | 5A | 2C | E | 149 | 52 | 2F |
| Octal | 333 | 26 | 173 | 0 | 132 | 54 | 16 | 511 | 122 | 57 |
| Binary | 11011011 | 10110 | 1111011 | 0 | 1011010 | 101100 | 1110 | 101001001 | 1010010 | 101111 |
Color Harmonies of #DB167B
Complementary color
Monochromatic Colors of #DB167B
Black with #DB167B
Text Example
Text Example
White with #DB167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB167B; }
p { color: rgb(219,22,123); }
H1.HeaderClassName
{
color: #DB167B;
}
.AnyTagClassName
{
color: #DB167B;
}
</style>
background-color css
<style>
a { background-color: #DB167B; }
a { background-color: rgb(219,22,123); }
div.DivClassName
{
background-color: #DB167B;
}
.BgClassName
{
background-color: #DB167B;
}
</style>
border-color css
<style>
span { border-color: #DB167B; }
span { border-color: rgb(219,22,123); }
td.TdClassName
{
border-color: #DB167B;
}
.TagClassName
{
border-color: #DB167B;
}
</style>