Shades of Medium Violet Red #DB088F
Tints of Medium Violet Red #DB088F
RGB
CMYK
RGB Variations
Color information
#DB088F (or 0xDB088F) is known color: Medium Violet Red. HEX triplet: DB, 08 and 8F. RGB value is (219,8,143). Sum of RGB (Red+Green+Blue) = 219+8+143=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB088F is #24F770. Grayscale: #565656. Windows color (decimal): -2422641 or 9373915. OLE color: 9373915.
HSL color Cylindrical-coordinate representation of color #DB088F: hue angle of 321.61º 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 #DB088F is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 143 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.14 |
| HSL | 321.61º | 0.93% | 0.45% | - |
| HSV(B) | 321.61º | 0.96% | 0.86% | - |
| XYZ | 34.26 | 17.22 | 27.5 | - |
| YUV | 86.48 | 159.9 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 143 | 0 | 0.96 | 0.35 | 0.14 | 321.61 | 0.93 | 0.45 |
| Hex | DB | 8 | 8F | 0 | 60 | 23 | E | 142 | 5D | 2D |
| Octal | 333 | 10 | 217 | 0 | 140 | 43 | 16 | 502 | 135 | 55 |
| Binary | 11011011 | 1000 | 10001111 | 0 | 1100000 | 100011 | 1110 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DB088F
Complementary color
Monochromatic Colors of #DB088F
Black with #DB088F
Text Example
Text Example
White with #DB088F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB088F; }
p { color: rgb(219,8,143); }
H1.HeaderClassName
{
color: #DB088F;
}
.AnyTagClassName
{
color: #DB088F;
}
</style>
background-color css
<style>
a { background-color: #DB088F; }
a { background-color: rgb(219,8,143); }
div.DivClassName
{
background-color: #DB088F;
}
.BgClassName
{
background-color: #DB088F;
}
</style>
border-color css
<style>
span { border-color: #DB088F; }
span { border-color: rgb(219,8,143); }
td.TdClassName
{
border-color: #DB088F;
}
.TagClassName
{
border-color: #DB088F;
}
</style>