Shades of Medium Violet Red #DB168A
Tints of Medium Violet Red #DB168A
RGB
CMYK
RGB Variations
Color information
#DB168A (or 0xDB168A) is known color: Medium Violet Red. HEX triplet: DB, 16 and 8A. RGB value is (219,22,138). Sum of RGB (Red+Green+Blue) = 219+22+138=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB168A is #24E975. Grayscale: #5D5D5D. Windows color (decimal): -2419062 or 9049819. OLE color: 9049819.
HSL color Cylindrical-coordinate representation of color #DB168A: hue angle of 324.67º 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 #DB168A is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 138 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.14 |
| HSL | 324.67º | 0.82% | 0.47% | - |
| HSV(B) | 324.67º | 0.9% | 0.86% | - |
| XYZ | 34.09 | 17.47 | 25.62 | - |
| YUV | 94.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 138 | 0 | 0.90 | 0.37 | 0.14 | 324.67 | 0.82 | 0.47 |
| Hex | DB | 16 | 8A | 0 | 5A | 25 | E | 145 | 52 | 2F |
| Octal | 333 | 26 | 212 | 0 | 132 | 45 | 16 | 505 | 122 | 57 |
| Binary | 11011011 | 10110 | 10001010 | 0 | 1011010 | 100101 | 1110 | 101000101 | 1010010 | 101111 |
Color Harmonies of #DB168A
Complementary color
Monochromatic Colors of #DB168A
Black with #DB168A
Text Example
Text Example
White with #DB168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB168A; }
p { color: rgb(219,22,138); }
H1.HeaderClassName
{
color: #DB168A;
}
.AnyTagClassName
{
color: #DB168A;
}
</style>
background-color css
<style>
a { background-color: #DB168A; }
a { background-color: rgb(219,22,138); }
div.DivClassName
{
background-color: #DB168A;
}
.BgClassName
{
background-color: #DB168A;
}
</style>
border-color css
<style>
span { border-color: #DB168A; }
span { border-color: rgb(219,22,138); }
td.TdClassName
{
border-color: #DB168A;
}
.TagClassName
{
border-color: #DB168A;
}
</style>