Shades of Medium Violet Red #DB1279
Tints of Medium Violet Red #DB1279
RGB
CMYK
RGB Variations
Color information
#DB1279 (or 0xDB1279) is known color: Medium Violet Red. HEX triplet: DB, 12 and 79. RGB value is (219,18,121). Sum of RGB (Red+Green+Blue) = 219+18+121=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1279 is #24ED86. Grayscale: #595959. Windows color (decimal): -2420103 or 7934683. OLE color: 7934683.
HSL color Cylindrical-coordinate representation of color #DB1279: hue angle of 329.25º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1279 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.14 |
| HSL | 329.25º | 0.85% | 0.46% | - |
| HSV(B) | 329.25º | 0.92% | 0.86% | - |
| XYZ | 32.88 | 16.87 | 19.61 | - |
| YUV | 89.84 | 145.59 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 121 | 0 | 0.92 | 0.45 | 0.14 | 329.25 | 0.85 | 0.46 |
| Hex | DB | 12 | 79 | 0 | 5C | 2D | E | 149 | 55 | 2E |
| Octal | 333 | 22 | 171 | 0 | 134 | 55 | 16 | 511 | 125 | 56 |
| Binary | 11011011 | 10010 | 1111001 | 0 | 1011100 | 101101 | 1110 | 101001001 | 1010101 | 101110 |
Color Harmonies of #DB1279
Complementary color
Monochromatic Colors of #DB1279
Black with #DB1279
Text Example
Text Example
White with #DB1279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1279; }
p { color: rgb(219,18,121); }
H1.HeaderClassName
{
color: #DB1279;
}
.AnyTagClassName
{
color: #DB1279;
}
</style>
background-color css
<style>
a { background-color: #DB1279; }
a { background-color: rgb(219,18,121); }
div.DivClassName
{
background-color: #DB1279;
}
.BgClassName
{
background-color: #DB1279;
}
</style>
border-color css
<style>
span { border-color: #DB1279; }
span { border-color: rgb(219,18,121); }
td.TdClassName
{
border-color: #DB1279;
}
.TagClassName
{
border-color: #DB1279;
}
</style>