Shades of Medium Violet Red #DB1479
Tints of Medium Violet Red #DB1479
RGB
CMYK
RGB Variations
Color information
#DB1479 (or 0xDB1479) is known color: Medium Violet Red. HEX triplet: DB, 14 and 79. RGB value is (219,20,121). Sum of RGB (Red+Green+Blue) = 219+20+121=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1479 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1479 is #24EB86. Grayscale: #5A5A5A. Windows color (decimal): -2419591 or 7935195. OLE color: 7935195.
HSL color Cylindrical-coordinate representation of color #DB1479: hue angle of 329.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1479 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 121 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.14 |
| HSL | 329.55º | 0.83% | 0.47% | - |
| HSV(B) | 329.55º | 0.91% | 0.86% | - |
| XYZ | 32.91 | 16.94 | 19.62 | - |
| YUV | 91.02 | 144.93 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 121 | 0 | 0.91 | 0.45 | 0.14 | 329.55 | 0.83 | 0.47 |
| Hex | DB | 14 | 79 | 0 | 5B | 2D | E | 14A | 53 | 2F |
| Octal | 333 | 24 | 171 | 0 | 133 | 55 | 16 | 512 | 123 | 57 |
| Binary | 11011011 | 10100 | 1111001 | 0 | 1011011 | 101101 | 1110 | 101001010 | 1010011 | 101111 |
Color Harmonies of #DB1479
Complementary color
Monochromatic Colors of #DB1479
Black with #DB1479
Text Example
Text Example
White with #DB1479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1479; }
p { color: rgb(219,20,121); }
H1.HeaderClassName
{
color: #DB1479;
}
.AnyTagClassName
{
color: #DB1479;
}
</style>
background-color css
<style>
a { background-color: #DB1479; }
a { background-color: rgb(219,20,121); }
div.DivClassName
{
background-color: #DB1479;
}
.BgClassName
{
background-color: #DB1479;
}
</style>
border-color css
<style>
span { border-color: #DB1479; }
span { border-color: rgb(219,20,121); }
td.TdClassName
{
border-color: #DB1479;
}
.TagClassName
{
border-color: #DB1479;
}
</style>