Shades of Medium Violet Red #DB169A
Tints of Medium Violet Red #DB169A
RGB
CMYK
RGB Variations
Color information
#DB169A (or 0xDB169A) is known color: Medium Violet Red. HEX triplet: DB, 16 and 9A. RGB value is (219,22,154). Sum of RGB (Red+Green+Blue) = 219+22+154=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB169A is #24E965. Grayscale: #5F5F5F. Windows color (decimal): -2419046 or 10098395. OLE color: 10098395.
HSL color Cylindrical-coordinate representation of color #DB169A: hue angle of 319.8º 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 #DB169A is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 154 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.14 |
| HSL | 319.8º | 0.82% | 0.47% | - |
| HSV(B) | 319.8º | 0.9% | 0.86% | - |
| XYZ | 35.33 | 17.97 | 32.18 | - |
| YUV | 95.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 154 | 0 | 0.90 | 0.30 | 0.14 | 319.8 | 0.82 | 0.47 |
| Hex | DB | 16 | 9A | 0 | 5A | 1E | E | 140 | 52 | 2F |
| Octal | 333 | 26 | 232 | 0 | 132 | 36 | 16 | 500 | 122 | 57 |
| Binary | 11011011 | 10110 | 10011010 | 0 | 1011010 | 11110 | 1110 | 101000000 | 1010010 | 101111 |
Color Harmonies of #DB169A
Complementary color
Monochromatic Colors of #DB169A
Black with #DB169A
Text Example
Text Example
White with #DB169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB169A; }
p { color: rgb(219,22,154); }
H1.HeaderClassName
{
color: #DB169A;
}
.AnyTagClassName
{
color: #DB169A;
}
</style>
background-color css
<style>
a { background-color: #DB169A; }
a { background-color: rgb(219,22,154); }
div.DivClassName
{
background-color: #DB169A;
}
.BgClassName
{
background-color: #DB169A;
}
</style>
border-color css
<style>
span { border-color: #DB169A; }
span { border-color: rgb(219,22,154); }
td.TdClassName
{
border-color: #DB169A;
}
.TagClassName
{
border-color: #DB169A;
}
</style>