Shades of Medium Violet Red #DB1381
Tints of Medium Violet Red #DB1381
RGB
CMYK
RGB Variations
Color information
#DB1381 (or 0xDB1381) is known color: Medium Violet Red. HEX triplet: DB, 13 and 81. RGB value is (219,19,129). Sum of RGB (Red+Green+Blue) = 219+19+129=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1381 is #24EC7E. Grayscale: #5B5B5B. Windows color (decimal): -2419839 or 8459227. OLE color: 8459227.
HSL color Cylindrical-coordinate representation of color #DB1381: hue angle of 327º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1381 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 129 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.14 |
| HSL | 327º | 0.84% | 0.47% | - |
| HSV(B) | 327º | 0.91% | 0.86% | - |
| XYZ | 33.41 | 17.11 | 22.31 | - |
| YUV | 91.34 | 149.26 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 129 | 0 | 0.91 | 0.41 | 0.14 | 327 | 0.84 | 0.47 |
| Hex | DB | 13 | 81 | 0 | 5B | 29 | E | 147 | 54 | 2F |
| Octal | 333 | 23 | 201 | 0 | 133 | 51 | 16 | 507 | 124 | 57 |
| Binary | 11011011 | 10011 | 10000001 | 0 | 1011011 | 101001 | 1110 | 101000111 | 1010100 | 101111 |
Color Harmonies of #DB1381
Complementary color
Monochromatic Colors of #DB1381
Black with #DB1381
Text Example
Text Example
White with #DB1381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1381; }
p { color: rgb(219,19,129); }
H1.HeaderClassName
{
color: #DB1381;
}
.AnyTagClassName
{
color: #DB1381;
}
</style>
background-color css
<style>
a { background-color: #DB1381; }
a { background-color: rgb(219,19,129); }
div.DivClassName
{
background-color: #DB1381;
}
.BgClassName
{
background-color: #DB1381;
}
</style>
border-color css
<style>
span { border-color: #DB1381; }
span { border-color: rgb(219,19,129); }
td.TdClassName
{
border-color: #DB1381;
}
.TagClassName
{
border-color: #DB1381;
}
</style>