Shades of Heliotrope #DB6DFB
Tints of Heliotrope #DB6DFB
RGB
CMYK
RGB Variations
Color information
#DB6DFB (or 0xDB6DFB) is known color: Heliotrope. HEX triplet: DB, 6D and FB. RGB value is (219,109,251). Sum of RGB (Red+Green+Blue) = 219+109+251=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 109 (42.97% from 255 or 18.83% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB6DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6DFB is #249204. Grayscale: #9D9D9D. Windows color (decimal): -2396677 or 16477659. OLE color: 16477659.
HSL color Cylindrical-coordinate representation of color #DB6DFB: hue angle of 286.48º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6DFB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 109 | 251 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.02 |
| HSL | 286.48º | 0.95% | 0.71% | - |
| HSV(B) | 286.48º | 0.57% | 0.98% | - |
| XYZ | 52.09 | 32.96 | 94.88 | - |
| YUV | 158.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 251 | 0.13 | 0.57 | 0 | 0.02 | 286.48 | 0.95 | 0.71 |
| Hex | DB | 6D | FB | D | 39 | 0 | 2 | 11E | 5F | 47 |
| Octal | 333 | 155 | 373 | 15 | 71 | 0 | 2 | 436 | 137 | 107 |
| Binary | 11011011 | 1101101 | 11111011 | 1101 | 111001 | 0 | 10 | 100011110 | 1011111 | 1000111 |
Color Harmonies of #DB6DFB
Complementary color
Monochromatic Colors of #DB6DFB
Black with #DB6DFB
Text Example
Text Example
White with #DB6DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6DFB; }
p { color: rgb(219,109,251); }
H1.HeaderClassName
{
color: #DB6DFB;
}
.AnyTagClassName
{
color: #DB6DFB;
}
</style>
background-color css
<style>
a { background-color: #DB6DFB; }
a { background-color: rgb(219,109,251); }
div.DivClassName
{
background-color: #DB6DFB;
}
.BgClassName
{
background-color: #DB6DFB;
}
</style>
border-color css
<style>
span { border-color: #DB6DFB; }
span { border-color: rgb(219,109,251); }
td.TdClassName
{
border-color: #DB6DFB;
}
.TagClassName
{
border-color: #DB6DFB;
}
</style>