Shades of Medium Violet Red #DB098F
Tints of Medium Violet Red #DB098F
RGB
CMYK
RGB Variations
Color information
#DB098F (or 0xDB098F) is known color: Medium Violet Red. HEX triplet: DB, 09 and 8F. RGB value is (219,9,143). Sum of RGB (Red+Green+Blue) = 219+9+143=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB098F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB098F is #24F670. Grayscale: #565656. Windows color (decimal): -2422385 or 9374171. OLE color: 9374171.
HSL color Cylindrical-coordinate representation of color #DB098F: hue angle of 321.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 #DB098F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.14 |
| HSL | 321.71º | 0.92% | 0.45% | - |
| HSV(B) | 321.71º | 0.96% | 0.86% | - |
| XYZ | 34.27 | 17.24 | 27.51 | - |
| YUV | 87.07 | 159.57 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 9 | 143 | 0 | 0.96 | 0.35 | 0.14 | 321.71 | 0.92 | 0.45 |
| Hex | DB | 9 | 8F | 0 | 60 | 23 | E | 142 | 5C | 2D |
| Octal | 333 | 11 | 217 | 0 | 140 | 43 | 16 | 502 | 134 | 55 |
| Binary | 11011011 | 1001 | 10001111 | 0 | 1100000 | 100011 | 1110 | 101000010 | 1011100 | 101101 |
Color Harmonies of #DB098F
Complementary color
Monochromatic Colors of #DB098F
Black with #DB098F
Text Example
Text Example
White with #DB098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB098F; }
p { color: rgb(219,9,143); }
H1.HeaderClassName
{
color: #DB098F;
}
.AnyTagClassName
{
color: #DB098F;
}
</style>
background-color css
<style>
a { background-color: #DB098F; }
a { background-color: rgb(219,9,143); }
div.DivClassName
{
background-color: #DB098F;
}
.BgClassName
{
background-color: #DB098F;
}
</style>
border-color css
<style>
span { border-color: #DB098F; }
span { border-color: rgb(219,9,143); }
td.TdClassName
{
border-color: #DB098F;
}
.TagClassName
{
border-color: #DB098F;
}
</style>