Shades of Violet #DB84ED
Tints of Violet #DB84ED
RGB
CMYK
RGB Variations
Color information
#DB84ED (or 0xDB84ED) is known color: Violet. HEX triplet: DB, 84 and ED. RGB value is (219,132,237). Sum of RGB (Red+Green+Blue) = 219+132+237=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB84ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB84ED is #247B12. Grayscale: #A9A9A9. Windows color (decimal): -2390803 or 15566043. OLE color: 15566043.
HSL color Cylindrical-coordinate representation of color #DB84ED: hue angle of 289.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB84ED is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 132 | 237 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.07 |
| HSL | 289.71º | 0.74% | 0.72% | - |
| HSV(B) | 289.71º | 0.44% | 0.93% | - |
| XYZ | 52.75 | 37.68 | 84.61 | - |
| YUV | 169.98 | 165.82 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 237 | 0.08 | 0.44 | 0 | 0.07 | 289.71 | 0.74 | 0.72 |
| Hex | DB | 84 | ED | 8 | 2C | 0 | 7 | 122 | 4A | 48 |
| Octal | 333 | 204 | 355 | 10 | 54 | 0 | 7 | 442 | 112 | 110 |
| Binary | 11011011 | 10000100 | 11101101 | 1000 | 101100 | 0 | 111 | 100100010 | 1001010 | 1001000 |
Color Harmonies of #DB84ED
Complementary color
Monochromatic Colors of #DB84ED
Black with #DB84ED
Text Example
Text Example
White with #DB84ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84ED; }
p { color: rgb(219,132,237); }
H1.HeaderClassName
{
color: #DB84ED;
}
.AnyTagClassName
{
color: #DB84ED;
}
</style>
background-color css
<style>
a { background-color: #DB84ED; }
a { background-color: rgb(219,132,237); }
div.DivClassName
{
background-color: #DB84ED;
}
.BgClassName
{
background-color: #DB84ED;
}
</style>
border-color css
<style>
span { border-color: #DB84ED; }
span { border-color: rgb(219,132,237); }
td.TdClassName
{
border-color: #DB84ED;
}
.TagClassName
{
border-color: #DB84ED;
}
</style>