Shades of Medium Violet Red #DB097A
Tints of Medium Violet Red #DB097A
RGB
CMYK
RGB Variations
Color information
#DB097A (or 0xDB097A) is known color: Medium Violet Red. HEX triplet: DB, 09 and 7A. RGB value is (219,9,122). Sum of RGB (Red+Green+Blue) = 219+9+122=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB097A is #24F685. Grayscale: #545454. Windows color (decimal): -2422406 or 7997915. OLE color: 7997915.
HSL color Cylindrical-coordinate representation of color #DB097A: hue angle of 327.71º 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 #DB097A is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.14 |
| HSL | 327.71º | 0.92% | 0.45% | - |
| HSV(B) | 327.71º | 0.96% | 0.86% | - |
| XYZ | 32.82 | 16.66 | 19.9 | - |
| YUV | 84.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 122 | 0 | 0.96 | 0.44 | 0.14 | 327.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 7A | 0 | 60 | 2C | E | 148 | 5C | 2D |
| Octal | 333 | 11 | 172 | 0 | 140 | 54 | 16 | 510 | 134 | 55 |
| Binary | 11011011 | 1001 | 1111010 | 0 | 1100000 | 101100 | 1110 | 101001000 | 1011100 | 101101 |
Color Harmonies of #DB097A
Complementary color
Monochromatic Colors of #DB097A
Black with #DB097A
Text Example
Text Example
White with #DB097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB097A; }
p { color: rgb(219,9,122); }
H1.HeaderClassName
{
color: #DB097A;
}
.AnyTagClassName
{
color: #DB097A;
}
</style>
background-color css
<style>
a { background-color: #DB097A; }
a { background-color: rgb(219,9,122); }
div.DivClassName
{
background-color: #DB097A;
}
.BgClassName
{
background-color: #DB097A;
}
</style>
border-color css
<style>
span { border-color: #DB097A; }
span { border-color: rgb(219,9,122); }
td.TdClassName
{
border-color: #DB097A;
}
.TagClassName
{
border-color: #DB097A;
}
</style>