Shades of Medium Violet Red #DB1681
Tints of Medium Violet Red #DB1681
RGB
CMYK
RGB Variations
Color information
#DB1681 (or 0xDB1681) is known color: Medium Violet Red. HEX triplet: DB, 16 and 81. RGB value is (219,22,129). Sum of RGB (Red+Green+Blue) = 219+22+129=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1681 is #24E97E. Grayscale: #5C5C5C. Windows color (decimal): -2419071 or 8459995. OLE color: 8459995.
HSL color Cylindrical-coordinate representation of color #DB1681: hue angle of 327.41º 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 #DB1681 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 129 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.14 |
| HSL | 327.41º | 0.82% | 0.47% | - |
| HSV(B) | 327.41º | 0.9% | 0.86% | - |
| XYZ | 33.46 | 17.22 | 22.33 | - |
| YUV | 93.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 129 | 0 | 0.90 | 0.41 | 0.14 | 327.41 | 0.82 | 0.47 |
| Hex | DB | 16 | 81 | 0 | 5A | 29 | E | 147 | 52 | 2F |
| Octal | 333 | 26 | 201 | 0 | 132 | 51 | 16 | 507 | 122 | 57 |
| Binary | 11011011 | 10110 | 10000001 | 0 | 1011010 | 101001 | 1110 | 101000111 | 1010010 | 101111 |
Color Harmonies of #DB1681
Complementary color
Monochromatic Colors of #DB1681
Black with #DB1681
Text Example
Text Example
White with #DB1681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1681; }
p { color: rgb(219,22,129); }
H1.HeaderClassName
{
color: #DB1681;
}
.AnyTagClassName
{
color: #DB1681;
}
</style>
background-color css
<style>
a { background-color: #DB1681; }
a { background-color: rgb(219,22,129); }
div.DivClassName
{
background-color: #DB1681;
}
.BgClassName
{
background-color: #DB1681;
}
</style>
border-color css
<style>
span { border-color: #DB1681; }
span { border-color: rgb(219,22,129); }
td.TdClassName
{
border-color: #DB1681;
}
.TagClassName
{
border-color: #DB1681;
}
</style>