Shades of Medium Violet Red #DB1DA3
Tints of Medium Violet Red #DB1DA3
RGB
CMYK
RGB Variations
Color information
#DB1DA3 (or 0xDB1DA3) is known color: Medium Violet Red. HEX triplet: DB, 1D and A3. RGB value is (219,29,163). Sum of RGB (Red+Green+Blue) = 219+29+163=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1DA3 is #24E25C. Grayscale: #646464. Windows color (decimal): -2417245 or 10690011. OLE color: 10690011.
HSL color Cylindrical-coordinate representation of color #DB1DA3: hue angle of 317.68º 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 #DB1DA3 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 163 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.14 |
| HSL | 317.68º | 0.77% | 0.49% | - |
| HSV(B) | 317.68º | 0.87% | 0.86% | - |
| XYZ | 36.26 | 18.58 | 36.33 | - |
| YUV | 101.09 | 162.95 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 163 | 0 | 0.87 | 0.26 | 0.14 | 317.68 | 0.77 | 0.49 |
| Hex | DB | 1D | A3 | 0 | 57 | 1A | E | 13E | 4D | 31 |
| Octal | 333 | 35 | 243 | 0 | 127 | 32 | 16 | 476 | 115 | 61 |
| Binary | 11011011 | 11101 | 10100011 | 0 | 1010111 | 11010 | 1110 | 100111110 | 1001101 | 110001 |
Color Harmonies of #DB1DA3
Complementary color
Monochromatic Colors of #DB1DA3
Black with #DB1DA3
Text Example
Text Example
White with #DB1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1DA3; }
p { color: rgb(219,29,163); }
H1.HeaderClassName
{
color: #DB1DA3;
}
.AnyTagClassName
{
color: #DB1DA3;
}
</style>
background-color css
<style>
a { background-color: #DB1DA3; }
a { background-color: rgb(219,29,163); }
div.DivClassName
{
background-color: #DB1DA3;
}
.BgClassName
{
background-color: #DB1DA3;
}
</style>
border-color css
<style>
span { border-color: #DB1DA3; }
span { border-color: rgb(219,29,163); }
td.TdClassName
{
border-color: #DB1DA3;
}
.TagClassName
{
border-color: #DB1DA3;
}
</style>