Shades of Medium Violet Red #DB088D
Tints of Medium Violet Red #DB088D
RGB
CMYK
RGB Variations
Color information
#DB088D (or 0xDB088D) is known color: Medium Violet Red. HEX triplet: DB, 08 and 8D. RGB value is (219,8,141). Sum of RGB (Red+Green+Blue) = 219+8+141=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 8 (3.52% from 255 or 2.17% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB088D is #24F772. Grayscale: #555555. Windows color (decimal): -2422643 or 9242843. OLE color: 9242843.
HSL color Cylindrical-coordinate representation of color #DB088D: hue angle of 322.18º 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 #DB088D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 141 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.14 |
| HSL | 322.18º | 0.93% | 0.45% | - |
| HSV(B) | 322.18º | 0.96% | 0.86% | - |
| XYZ | 34.11 | 17.16 | 26.71 | - |
| YUV | 86.25 | 158.9 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 141 | 0 | 0.96 | 0.36 | 0.14 | 322.18 | 0.93 | 0.45 |
| Hex | DB | 8 | 8D | 0 | 60 | 24 | E | 142 | 5D | 2D |
| Octal | 333 | 10 | 215 | 0 | 140 | 44 | 16 | 502 | 135 | 55 |
| Binary | 11011011 | 1000 | 10001101 | 0 | 1100000 | 100100 | 1110 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DB088D
Complementary color
Monochromatic Colors of #DB088D
Black with #DB088D
Text Example
Text Example
White with #DB088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB088D; }
p { color: rgb(219,8,141); }
H1.HeaderClassName
{
color: #DB088D;
}
.AnyTagClassName
{
color: #DB088D;
}
</style>
background-color css
<style>
a { background-color: #DB088D; }
a { background-color: rgb(219,8,141); }
div.DivClassName
{
background-color: #DB088D;
}
.BgClassName
{
background-color: #DB088D;
}
</style>
border-color css
<style>
span { border-color: #DB088D; }
span { border-color: rgb(219,8,141); }
td.TdClassName
{
border-color: #DB088D;
}
.TagClassName
{
border-color: #DB088D;
}
</style>