Shades of Medium Violet Red #DB1284
Tints of Medium Violet Red #DB1284
RGB
CMYK
RGB Variations
Color information
#DB1284 (or 0xDB1284) is known color: Medium Violet Red. HEX triplet: DB, 12 and 84. RGB value is (219,18,132). Sum of RGB (Red+Green+Blue) = 219+18+132=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1284 is #24ED7B. Grayscale: #5A5A5A. Windows color (decimal): -2420092 or 8655579. OLE color: 8655579.
HSL color Cylindrical-coordinate representation of color #DB1284: hue angle of 325.97º 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 #DB1284 is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 132 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.14 |
| HSL | 325.97º | 0.85% | 0.46% | - |
| HSV(B) | 325.97º | 0.92% | 0.86% | - |
| XYZ | 33.59 | 17.16 | 23.37 | - |
| YUV | 91.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 132 | 0 | 0.92 | 0.40 | 0.14 | 325.97 | 0.85 | 0.46 |
| Hex | DB | 12 | 84 | 0 | 5C | 28 | E | 146 | 55 | 2E |
| Octal | 333 | 22 | 204 | 0 | 134 | 50 | 16 | 506 | 125 | 56 |
| Binary | 11011011 | 10010 | 10000100 | 0 | 1011100 | 101000 | 1110 | 101000110 | 1010101 | 101110 |
Color Harmonies of #DB1284
Complementary color
Monochromatic Colors of #DB1284
Black with #DB1284
Text Example
Text Example
White with #DB1284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1284; }
p { color: rgb(219,18,132); }
H1.HeaderClassName
{
color: #DB1284;
}
.AnyTagClassName
{
color: #DB1284;
}
</style>
background-color css
<style>
a { background-color: #DB1284; }
a { background-color: rgb(219,18,132); }
div.DivClassName
{
background-color: #DB1284;
}
.BgClassName
{
background-color: #DB1284;
}
</style>
border-color css
<style>
span { border-color: #DB1284; }
span { border-color: rgb(219,18,132); }
td.TdClassName
{
border-color: #DB1284;
}
.TagClassName
{
border-color: #DB1284;
}
</style>