Shades of Medium Violet Red #DB167C
Tints of Medium Violet Red #DB167C
RGB
CMYK
RGB Variations
Color information
#DB167C (or 0xDB167C) is known color: Medium Violet Red. HEX triplet: DB, 16 and 7C. RGB value is (219,22,124). Sum of RGB (Red+Green+Blue) = 219+22+124=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 22 (8.98% from 255 or 6.03% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB167C is #24E983. Grayscale: #5C5C5C. Windows color (decimal): -2419076 or 8132315. OLE color: 8132315.
HSL color Cylindrical-coordinate representation of color #DB167C: hue angle of 328.93º 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 #DB167C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.14 |
| HSL | 328.93º | 0.82% | 0.47% | - |
| HSV(B) | 328.93º | 0.9% | 0.86% | - |
| XYZ | 33.14 | 17.09 | 20.62 | - |
| YUV | 92.53 | 145.77 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 124 | 0 | 0.90 | 0.43 | 0.14 | 328.93 | 0.82 | 0.47 |
| Hex | DB | 16 | 7C | 0 | 5A | 2B | E | 149 | 52 | 2F |
| Octal | 333 | 26 | 174 | 0 | 132 | 53 | 16 | 511 | 122 | 57 |
| Binary | 11011011 | 10110 | 1111100 | 0 | 1011010 | 101011 | 1110 | 101001001 | 1010010 | 101111 |
Color Harmonies of #DB167C
Complementary color
Monochromatic Colors of #DB167C
Black with #DB167C
Text Example
Text Example
White with #DB167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB167C; }
p { color: rgb(219,22,124); }
H1.HeaderClassName
{
color: #DB167C;
}
.AnyTagClassName
{
color: #DB167C;
}
</style>
background-color css
<style>
a { background-color: #DB167C; }
a { background-color: rgb(219,22,124); }
div.DivClassName
{
background-color: #DB167C;
}
.BgClassName
{
background-color: #DB167C;
}
</style>
border-color css
<style>
span { border-color: #DB167C; }
span { border-color: rgb(219,22,124); }
td.TdClassName
{
border-color: #DB167C;
}
.TagClassName
{
border-color: #DB167C;
}
</style>