Shades of Medium Violet Red #DB169B
Tints of Medium Violet Red #DB169B
RGB
CMYK
RGB Variations
Color information
#DB169B (or 0xDB169B) is known color: Medium Violet Red. HEX triplet: DB, 16 and 9B. RGB value is (219,22,155). Sum of RGB (Red+Green+Blue) = 219+22+155=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB169B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB169B is #24E964. Grayscale: #5F5F5F. Windows color (decimal): -2419045 or 10163931. OLE color: 10163931.
HSL color Cylindrical-coordinate representation of color #DB169B: hue angle of 319.49º 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 #DB169B is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 155 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.14 |
| HSL | 319.49º | 0.82% | 0.47% | - |
| HSV(B) | 319.49º | 0.9% | 0.86% | - |
| XYZ | 35.42 | 18 | 32.62 | - |
| YUV | 96.07 | 161.27 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 155 | 0 | 0.90 | 0.29 | 0.14 | 319.49 | 0.82 | 0.47 |
| Hex | DB | 16 | 9B | 0 | 5A | 1D | E | 13F | 52 | 2F |
| Octal | 333 | 26 | 233 | 0 | 132 | 35 | 16 | 477 | 122 | 57 |
| Binary | 11011011 | 10110 | 10011011 | 0 | 1011010 | 11101 | 1110 | 100111111 | 1010010 | 101111 |
Color Harmonies of #DB169B
Complementary color
Monochromatic Colors of #DB169B
Black with #DB169B
Text Example
Text Example
White with #DB169B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB169B; }
p { color: rgb(219,22,155); }
H1.HeaderClassName
{
color: #DB169B;
}
.AnyTagClassName
{
color: #DB169B;
}
</style>
background-color css
<style>
a { background-color: #DB169B; }
a { background-color: rgb(219,22,155); }
div.DivClassName
{
background-color: #DB169B;
}
.BgClassName
{
background-color: #DB169B;
}
</style>
border-color css
<style>
span { border-color: #DB169B; }
span { border-color: rgb(219,22,155); }
td.TdClassName
{
border-color: #DB169B;
}
.TagClassName
{
border-color: #DB169B;
}
</style>