Shades of Heliotrope #DB6BFB
Tints of Heliotrope #DB6BFB
RGB
CMYK
RGB Variations
Color information
#DB6BFB (or 0xDB6BFB) is known color: Heliotrope. HEX triplet: DB, 6B and FB. RGB value is (219,107,251). Sum of RGB (Red+Green+Blue) = 219+107+251=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 107 (42.19% from 255 or 18.54% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB6BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFB is #249404. Grayscale: #9C9C9C. Windows color (decimal): -2397189 or 16477147. OLE color: 16477147.
HSL color Cylindrical-coordinate representation of color #DB6BFB: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB6BFB is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 107 | 251 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.02 |
| HSL | 286.67º | 0.95% | 0.7% | - |
| HSV(B) | 286.67º | 0.57% | 0.98% | - |
| XYZ | 51.88 | 32.54 | 94.81 | - |
| YUV | 156.9 | 181.11 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 251 | 0.13 | 0.57 | 0 | 0.02 | 286.67 | 0.95 | 0.7 |
| Hex | DB | 6B | FB | D | 39 | 0 | 2 | 11F | 5F | 46 |
| Octal | 333 | 153 | 373 | 15 | 71 | 0 | 2 | 437 | 137 | 106 |
| Binary | 11011011 | 1101011 | 11111011 | 1101 | 111001 | 0 | 10 | 100011111 | 1011111 | 1000110 |
Color Harmonies of #DB6BFB
Complementary color
Monochromatic Colors of #DB6BFB
Black with #DB6BFB
Text Example
Text Example
White with #DB6BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BFB; }
p { color: rgb(219,107,251); }
H1.HeaderClassName
{
color: #DB6BFB;
}
.AnyTagClassName
{
color: #DB6BFB;
}
</style>
background-color css
<style>
a { background-color: #DB6BFB; }
a { background-color: rgb(219,107,251); }
div.DivClassName
{
background-color: #DB6BFB;
}
.BgClassName
{
background-color: #DB6BFB;
}
</style>
border-color css
<style>
span { border-color: #DB6BFB; }
span { border-color: rgb(219,107,251); }
td.TdClassName
{
border-color: #DB6BFB;
}
.TagClassName
{
border-color: #DB6BFB;
}
</style>