Shades of Medium Violet Red #DB167E
Tints of Medium Violet Red #DB167E
RGB
CMYK
RGB Variations
Color information
#DB167E (or 0xDB167E) is known color: Medium Violet Red. HEX triplet: DB, 16 and 7E. RGB value is (219,22,126). Sum of RGB (Red+Green+Blue) = 219+22+126=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB167E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB167E is #24E981. Grayscale: #5C5C5C. Windows color (decimal): -2419074 or 8263387. OLE color: 8263387.
HSL color Cylindrical-coordinate representation of color #DB167E: hue angle of 328.32º 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 #DB167E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 126 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.14 |
| HSL | 328.32º | 0.82% | 0.47% | - |
| HSV(B) | 328.32º | 0.9% | 0.86% | - |
| XYZ | 33.27 | 17.14 | 21.29 | - |
| YUV | 92.76 | 146.77 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 126 | 0 | 0.90 | 0.42 | 0.14 | 328.32 | 0.82 | 0.47 |
| Hex | DB | 16 | 7E | 0 | 5A | 2A | E | 148 | 52 | 2F |
| Octal | 333 | 26 | 176 | 0 | 132 | 52 | 16 | 510 | 122 | 57 |
| Binary | 11011011 | 10110 | 1111110 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DB167E
Complementary color
Monochromatic Colors of #DB167E
Black with #DB167E
Text Example
Text Example
White with #DB167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB167E; }
p { color: rgb(219,22,126); }
H1.HeaderClassName
{
color: #DB167E;
}
.AnyTagClassName
{
color: #DB167E;
}
</style>
background-color css
<style>
a { background-color: #DB167E; }
a { background-color: rgb(219,22,126); }
div.DivClassName
{
background-color: #DB167E;
}
.BgClassName
{
background-color: #DB167E;
}
</style>
border-color css
<style>
span { border-color: #DB167E; }
span { border-color: rgb(219,22,126); }
td.TdClassName
{
border-color: #DB167E;
}
.TagClassName
{
border-color: #DB167E;
}
</style>