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