Shades of Medium Violet Red #DB1693
Tints of Medium Violet Red #DB1693
RGB
CMYK
RGB Variations
Color information
#DB1693 (or 0xDB1693) is known color: Medium Violet Red. HEX triplet: DB, 16 and 93. RGB value is (219,22,147). Sum of RGB (Red+Green+Blue) = 219+22+147=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB1693 is #24E96C. Grayscale: #5E5E5E. Windows color (decimal): -2419053 or 9639643. OLE color: 9639643.
HSL color Cylindrical-coordinate representation of color #DB1693: hue angle of 321.93º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1693 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 147 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.14 |
| HSL | 321.93º | 0.82% | 0.47% | - |
| HSV(B) | 321.93º | 0.9% | 0.86% | - |
| XYZ | 34.77 | 17.74 | 29.2 | - |
| YUV | 95.15 | 157.27 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 147 | 0 | 0.90 | 0.33 | 0.14 | 321.93 | 0.82 | 0.47 |
| Hex | DB | 16 | 93 | 0 | 5A | 21 | E | 142 | 52 | 2F |
| Octal | 333 | 26 | 223 | 0 | 132 | 41 | 16 | 502 | 122 | 57 |
| Binary | 11011011 | 10110 | 10010011 | 0 | 1011010 | 100001 | 1110 | 101000010 | 1010010 | 101111 |
Color Harmonies of #DB1693
Complementary color
Monochromatic Colors of #DB1693
Black with #DB1693
Text Example
Text Example
White with #DB1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1693; }
p { color: rgb(219,22,147); }
H1.HeaderClassName
{
color: #DB1693;
}
.AnyTagClassName
{
color: #DB1693;
}
</style>
background-color css
<style>
a { background-color: #DB1693; }
a { background-color: rgb(219,22,147); }
div.DivClassName
{
background-color: #DB1693;
}
.BgClassName
{
background-color: #DB1693;
}
</style>
border-color css
<style>
span { border-color: #DB1693; }
span { border-color: rgb(219,22,147); }
td.TdClassName
{
border-color: #DB1693;
}
.TagClassName
{
border-color: #DB1693;
}
</style>