Shades of Heliotrope #DB6DEF
Tints of Heliotrope #DB6DEF
RGB
CMYK
RGB Variations
Color information
#DB6DEF (or 0xDB6DEF) is known color: Heliotrope. HEX triplet: DB, 6D and EF. RGB value is (219,109,239). Sum of RGB (Red+Green+Blue) = 219+109+239=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB6DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DEF is #249210. Grayscale: #9C9C9C. Windows color (decimal): -2396689 or 15691227. OLE color: 15691227.
HSL color Cylindrical-coordinate representation of color #DB6DEF: hue angle of 290.77º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6DEF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 109 | 239 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.06 |
| HSL | 290.77º | 0.8% | 0.68% | - |
| HSV(B) | 290.77º | 0.54% | 0.94% | - |
| XYZ | 50.26 | 32.23 | 85.23 | - |
| YUV | 156.71 | 174.44 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 239 | 0.08 | 0.54 | 0 | 0.06 | 290.77 | 0.8 | 0.68 |
| Hex | DB | 6D | EF | 8 | 36 | 0 | 6 | 123 | 50 | 44 |
| Octal | 333 | 155 | 357 | 10 | 66 | 0 | 6 | 443 | 120 | 104 |
| Binary | 11011011 | 1101101 | 11101111 | 1000 | 110110 | 0 | 110 | 100100011 | 1010000 | 1000100 |
Color Harmonies of #DB6DEF
Complementary color
Monochromatic Colors of #DB6DEF
Black with #DB6DEF
Text Example
Text Example
White with #DB6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DEF; }
p { color: rgb(219,109,239); }
H1.HeaderClassName
{
color: #DB6DEF;
}
.AnyTagClassName
{
color: #DB6DEF;
}
</style>
background-color css
<style>
a { background-color: #DB6DEF; }
a { background-color: rgb(219,109,239); }
div.DivClassName
{
background-color: #DB6DEF;
}
.BgClassName
{
background-color: #DB6DEF;
}
</style>
border-color css
<style>
span { border-color: #DB6DEF; }
span { border-color: rgb(219,109,239); }
td.TdClassName
{
border-color: #DB6DEF;
}
.TagClassName
{
border-color: #DB6DEF;
}
</style>