Shades of Medium Violet Red #DB1D9F
Tints of Medium Violet Red #DB1D9F
RGB
CMYK
RGB Variations
Color information
#DB1D9F (or 0xDB1D9F) is known color: Medium Violet Red. HEX triplet: DB, 1D and 9F. RGB value is (219,29,159). Sum of RGB (Red+Green+Blue) = 219+29+159=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1D9F is #24E260. Grayscale: #646464. Windows color (decimal): -2417249 or 10427867. OLE color: 10427867.
HSL color Cylindrical-coordinate representation of color #DB1D9F: hue angle of 318.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D9F is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 159 | - |
| CMYK | 0 | 0.87 | 0.27 | 0.14 |
| HSL | 318.95º | 0.77% | 0.49% | - |
| HSV(B) | 318.95º | 0.87% | 0.86% | - |
| XYZ | 35.91 | 18.44 | 34.47 | - |
| YUV | 100.63 | 160.95 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 159 | 0 | 0.87 | 0.27 | 0.14 | 318.95 | 0.77 | 0.49 |
| Hex | DB | 1D | 9F | 0 | 57 | 1B | E | 13F | 4D | 31 |
| Octal | 333 | 35 | 237 | 0 | 127 | 33 | 16 | 477 | 115 | 61 |
| Binary | 11011011 | 11101 | 10011111 | 0 | 1010111 | 11011 | 1110 | 100111111 | 1001101 | 110001 |
Color Harmonies of #DB1D9F
Complementary color
Monochromatic Colors of #DB1D9F
Black with #DB1D9F
Text Example
Text Example
White with #DB1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D9F; }
p { color: rgb(219,29,159); }
H1.HeaderClassName
{
color: #DB1D9F;
}
.AnyTagClassName
{
color: #DB1D9F;
}
</style>
background-color css
<style>
a { background-color: #DB1D9F; }
a { background-color: rgb(219,29,159); }
div.DivClassName
{
background-color: #DB1D9F;
}
.BgClassName
{
background-color: #DB1D9F;
}
</style>
border-color css
<style>
span { border-color: #DB1D9F; }
span { border-color: rgb(219,29,159); }
td.TdClassName
{
border-color: #DB1D9F;
}
.TagClassName
{
border-color: #DB1D9F;
}
</style>