Shades of Medium Violet Red #DB0993
Tints of Medium Violet Red #DB0993
RGB
CMYK
RGB Variations
Color information
#DB0993 (or 0xDB0993) is known color: Medium Violet Red. HEX triplet: DB, 09 and 93. RGB value is (219,9,147). Sum of RGB (Red+Green+Blue) = 219+9+147=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB0993 is #24F66C. Grayscale: #575757. Windows color (decimal): -2422381 or 9636315. OLE color: 9636315.
HSL color Cylindrical-coordinate representation of color #DB0993: hue angle of 320.57º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0993 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 147 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.14 |
| HSL | 320.57º | 0.92% | 0.45% | - |
| HSV(B) | 320.57º | 0.96% | 0.86% | - |
| XYZ | 34.58 | 17.36 | 29.13 | - |
| YUV | 87.52 | 161.57 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 147 | 0 | 0.96 | 0.33 | 0.14 | 320.57 | 0.92 | 0.45 |
| Hex | DB | 9 | 93 | 0 | 60 | 21 | E | 141 | 5C | 2D |
| Octal | 333 | 11 | 223 | 0 | 140 | 41 | 16 | 501 | 134 | 55 |
| Binary | 11011011 | 1001 | 10010011 | 0 | 1100000 | 100001 | 1110 | 101000001 | 1011100 | 101101 |
Color Harmonies of #DB0993
Complementary color
Monochromatic Colors of #DB0993
Black with #DB0993
Text Example
Text Example
White with #DB0993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0993; }
p { color: rgb(219,9,147); }
H1.HeaderClassName
{
color: #DB0993;
}
.AnyTagClassName
{
color: #DB0993;
}
</style>
background-color css
<style>
a { background-color: #DB0993; }
a { background-color: rgb(219,9,147); }
div.DivClassName
{
background-color: #DB0993;
}
.BgClassName
{
background-color: #DB0993;
}
</style>
border-color css
<style>
span { border-color: #DB0993; }
span { border-color: rgb(219,9,147); }
td.TdClassName
{
border-color: #DB0993;
}
.TagClassName
{
border-color: #DB0993;
}
</style>