Shades of Medium Violet Red #DB098A
Tints of Medium Violet Red #DB098A
RGB
CMYK
RGB Variations
Color information
#DB098A (or 0xDB098A) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8A. RGB value is (219,9,138). Sum of RGB (Red+Green+Blue) = 219+9+138=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098A is #24F675. Grayscale: #565656. Windows color (decimal): -2422390 or 9046491. OLE color: 9046491.
HSL color Cylindrical-coordinate representation of color #DB098A: hue angle of 323.14º 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 #DB098A is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 138 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.14 |
| HSL | 323.14º | 0.92% | 0.45% | - |
| HSV(B) | 323.14º | 0.96% | 0.86% | - |
| XYZ | 33.9 | 17.09 | 25.56 | - |
| YUV | 86.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 138 | 0 | 0.96 | 0.37 | 0.14 | 323.14 | 0.92 | 0.45 |
| Hex | DB | 9 | 8A | 0 | 60 | 25 | E | 143 | 5C | 2D |
| Octal | 333 | 11 | 212 | 0 | 140 | 45 | 16 | 503 | 134 | 55 |
| Binary | 11011011 | 1001 | 10001010 | 0 | 1100000 | 100101 | 1110 | 101000011 | 1011100 | 101101 |
Color Harmonies of #DB098A
Complementary color
Monochromatic Colors of #DB098A
Black with #DB098A
Text Example
Text Example
White with #DB098A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB098A; }
p { color: rgb(219,9,138); }
H1.HeaderClassName
{
color: #DB098A;
}
.AnyTagClassName
{
color: #DB098A;
}
</style>
background-color css
<style>
a { background-color: #DB098A; }
a { background-color: rgb(219,9,138); }
div.DivClassName
{
background-color: #DB098A;
}
.BgClassName
{
background-color: #DB098A;
}
</style>
border-color css
<style>
span { border-color: #DB098A; }
span { border-color: rgb(219,9,138); }
td.TdClassName
{
border-color: #DB098A;
}
.TagClassName
{
border-color: #DB098A;
}
</style>