Shades of Heliotrope #DB82F5
Tints of Heliotrope #DB82F5
RGB
CMYK
RGB Variations
Color information
#DB82F5 (or 0xDB82F5) is known color: Heliotrope. HEX triplet: DB, 82 and F5. RGB value is (219,130,245). Sum of RGB (Red+Green+Blue) = 219+130+245=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 245 (96.09% from 255 or 41.25% from 594); Max value from RGB is 245 - color contains mainly: blue. Hex color #DB82F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB82F5 is #247D0A. Grayscale: #A9A9A9. Windows color (decimal): -2391307 or 16089819. OLE color: 16089819.
HSL color Cylindrical-coordinate representation of color #DB82F5: hue angle of 286.43º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB82F5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 130 | 245 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.04 |
| HSL | 286.43º | 0.85% | 0.74% | - |
| HSV(B) | 286.43º | 0.47% | 0.96% | - |
| XYZ | 53.68 | 37.62 | 90.82 | - |
| YUV | 169.72 | 170.49 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 245 | 0.11 | 0.47 | 0 | 0.04 | 286.43 | 0.85 | 0.74 |
| Hex | DB | 82 | F5 | B | 2F | 0 | 4 | 11E | 55 | 4A |
| Octal | 333 | 202 | 365 | 13 | 57 | 0 | 4 | 436 | 125 | 112 |
| Binary | 11011011 | 10000010 | 11110101 | 1011 | 101111 | 0 | 100 | 100011110 | 1010101 | 1001010 |
Color Harmonies of #DB82F5
Complementary color
Monochromatic Colors of #DB82F5
Black with #DB82F5
Text Example
Text Example
White with #DB82F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82F5; }
p { color: rgb(219,130,245); }
H1.HeaderClassName
{
color: #DB82F5;
}
.AnyTagClassName
{
color: #DB82F5;
}
</style>
background-color css
<style>
a { background-color: #DB82F5; }
a { background-color: rgb(219,130,245); }
div.DivClassName
{
background-color: #DB82F5;
}
.BgClassName
{
background-color: #DB82F5;
}
</style>
border-color css
<style>
span { border-color: #DB82F5; }
span { border-color: rgb(219,130,245); }
td.TdClassName
{
border-color: #DB82F5;
}
.TagClassName
{
border-color: #DB82F5;
}
</style>