Shades of Violet #DB87E6
Tints of Violet #DB87E6
RGB
CMYK
RGB Variations
Color information
#DB87E6 (or 0xDB87E6) is known color: Violet. HEX triplet: DB, 87 and E6. RGB value is (219,135,230). Sum of RGB (Red+Green+Blue) = 219+135+230=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB87E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB87E6 is #247819. Grayscale: #AAAAAA. Windows color (decimal): -2390042 or 15108059. OLE color: 15108059.
HSL color Cylindrical-coordinate representation of color #DB87E6: hue angle of 293.05º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB87E6 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 135 | 230 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.10 |
| HSL | 293.05º | 0.66% | 0.72% | - |
| HSV(B) | 293.05º | 0.41% | 0.9% | - |
| XYZ | 52.16 | 38.1 | 79.47 | - |
| YUV | 170.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 230 | 0.05 | 0.41 | 0 | 0.10 | 293.05 | 0.66 | 0.72 |
| Hex | DB | 87 | E6 | 5 | 29 | 0 | A | 125 | 42 | 48 |
| Octal | 333 | 207 | 346 | 5 | 51 | 0 | 12 | 445 | 102 | 110 |
| Binary | 11011011 | 10000111 | 11100110 | 101 | 101001 | 0 | 1010 | 100100101 | 1000010 | 1001000 |
Color Harmonies of #DB87E6
Complementary color
Monochromatic Colors of #DB87E6
Black with #DB87E6
Text Example
Text Example
White with #DB87E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87E6; }
p { color: rgb(219,135,230); }
H1.HeaderClassName
{
color: #DB87E6;
}
.AnyTagClassName
{
color: #DB87E6;
}
</style>
background-color css
<style>
a { background-color: #DB87E6; }
a { background-color: rgb(219,135,230); }
div.DivClassName
{
background-color: #DB87E6;
}
.BgClassName
{
background-color: #DB87E6;
}
</style>
border-color css
<style>
span { border-color: #DB87E6; }
span { border-color: rgb(219,135,230); }
td.TdClassName
{
border-color: #DB87E6;
}
.TagClassName
{
border-color: #DB87E6;
}
</style>