Shades of Heliotrope #DB6EFD
Tints of Heliotrope #DB6EFD
RGB
CMYK
RGB Variations
Color information
#DB6EFD (or 0xDB6EFD) is known color: Heliotrope. HEX triplet: DB, 6E and FD. RGB value is (219,110,253). Sum of RGB (Red+Green+Blue) = 219+110+253=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 110 (43.36% from 255 or 18.90% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #DB6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6EFD is #249102. Grayscale: #9E9E9E. Windows color (decimal): -2396419 or 16608987. OLE color: 16608987.
HSL color Cylindrical-coordinate representation of color #DB6EFD: hue angle of 285.73º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6EFD is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 110 | 253 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.01 |
| HSL | 285.73º | 0.97% | 0.71% | - |
| HSV(B) | 285.73º | 0.57% | 0.99% | - |
| XYZ | 52.52 | 33.3 | 96.59 | - |
| YUV | 158.89 | 181.11 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 253 | 0.13 | 0.57 | 0 | 0.01 | 285.73 | 0.97 | 0.71 |
| Hex | DB | 6E | FD | D | 39 | 0 | 1 | 11E | 61 | 47 |
| Octal | 333 | 156 | 375 | 15 | 71 | 0 | 1 | 436 | 141 | 107 |
| Binary | 11011011 | 1101110 | 11111101 | 1101 | 111001 | 0 | 1 | 100011110 | 1100001 | 1000111 |
Color Harmonies of #DB6EFD
Complementary color
Monochromatic Colors of #DB6EFD
Black with #DB6EFD
Text Example
Text Example
White with #DB6EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6EFD; }
p { color: rgb(219,110,253); }
H1.HeaderClassName
{
color: #DB6EFD;
}
.AnyTagClassName
{
color: #DB6EFD;
}
</style>
background-color css
<style>
a { background-color: #DB6EFD; }
a { background-color: rgb(219,110,253); }
div.DivClassName
{
background-color: #DB6EFD;
}
.BgClassName
{
background-color: #DB6EFD;
}
</style>
border-color css
<style>
span { border-color: #DB6EFD; }
span { border-color: rgb(219,110,253); }
td.TdClassName
{
border-color: #DB6EFD;
}
.TagClassName
{
border-color: #DB6EFD;
}
</style>