Shades of Heliotrope #DB6DEE
Tints of Heliotrope #DB6DEE
RGB
CMYK
RGB Variations
Color information
#DB6DEE (or 0xDB6DEE) is known color: Heliotrope. HEX triplet: DB, 6D and EE. RGB value is (219,109,238). Sum of RGB (Red+Green+Blue) = 219+109+238=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 109 (42.97% from 255 or 19.26% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DEE is #249211. Grayscale: #9C9C9C. Windows color (decimal): -2396690 or 15625691. OLE color: 15625691.
HSL color Cylindrical-coordinate representation of color #DB6DEE: hue angle of 291.16º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6DEE is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 109 | 238 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.07 |
| HSL | 291.16º | 0.79% | 0.68% | - |
| HSV(B) | 291.16º | 0.54% | 0.93% | - |
| XYZ | 50.11 | 32.17 | 84.46 | - |
| YUV | 156.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 238 | 0.08 | 0.54 | 0 | 0.07 | 291.16 | 0.79 | 0.68 |
| Hex | DB | 6D | EE | 8 | 36 | 0 | 7 | 123 | 4F | 44 |
| Octal | 333 | 155 | 356 | 10 | 66 | 0 | 7 | 443 | 117 | 104 |
| Binary | 11011011 | 1101101 | 11101110 | 1000 | 110110 | 0 | 111 | 100100011 | 1001111 | 1000100 |
Color Harmonies of #DB6DEE
Complementary color
Monochromatic Colors of #DB6DEE
Black with #DB6DEE
Text Example
Text Example
White with #DB6DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DEE; }
p { color: rgb(219,109,238); }
H1.HeaderClassName
{
color: #DB6DEE;
}
.AnyTagClassName
{
color: #DB6DEE;
}
</style>
background-color css
<style>
a { background-color: #DB6DEE; }
a { background-color: rgb(219,109,238); }
div.DivClassName
{
background-color: #DB6DEE;
}
.BgClassName
{
background-color: #DB6DEE;
}
</style>
border-color css
<style>
span { border-color: #DB6DEE; }
span { border-color: rgb(219,109,238); }
td.TdClassName
{
border-color: #DB6DEE;
}
.TagClassName
{
border-color: #DB6DEE;
}
</style>