Shades of Violet #DB85E5
Tints of Violet #DB85E5
RGB
CMYK
RGB Variations
Color information
#DB85E5 (or 0xDB85E5) is known color: Violet. HEX triplet: DB, 85 and E5. RGB value is (219,133,229). Sum of RGB (Red+Green+Blue) = 219+133+229=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB85E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85E5 is #247A1A. Grayscale: #A9A9A9. Windows color (decimal): -2390555 or 15042011. OLE color: 15042011.
HSL color Cylindrical-coordinate representation of color #DB85E5: hue angle of 293.75º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB85E5 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 133 | 229 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.10 |
| HSL | 293.75º | 0.65% | 0.71% | - |
| HSV(B) | 293.75º | 0.42% | 0.9% | - |
| XYZ | 51.74 | 37.49 | 78.64 | - |
| YUV | 169.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 229 | 0.04 | 0.42 | 0 | 0.10 | 293.75 | 0.65 | 0.71 |
| Hex | DB | 85 | E5 | 4 | 2A | 0 | A | 126 | 41 | 47 |
| Octal | 333 | 205 | 345 | 4 | 52 | 0 | 12 | 446 | 101 | 107 |
| Binary | 11011011 | 10000101 | 11100101 | 100 | 101010 | 0 | 1010 | 100100110 | 1000001 | 1000111 |
Color Harmonies of #DB85E5
Complementary color
Monochromatic Colors of #DB85E5
Black with #DB85E5
Text Example
Text Example
White with #DB85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85E5; }
p { color: rgb(219,133,229); }
H1.HeaderClassName
{
color: #DB85E5;
}
.AnyTagClassName
{
color: #DB85E5;
}
</style>
background-color css
<style>
a { background-color: #DB85E5; }
a { background-color: rgb(219,133,229); }
div.DivClassName
{
background-color: #DB85E5;
}
.BgClassName
{
background-color: #DB85E5;
}
</style>
border-color css
<style>
span { border-color: #DB85E5; }
span { border-color: rgb(219,133,229); }
td.TdClassName
{
border-color: #DB85E5;
}
.TagClassName
{
border-color: #DB85E5;
}
</style>