Shades of Violet #DB87E4
Tints of Violet #DB87E4
RGB
CMYK
RGB Variations
Color information
#DB87E4 (or 0xDB87E4) is known color: Violet. HEX triplet: DB, 87 and E4. RGB value is (219,135,228). Sum of RGB (Red+Green+Blue) = 219+135+228=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 135 (53.12% from 255 or 23.20% from 582); Blue value is 228 (89.45% from 255 or 39.18% from 582); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB87E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87E4 is #24781B. Grayscale: #AAAAAA. Windows color (decimal): -2390044 or 14976987. OLE color: 14976987.
HSL color Cylindrical-coordinate representation of color #DB87E4: hue angle of 294.19º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB87E4 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 135 | 228 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.11 |
| HSL | 294.19º | 0.63% | 0.71% | - |
| HSV(B) | 294.19º | 0.41% | 0.89% | - |
| XYZ | 51.88 | 37.99 | 78 | - |
| YUV | 170.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 228 | 0.04 | 0.41 | 0 | 0.11 | 294.19 | 0.63 | 0.71 |
| Hex | DB | 87 | E4 | 4 | 29 | 0 | B | 126 | 3F | 47 |
| Octal | 333 | 207 | 344 | 4 | 51 | 0 | 13 | 446 | 77 | 107 |
| Binary | 11011011 | 10000111 | 11100100 | 100 | 101001 | 0 | 1011 | 100100110 | 111111 | 1000111 |
Color Harmonies of #DB87E4
Complementary color
Monochromatic Colors of #DB87E4
Black with #DB87E4
Text Example
Text Example
White with #DB87E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87E4; }
p { color: rgb(219,135,228); }
H1.HeaderClassName
{
color: #DB87E4;
}
.AnyTagClassName
{
color: #DB87E4;
}
</style>
background-color css
<style>
a { background-color: #DB87E4; }
a { background-color: rgb(219,135,228); }
div.DivClassName
{
background-color: #DB87E4;
}
.BgClassName
{
background-color: #DB87E4;
}
</style>
border-color css
<style>
span { border-color: #DB87E4; }
span { border-color: rgb(219,135,228); }
td.TdClassName
{
border-color: #DB87E4;
}
.TagClassName
{
border-color: #DB87E4;
}
</style>