Shades of Medium Violet Red #DB1AA1
Tints of Medium Violet Red #DB1AA1
RGB
CMYK
RGB Variations
Color information
#DB1AA1 (or 0xDB1AA1) is known color: Medium Violet Red. HEX triplet: DB, 1A and A1. RGB value is (219,26,161). Sum of RGB (Red+Green+Blue) = 219+26+161=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1AA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1AA1 is #24E55E. Grayscale: #626262. Windows color (decimal): -2418015 or 10558171. OLE color: 10558171.
HSL color Cylindrical-coordinate representation of color #DB1AA1: hue angle of 318.03º 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 #DB1AA1 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 26 | 161 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.14 |
| HSL | 318.03º | 0.79% | 0.48% | - |
| HSV(B) | 318.03º | 0.88% | 0.86% | - |
| XYZ | 36.02 | 18.37 | 35.37 | - |
| YUV | 99.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 26 | 161 | 0 | 0.88 | 0.26 | 0.14 | 318.03 | 0.79 | 0.48 |
| Hex | DB | 1A | A1 | 0 | 58 | 1A | E | 13E | 4F | 30 |
| Octal | 333 | 32 | 241 | 0 | 130 | 32 | 16 | 476 | 117 | 60 |
| Binary | 11011011 | 11010 | 10100001 | 0 | 1011000 | 11010 | 1110 | 100111110 | 1001111 | 110000 |
Color Harmonies of #DB1AA1
Complementary color
Monochromatic Colors of #DB1AA1
Black with #DB1AA1
Text Example
Text Example
White with #DB1AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1AA1; }
p { color: rgb(219,26,161); }
H1.HeaderClassName
{
color: #DB1AA1;
}
.AnyTagClassName
{
color: #DB1AA1;
}
</style>
background-color css
<style>
a { background-color: #DB1AA1; }
a { background-color: rgb(219,26,161); }
div.DivClassName
{
background-color: #DB1AA1;
}
.BgClassName
{
background-color: #DB1AA1;
}
</style>
border-color css
<style>
span { border-color: #DB1AA1; }
span { border-color: rgb(219,26,161); }
td.TdClassName
{
border-color: #DB1AA1;
}
.TagClassName
{
border-color: #DB1AA1;
}
</style>