Shades of Medium Violet Red #DB168D
Tints of Medium Violet Red #DB168D
RGB
CMYK
RGB Variations
Color information
#DB168D (or 0xDB168D) is known color: Medium Violet Red. HEX triplet: DB, 16 and 8D. RGB value is (219,22,141). Sum of RGB (Red+Green+Blue) = 219+22+141=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB168D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB168D is #24E972. Grayscale: #5E5E5E. Windows color (decimal): -2419059 or 9246427. OLE color: 9246427.
HSL color Cylindrical-coordinate representation of color #DB168D: hue angle of 323.76º 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 #DB168D is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 141 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.14 |
| HSL | 323.76º | 0.82% | 0.47% | - |
| HSV(B) | 323.76º | 0.9% | 0.86% | - |
| XYZ | 34.31 | 17.56 | 26.78 | - |
| YUV | 94.47 | 154.27 | 216.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 141 | 0 | 0.90 | 0.36 | 0.14 | 323.76 | 0.82 | 0.47 |
| Hex | DB | 16 | 8D | 0 | 5A | 24 | E | 144 | 52 | 2F |
| Octal | 333 | 26 | 215 | 0 | 132 | 44 | 16 | 504 | 122 | 57 |
| Binary | 11011011 | 10110 | 10001101 | 0 | 1011010 | 100100 | 1110 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DB168D
Complementary color
Monochromatic Colors of #DB168D
Black with #DB168D
Text Example
Text Example
White with #DB168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB168D; }
p { color: rgb(219,22,141); }
H1.HeaderClassName
{
color: #DB168D;
}
.AnyTagClassName
{
color: #DB168D;
}
</style>
background-color css
<style>
a { background-color: #DB168D; }
a { background-color: rgb(219,22,141); }
div.DivClassName
{
background-color: #DB168D;
}
.BgClassName
{
background-color: #DB168D;
}
</style>
border-color css
<style>
span { border-color: #DB168D; }
span { border-color: rgb(219,22,141); }
td.TdClassName
{
border-color: #DB168D;
}
.TagClassName
{
border-color: #DB168D;
}
</style>