Shades of Heliotrope #DB86FD
Tints of Heliotrope #DB86FD
RGB
CMYK
RGB Variations
Color information
#DB86FD (or 0xDB86FD) is known color: Heliotrope. HEX triplet: DB, 86 and FD. RGB value is (219,134,253). Sum of RGB (Red+Green+Blue) = 219+134+253=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB86FD is #247902. Grayscale: #ACACAC. Windows color (decimal): -2390275 or 16615131. OLE color: 16615131.
HSL color Cylindrical-coordinate representation of color #DB86FD: hue angle of 282.86º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB86FD is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 134 | 253 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.01 |
| HSL | 282.86º | 0.97% | 0.76% | - |
| HSV(B) | 282.86º | 0.47% | 0.99% | - |
| XYZ | 55.47 | 39.2 | 97.57 | - |
| YUV | 172.98 | 173.16 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 134 | 253 | 0.13 | 0.47 | 0 | 0.01 | 282.86 | 0.97 | 0.76 |
| Hex | DB | 86 | FD | D | 2F | 0 | 1 | 11B | 61 | 4C |
| Octal | 333 | 206 | 375 | 15 | 57 | 0 | 1 | 433 | 141 | 114 |
| Binary | 11011011 | 10000110 | 11111101 | 1101 | 101111 | 0 | 1 | 100011011 | 1100001 | 1001100 |
Color Harmonies of #DB86FD
Complementary color
Monochromatic Colors of #DB86FD
Black with #DB86FD
Text Example
Text Example
White with #DB86FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB86FD; }
p { color: rgb(219,134,253); }
H1.HeaderClassName
{
color: #DB86FD;
}
.AnyTagClassName
{
color: #DB86FD;
}
</style>
background-color css
<style>
a { background-color: #DB86FD; }
a { background-color: rgb(219,134,253); }
div.DivClassName
{
background-color: #DB86FD;
}
.BgClassName
{
background-color: #DB86FD;
}
</style>
border-color css
<style>
span { border-color: #DB86FD; }
span { border-color: rgb(219,134,253); }
td.TdClassName
{
border-color: #DB86FD;
}
.TagClassName
{
border-color: #DB86FD;
}
</style>