Shades of Medium Violet Red #DB1A96
Tints of Medium Violet Red #DB1A96
RGB
CMYK
RGB Variations
Color information
#DB1A96 (or 0xDB1A96) is known color: Medium Violet Red. HEX triplet: DB, 1A and 96. RGB value is (219,26,150). Sum of RGB (Red+Green+Blue) = 219+26+150=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1A96 is #24E569. Grayscale: #616161. Windows color (decimal): -2418026 or 9837275. OLE color: 9837275.
HSL color Cylindrical-coordinate representation of color #DB1A96: hue angle of 321.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A96 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 150 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.14 |
| HSL | 321.45º | 0.79% | 0.48% | - |
| HSV(B) | 321.45º | 0.88% | 0.86% | - |
| XYZ | 35.09 | 18 | 30.48 | - |
| YUV | 97.84 | 157.44 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 150 | 0 | 0.88 | 0.32 | 0.14 | 321.45 | 0.79 | 0.48 |
| Hex | DB | 1A | 96 | 0 | 58 | 20 | E | 141 | 4F | 30 |
| Octal | 333 | 32 | 226 | 0 | 130 | 40 | 16 | 501 | 117 | 60 |
| Binary | 11011011 | 11010 | 10010110 | 0 | 1011000 | 100000 | 1110 | 101000001 | 1001111 | 110000 |
Color Harmonies of #DB1A96
Complementary color
Monochromatic Colors of #DB1A96
Black with #DB1A96
Text Example
Text Example
White with #DB1A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1A96; }
p { color: rgb(219,26,150); }
H1.HeaderClassName
{
color: #DB1A96;
}
.AnyTagClassName
{
color: #DB1A96;
}
</style>
background-color css
<style>
a { background-color: #DB1A96; }
a { background-color: rgb(219,26,150); }
div.DivClassName
{
background-color: #DB1A96;
}
.BgClassName
{
background-color: #DB1A96;
}
</style>
border-color css
<style>
span { border-color: #DB1A96; }
span { border-color: rgb(219,26,150); }
td.TdClassName
{
border-color: #DB1A96;
}
.TagClassName
{
border-color: #DB1A96;
}
</style>