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