Shades of Medium Violet Red #DB168C
Tints of Medium Violet Red #DB168C
RGB
CMYK
RGB Variations
Color information
#DB168C (or 0xDB168C) is known color: Medium Violet Red. HEX triplet: DB, 16 and 8C. RGB value is (219,22,140). Sum of RGB (Red+Green+Blue) = 219+22+140=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 22 (8.98% from 255 or 5.77% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB168C is #24E973. Grayscale: #5E5E5E. Windows color (decimal): -2419060 or 9180891. OLE color: 9180891.
HSL color Cylindrical-coordinate representation of color #DB168C: hue angle of 324.06º 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 #DB168C is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 140 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.14 |
| HSL | 324.06º | 0.82% | 0.47% | - |
| HSV(B) | 324.06º | 0.9% | 0.86% | - |
| XYZ | 34.23 | 17.53 | 26.39 | - |
| YUV | 94.36 | 153.77 | 216.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 140 | 0 | 0.90 | 0.36 | 0.14 | 324.06 | 0.82 | 0.47 |
| Hex | DB | 16 | 8C | 0 | 5A | 24 | E | 144 | 52 | 2F |
| Octal | 333 | 26 | 214 | 0 | 132 | 44 | 16 | 504 | 122 | 57 |
| Binary | 11011011 | 10110 | 10001100 | 0 | 1011010 | 100100 | 1110 | 101000100 | 1010010 | 101111 |
Color Harmonies of #DB168C
Complementary color
Monochromatic Colors of #DB168C
Black with #DB168C
Text Example
Text Example
White with #DB168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB168C; }
p { color: rgb(219,22,140); }
H1.HeaderClassName
{
color: #DB168C;
}
.AnyTagClassName
{
color: #DB168C;
}
</style>
background-color css
<style>
a { background-color: #DB168C; }
a { background-color: rgb(219,22,140); }
div.DivClassName
{
background-color: #DB168C;
}
.BgClassName
{
background-color: #DB168C;
}
</style>
border-color css
<style>
span { border-color: #DB168C; }
span { border-color: rgb(219,22,140); }
td.TdClassName
{
border-color: #DB168C;
}
.TagClassName
{
border-color: #DB168C;
}
</style>