Shades of Medium Violet Red #DB1093
Tints of Medium Violet Red #DB1093
RGB
CMYK
RGB Variations
Color information
#DB1093 (or 0xDB1093) is known color: Medium Violet Red. HEX triplet: DB, 10 and 93. RGB value is (219,16,147). Sum of RGB (Red+Green+Blue) = 219+16+147=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1093 is #24EF6C. Grayscale: #5B5B5B. Windows color (decimal): -2420589 or 9638107. OLE color: 9638107.
HSL color Cylindrical-coordinate representation of color #DB1093: hue angle of 321.28º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1093 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 147 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.14 |
| HSL | 321.28º | 0.86% | 0.46% | - |
| HSV(B) | 321.28º | 0.93% | 0.86% | - |
| XYZ | 34.67 | 17.54 | 29.16 | - |
| YUV | 91.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 147 | 0 | 0.93 | 0.33 | 0.14 | 321.28 | 0.86 | 0.46 |
| Hex | DB | 10 | 93 | 0 | 5D | 21 | E | 141 | 56 | 2E |
| Octal | 333 | 20 | 223 | 0 | 135 | 41 | 16 | 501 | 126 | 56 |
| Binary | 11011011 | 10000 | 10010011 | 0 | 1011101 | 100001 | 1110 | 101000001 | 1010110 | 101110 |
Color Harmonies of #DB1093
Complementary color
Monochromatic Colors of #DB1093
Black with #DB1093
Text Example
Text Example
White with #DB1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1093; }
p { color: rgb(219,16,147); }
H1.HeaderClassName
{
color: #DB1093;
}
.AnyTagClassName
{
color: #DB1093;
}
</style>
background-color css
<style>
a { background-color: #DB1093; }
a { background-color: rgb(219,16,147); }
div.DivClassName
{
background-color: #DB1093;
}
.BgClassName
{
background-color: #DB1093;
}
</style>
border-color css
<style>
span { border-color: #DB1093; }
span { border-color: rgb(219,16,147); }
td.TdClassName
{
border-color: #DB1093;
}
.TagClassName
{
border-color: #DB1093;
}
</style>