Shades of Medium Violet Red #DB1395
Tints of Medium Violet Red #DB1395
RGB
CMYK
RGB Variations
Color information
#DB1395 (or 0xDB1395) is known color: Medium Violet Red. HEX triplet: DB, 13 and 95. RGB value is (219,19,149). Sum of RGB (Red+Green+Blue) = 219+19+149=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1395 is #24EC6A. Grayscale: #5D5D5D. Windows color (decimal): -2419819 or 9769947. OLE color: 9769947.
HSL color Cylindrical-coordinate representation of color #DB1395: hue angle of 321º 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 #DB1395 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 19 | 149 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.14 |
| HSL | 321º | 0.84% | 0.47% | - |
| HSV(B) | 321º | 0.91% | 0.86% | - |
| XYZ | 34.87 | 17.7 | 30.01 | - |
| YUV | 93.62 | 159.26 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 19 | 149 | 0 | 0.91 | 0.32 | 0.14 | 321 | 0.84 | 0.47 |
| Hex | DB | 13 | 95 | 0 | 5B | 20 | E | 141 | 54 | 2F |
| Octal | 333 | 23 | 225 | 0 | 133 | 40 | 16 | 501 | 124 | 57 |
| Binary | 11011011 | 10011 | 10010101 | 0 | 1011011 | 100000 | 1110 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DB1395
Complementary color
Monochromatic Colors of #DB1395
Black with #DB1395
Text Example
Text Example
White with #DB1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1395; }
p { color: rgb(219,19,149); }
H1.HeaderClassName
{
color: #DB1395;
}
.AnyTagClassName
{
color: #DB1395;
}
</style>
background-color css
<style>
a { background-color: #DB1395; }
a { background-color: rgb(219,19,149); }
div.DivClassName
{
background-color: #DB1395;
}
.BgClassName
{
background-color: #DB1395;
}
</style>
border-color css
<style>
span { border-color: #DB1395; }
span { border-color: rgb(219,19,149); }
td.TdClassName
{
border-color: #DB1395;
}
.TagClassName
{
border-color: #DB1395;
}
</style>