Shades of Medium Violet Red #DB1CA1
Tints of Medium Violet Red #DB1CA1
RGB
CMYK
RGB Variations
Color information
#DB1CA1 (or 0xDB1CA1) is known color: Medium Violet Red. HEX triplet: DB, 1C and A1. RGB value is (219,28,161). Sum of RGB (Red+Green+Blue) = 219+28+161=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CA1 is #24E35E. Grayscale: #636363. Windows color (decimal): -2417503 or 10558683. OLE color: 10558683.
HSL color Cylindrical-coordinate representation of color #DB1CA1: hue angle of 318.22º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CA1 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 161 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.14 |
| HSL | 318.22º | 0.77% | 0.48% | - |
| HSV(B) | 318.22º | 0.87% | 0.86% | - |
| XYZ | 36.06 | 18.46 | 35.38 | - |
| YUV | 100.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 161 | 0 | 0.87 | 0.26 | 0.14 | 318.22 | 0.77 | 0.48 |
| Hex | DB | 1C | A1 | 0 | 57 | 1A | E | 13E | 4D | 30 |
| Octal | 333 | 34 | 241 | 0 | 127 | 32 | 16 | 476 | 115 | 60 |
| Binary | 11011011 | 11100 | 10100001 | 0 | 1010111 | 11010 | 1110 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DB1CA1
Complementary color
Monochromatic Colors of #DB1CA1
Black with #DB1CA1
Text Example
Text Example
White with #DB1CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CA1; }
p { color: rgb(219,28,161); }
H1.HeaderClassName
{
color: #DB1CA1;
}
.AnyTagClassName
{
color: #DB1CA1;
}
</style>
background-color css
<style>
a { background-color: #DB1CA1; }
a { background-color: rgb(219,28,161); }
div.DivClassName
{
background-color: #DB1CA1;
}
.BgClassName
{
background-color: #DB1CA1;
}
</style>
border-color css
<style>
span { border-color: #DB1CA1; }
span { border-color: rgb(219,28,161); }
td.TdClassName
{
border-color: #DB1CA1;
}
.TagClassName
{
border-color: #DB1CA1;
}
</style>