Shades of Heliotrope #DB6DF8
Tints of Heliotrope #DB6DF8
RGB
CMYK
RGB Variations
Color information
#DB6DF8 (or 0xDB6DF8) is known color: Heliotrope. HEX triplet: DB, 6D and F8. RGB value is (219,109,248). Sum of RGB (Red+Green+Blue) = 219+109+248=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 109 (42.97% from 255 or 18.92% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #DB6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DF8 is #249207. Grayscale: #9D9D9D. Windows color (decimal): -2396680 or 16281051. OLE color: 16281051.
HSL color Cylindrical-coordinate representation of color #DB6DF8: hue angle of 287.48º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6DF8 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 109 | 248 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.03 |
| HSL | 287.48º | 0.91% | 0.7% | - |
| HSV(B) | 287.48º | 0.56% | 0.97% | - |
| XYZ | 51.63 | 32.77 | 92.41 | - |
| YUV | 157.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 248 | 0.12 | 0.56 | 0 | 0.03 | 287.48 | 0.91 | 0.7 |
| Hex | DB | 6D | F8 | C | 38 | 0 | 3 | 11F | 5B | 46 |
| Octal | 333 | 155 | 370 | 14 | 70 | 0 | 3 | 437 | 133 | 106 |
| Binary | 11011011 | 1101101 | 11111000 | 1100 | 111000 | 0 | 11 | 100011111 | 1011011 | 1000110 |
Color Harmonies of #DB6DF8
Complementary color
Monochromatic Colors of #DB6DF8
Black with #DB6DF8
Text Example
Text Example
White with #DB6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DF8; }
p { color: rgb(219,109,248); }
H1.HeaderClassName
{
color: #DB6DF8;
}
.AnyTagClassName
{
color: #DB6DF8;
}
</style>
background-color css
<style>
a { background-color: #DB6DF8; }
a { background-color: rgb(219,109,248); }
div.DivClassName
{
background-color: #DB6DF8;
}
.BgClassName
{
background-color: #DB6DF8;
}
</style>
border-color css
<style>
span { border-color: #DB6DF8; }
span { border-color: rgb(219,109,248); }
td.TdClassName
{
border-color: #DB6DF8;
}
.TagClassName
{
border-color: #DB6DF8;
}
</style>