Shades of Medium Violet Red #DB088B
Tints of Medium Violet Red #DB088B
RGB
CMYK
RGB Variations
Color information
#DB088B (or 0xDB088B) is known color: Medium Violet Red. HEX triplet: DB, 08 and 8B. RGB value is (219,8,139). Sum of RGB (Red+Green+Blue) = 219+8+139=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB088B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB088B is #24F774. Grayscale: #555555. Windows color (decimal): -2422645 or 9111771. OLE color: 9111771.
HSL color Cylindrical-coordinate representation of color #DB088B: hue angle of 322.75º degrees, saturation: 0.93, 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 #DB088B is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 139 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.14 |
| HSL | 322.75º | 0.93% | 0.45% | - |
| HSV(B) | 322.75º | 0.96% | 0.86% | - |
| XYZ | 33.96 | 17.1 | 25.94 | - |
| YUV | 86.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 139 | 0 | 0.96 | 0.37 | 0.14 | 322.75 | 0.93 | 0.45 |
| Hex | DB | 8 | 8B | 0 | 60 | 25 | E | 143 | 5D | 2D |
| Octal | 333 | 10 | 213 | 0 | 140 | 45 | 16 | 503 | 135 | 55 |
| Binary | 11011011 | 1000 | 10001011 | 0 | 1100000 | 100101 | 1110 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DB088B
Complementary color
Monochromatic Colors of #DB088B
Black with #DB088B
Text Example
Text Example
White with #DB088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB088B; }
p { color: rgb(219,8,139); }
H1.HeaderClassName
{
color: #DB088B;
}
.AnyTagClassName
{
color: #DB088B;
}
</style>
background-color css
<style>
a { background-color: #DB088B; }
a { background-color: rgb(219,8,139); }
div.DivClassName
{
background-color: #DB088B;
}
.BgClassName
{
background-color: #DB088B;
}
</style>
border-color css
<style>
span { border-color: #DB088B; }
span { border-color: rgb(219,8,139); }
td.TdClassName
{
border-color: #DB088B;
}
.TagClassName
{
border-color: #DB088B;
}
</style>