Shades of Medium Violet Red #DB1CA2
Tints of Medium Violet Red #DB1CA2
RGB
CMYK
RGB Variations
Color information
#DB1CA2 (or 0xDB1CA2) is known color: Medium Violet Red. HEX triplet: DB, 1C and A2. RGB value is (219,28,162). Sum of RGB (Red+Green+Blue) = 219+28+162=409 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.55% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1CA2 is #24E35D. Grayscale: #646464. Windows color (decimal): -2417502 or 10624219. OLE color: 10624219.
HSL color Cylindrical-coordinate representation of color #DB1CA2: hue angle of 317.91º 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 #DB1CA2 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 28 | 162 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.14 |
| HSL | 317.91º | 0.77% | 0.48% | - |
| HSV(B) | 317.91º | 0.87% | 0.86% | - |
| XYZ | 36.15 | 18.5 | 35.85 | - |
| YUV | 100.39 | 162.78 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 28 | 162 | 0 | 0.87 | 0.26 | 0.14 | 317.91 | 0.77 | 0.48 |
| Hex | DB | 1C | A2 | 0 | 57 | 1A | E | 13E | 4D | 30 |
| Octal | 333 | 34 | 242 | 0 | 127 | 32 | 16 | 476 | 115 | 60 |
| Binary | 11011011 | 11100 | 10100010 | 0 | 1010111 | 11010 | 1110 | 100111110 | 1001101 | 110000 |
Color Harmonies of #DB1CA2
Complementary color
Monochromatic Colors of #DB1CA2
Black with #DB1CA2
Text Example
Text Example
White with #DB1CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1CA2; }
p { color: rgb(219,28,162); }
H1.HeaderClassName
{
color: #DB1CA2;
}
.AnyTagClassName
{
color: #DB1CA2;
}
</style>
background-color css
<style>
a { background-color: #DB1CA2; }
a { background-color: rgb(219,28,162); }
div.DivClassName
{
background-color: #DB1CA2;
}
.BgClassName
{
background-color: #DB1CA2;
}
</style>
border-color css
<style>
span { border-color: #DB1CA2; }
span { border-color: rgb(219,28,162); }
td.TdClassName
{
border-color: #DB1CA2;
}
.TagClassName
{
border-color: #DB1CA2;
}
</style>