Shades of Medium Violet Red #DB1278
Tints of Medium Violet Red #DB1278
RGB
CMYK
RGB Variations
Color information
#DB1278 (or 0xDB1278) is known color: Medium Violet Red. HEX triplet: DB, 12 and 78. RGB value is (219,18,120). Sum of RGB (Red+Green+Blue) = 219+18+120=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1278 is #24ED87. Grayscale: #595959. Windows color (decimal): -2420104 or 7869147. OLE color: 7869147.
HSL color Cylindrical-coordinate representation of color #DB1278: hue angle of 329.55º 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 #DB1278 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 120 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.14 |
| HSL | 329.55º | 0.85% | 0.46% | - |
| HSV(B) | 329.55º | 0.92% | 0.86% | - |
| XYZ | 32.82 | 16.85 | 19.29 | - |
| YUV | 89.73 | 145.09 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 120 | 0 | 0.92 | 0.45 | 0.14 | 329.55 | 0.85 | 0.46 |
| Hex | DB | 12 | 78 | 0 | 5C | 2D | E | 14A | 55 | 2E |
| Octal | 333 | 22 | 170 | 0 | 134 | 55 | 16 | 512 | 125 | 56 |
| Binary | 11011011 | 10010 | 1111000 | 0 | 1011100 | 101101 | 1110 | 101001010 | 1010101 | 101110 |
Color Harmonies of #DB1278
Complementary color
Monochromatic Colors of #DB1278
Black with #DB1278
Text Example
Text Example
White with #DB1278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1278; }
p { color: rgb(219,18,120); }
H1.HeaderClassName
{
color: #DB1278;
}
.AnyTagClassName
{
color: #DB1278;
}
</style>
background-color css
<style>
a { background-color: #DB1278; }
a { background-color: rgb(219,18,120); }
div.DivClassName
{
background-color: #DB1278;
}
.BgClassName
{
background-color: #DB1278;
}
</style>
border-color css
<style>
span { border-color: #DB1278; }
span { border-color: rgb(219,18,120); }
td.TdClassName
{
border-color: #DB1278;
}
.TagClassName
{
border-color: #DB1278;
}
</style>