Shades of Violet #DB85E6
Tints of Violet #DB85E6
RGB
CMYK
RGB Variations
Color information
#DB85E6 (or 0xDB85E6) is known color: Violet. HEX triplet: DB, 85 and E6. RGB value is (219,133,230). Sum of RGB (Red+Green+Blue) = 219+133+230=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 230 (90.23% from 255 or 39.52% from 582); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB85E6 is #247A19. Grayscale: #A9A9A9. Windows color (decimal): -2390554 or 15107547. OLE color: 15107547.
HSL color Cylindrical-coordinate representation of color #DB85E6: hue angle of 293.2º degrees, saturation: 0.66, 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 #DB85E6 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 133 | 230 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.10 |
| HSL | 293.2º | 0.66% | 0.71% | - |
| HSV(B) | 293.2º | 0.42% | 0.9% | - |
| XYZ | 51.88 | 37.55 | 79.38 | - |
| YUV | 169.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 230 | 0.05 | 0.42 | 0 | 0.10 | 293.2 | 0.66 | 0.71 |
| Hex | DB | 85 | E6 | 5 | 2A | 0 | A | 125 | 42 | 47 |
| Octal | 333 | 205 | 346 | 5 | 52 | 0 | 12 | 445 | 102 | 107 |
| Binary | 11011011 | 10000101 | 11100110 | 101 | 101010 | 0 | 1010 | 100100101 | 1000010 | 1000111 |
Color Harmonies of #DB85E6
Complementary color
Monochromatic Colors of #DB85E6
Black with #DB85E6
Text Example
Text Example
White with #DB85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85E6; }
p { color: rgb(219,133,230); }
H1.HeaderClassName
{
color: #DB85E6;
}
.AnyTagClassName
{
color: #DB85E6;
}
</style>
background-color css
<style>
a { background-color: #DB85E6; }
a { background-color: rgb(219,133,230); }
div.DivClassName
{
background-color: #DB85E6;
}
.BgClassName
{
background-color: #DB85E6;
}
</style>
border-color css
<style>
span { border-color: #DB85E6; }
span { border-color: rgb(219,133,230); }
td.TdClassName
{
border-color: #DB85E6;
}
.TagClassName
{
border-color: #DB85E6;
}
</style>