Shades of Medium Violet Red #DB168B
Tints of Medium Violet Red #DB168B
RGB
CMYK
RGB Variations
Color information
#DB168B (or 0xDB168B) is known color: Medium Violet Red. HEX triplet: DB, 16 and 8B. RGB value is (219,22,139). Sum of RGB (Red+Green+Blue) = 219+22+139=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB168B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB168B is #24E974. Grayscale: #5D5D5D. Windows color (decimal): -2419061 or 9115355. OLE color: 9115355.
HSL color Cylindrical-coordinate representation of color #DB168B: hue angle of 324.37º 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 #DB168B is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 139 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.14 |
| HSL | 324.37º | 0.82% | 0.47% | - |
| HSV(B) | 324.37º | 0.9% | 0.86% | - |
| XYZ | 34.16 | 17.5 | 26 | - |
| YUV | 94.24 | 153.27 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 139 | 0 | 0.90 | 0.37 | 0.14 | 324.37 | 0.82 | 0.47 |
| Hex | DB | 16 | 8B | 0 | 5A | 25 | E | 144 | 52 | 2F |
| Octal | 333 | 26 | 213 | 0 | 132 | 45 | 16 | 504 | 122 | 57 |
| Binary | 11011011 | 10110 | 10001011 | 0 | 1011010 | 100101 | 1110 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DB168B
Complementary color
Monochromatic Colors of #DB168B
Black with #DB168B
Text Example
Text Example
White with #DB168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB168B; }
p { color: rgb(219,22,139); }
H1.HeaderClassName
{
color: #DB168B;
}
.AnyTagClassName
{
color: #DB168B;
}
</style>
background-color css
<style>
a { background-color: #DB168B; }
a { background-color: rgb(219,22,139); }
div.DivClassName
{
background-color: #DB168B;
}
.BgClassName
{
background-color: #DB168B;
}
</style>
border-color css
<style>
span { border-color: #DB168B; }
span { border-color: rgb(219,22,139); }
td.TdClassName
{
border-color: #DB168B;
}
.TagClassName
{
border-color: #DB168B;
}
</style>