Shades of Medium Violet Red #DB097B
Tints of Medium Violet Red #DB097B
RGB
CMYK
RGB Variations
Color information
#DB097B (or 0xDB097B) is known color: Medium Violet Red. HEX triplet: DB, 09 and 7B. RGB value is (219,9,123). Sum of RGB (Red+Green+Blue) = 219+9+123=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 123 (48.44% from 255 or 35.04% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB097B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB097B is #24F684. Grayscale: #545454. Windows color (decimal): -2422405 or 8063451. OLE color: 8063451.
HSL color Cylindrical-coordinate representation of color #DB097B: hue angle of 327.43º 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 #DB097B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.14 |
| HSL | 327.43º | 0.92% | 0.45% | - |
| HSV(B) | 327.43º | 0.96% | 0.86% | - |
| XYZ | 32.89 | 16.69 | 20.23 | - |
| YUV | 84.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 123 | 0 | 0.96 | 0.44 | 0.14 | 327.43 | 0.92 | 0.45 |
| Hex | DB | 9 | 7B | 0 | 60 | 2C | E | 147 | 5C | 2D |
| Octal | 333 | 11 | 173 | 0 | 140 | 54 | 16 | 507 | 134 | 55 |
| Binary | 11011011 | 1001 | 1111011 | 0 | 1100000 | 101100 | 1110 | 101000111 | 1011100 | 101101 |
Color Harmonies of #DB097B
Complementary color
Monochromatic Colors of #DB097B
Black with #DB097B
Text Example
Text Example
White with #DB097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB097B; }
p { color: rgb(219,9,123); }
H1.HeaderClassName
{
color: #DB097B;
}
.AnyTagClassName
{
color: #DB097B;
}
</style>
background-color css
<style>
a { background-color: #DB097B; }
a { background-color: rgb(219,9,123); }
div.DivClassName
{
background-color: #DB097B;
}
.BgClassName
{
background-color: #DB097B;
}
</style>
border-color css
<style>
span { border-color: #DB097B; }
span { border-color: rgb(219,9,123); }
td.TdClassName
{
border-color: #DB097B;
}
.TagClassName
{
border-color: #DB097B;
}
</style>