Shades of Medium Violet Red #DB1680
Tints of Medium Violet Red #DB1680
RGB
CMYK
RGB Variations
Color information
#DB1680 (or 0xDB1680) is known color: Medium Violet Red. HEX triplet: DB, 16 and 80. RGB value is (219,22,128). Sum of RGB (Red+Green+Blue) = 219+22+128=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1680 is #24E97F. Grayscale: #5C5C5C. Windows color (decimal): -2419072 or 8394459. OLE color: 8394459.
HSL color Cylindrical-coordinate representation of color #DB1680: hue angle of 327.72º 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 #DB1680 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 128 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.14 |
| HSL | 327.72º | 0.82% | 0.47% | - |
| HSV(B) | 327.72º | 0.9% | 0.86% | - |
| XYZ | 33.4 | 17.19 | 21.98 | - |
| YUV | 92.99 | 147.77 | 217.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 128 | 0 | 0.90 | 0.42 | 0.14 | 327.72 | 0.82 | 0.47 |
| Hex | DB | 16 | 80 | 0 | 5A | 2A | E | 148 | 52 | 2F |
| Octal | 333 | 26 | 200 | 0 | 132 | 52 | 16 | 510 | 122 | 57 |
| Binary | 11011011 | 10110 | 10000000 | 0 | 1011010 | 101010 | 1110 | 101001000 | 1010010 | 101111 |
Color Harmonies of #DB1680
Complementary color
Monochromatic Colors of #DB1680
Black with #DB1680
Text Example
Text Example
White with #DB1680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1680; }
p { color: rgb(219,22,128); }
H1.HeaderClassName
{
color: #DB1680;
}
.AnyTagClassName
{
color: #DB1680;
}
</style>
background-color css
<style>
a { background-color: #DB1680; }
a { background-color: rgb(219,22,128); }
div.DivClassName
{
background-color: #DB1680;
}
.BgClassName
{
background-color: #DB1680;
}
</style>
border-color css
<style>
span { border-color: #DB1680; }
span { border-color: rgb(219,22,128); }
td.TdClassName
{
border-color: #DB1680;
}
.TagClassName
{
border-color: #DB1680;
}
</style>