Shades of Medium Violet Red #DB1394
Tints of Medium Violet Red #DB1394
RGB
CMYK
RGB Variations
Color information
#DB1394 (or 0xDB1394) is known color: Medium Violet Red. HEX triplet: DB, 13 and 94. RGB value is (219,19,148). Sum of RGB (Red+Green+Blue) = 219+19+148=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 19 (7.81% from 255 or 4.92% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1394 is #24EC6B. Grayscale: #5D5D5D. Windows color (decimal): -2419820 or 9704411. OLE color: 9704411.
HSL color Cylindrical-coordinate representation of color #DB1394: hue angle of 321.3º 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 #DB1394 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 148 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.14 |
| HSL | 321.3º | 0.84% | 0.47% | - |
| HSV(B) | 321.3º | 0.91% | 0.86% | - |
| XYZ | 34.79 | 17.66 | 29.59 | - |
| YUV | 93.51 | 158.76 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 148 | 0 | 0.91 | 0.32 | 0.14 | 321.3 | 0.84 | 0.47 |
| Hex | DB | 13 | 94 | 0 | 5B | 20 | E | 141 | 54 | 2F |
| Octal | 333 | 23 | 224 | 0 | 133 | 40 | 16 | 501 | 124 | 57 |
| Binary | 11011011 | 10011 | 10010100 | 0 | 1011011 | 100000 | 1110 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DB1394
Complementary color
Monochromatic Colors of #DB1394
Black with #DB1394
Text Example
Text Example
White with #DB1394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1394; }
p { color: rgb(219,19,148); }
H1.HeaderClassName
{
color: #DB1394;
}
.AnyTagClassName
{
color: #DB1394;
}
</style>
background-color css
<style>
a { background-color: #DB1394; }
a { background-color: rgb(219,19,148); }
div.DivClassName
{
background-color: #DB1394;
}
.BgClassName
{
background-color: #DB1394;
}
</style>
border-color css
<style>
span { border-color: #DB1394; }
span { border-color: rgb(219,19,148); }
td.TdClassName
{
border-color: #DB1394;
}
.TagClassName
{
border-color: #DB1394;
}
</style>