Shades of Medium Violet Red #DB1CA3
Tints of Medium Violet Red #DB1CA3
RGB
CMYK
RGB Variations
Color information
#DB1CA3 (or 0xDB1CA3) is known color: Medium Violet Red. HEX triplet: DB, 1C and A3. RGB value is (219,28,163). Sum of RGB (Red+Green+Blue) = 219+28+163=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CA3 is #24E35C. Grayscale: #646464. Windows color (decimal): -2417501 or 10689755. OLE color: 10689755.
HSL color Cylindrical-coordinate representation of color #DB1CA3: hue angle of 317.59º 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 #DB1CA3 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 163 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.14 |
| HSL | 317.59º | 0.77% | 0.48% | - |
| HSV(B) | 317.59º | 0.87% | 0.86% | - |
| XYZ | 36.24 | 18.53 | 36.32 | - |
| YUV | 100.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 163 | 0 | 0.87 | 0.26 | 0.14 | 317.59 | 0.77 | 0.48 |
| Hex | DB | 1C | A3 | 0 | 57 | 1A | E | 13E | 4D | 30 |
| Octal | 333 | 34 | 243 | 0 | 127 | 32 | 16 | 476 | 115 | 60 |
| Binary | 11011011 | 11100 | 10100011 | 0 | 1010111 | 11010 | 1110 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DB1CA3
Complementary color
Monochromatic Colors of #DB1CA3
Black with #DB1CA3
Text Example
Text Example
White with #DB1CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CA3; }
p { color: rgb(219,28,163); }
H1.HeaderClassName
{
color: #DB1CA3;
}
.AnyTagClassName
{
color: #DB1CA3;
}
</style>
background-color css
<style>
a { background-color: #DB1CA3; }
a { background-color: rgb(219,28,163); }
div.DivClassName
{
background-color: #DB1CA3;
}
.BgClassName
{
background-color: #DB1CA3;
}
</style>
border-color css
<style>
span { border-color: #DB1CA3; }
span { border-color: rgb(219,28,163); }
td.TdClassName
{
border-color: #DB1CA3;
}
.TagClassName
{
border-color: #DB1CA3;
}
</style>