Shades of Heliotrope #DB6BFA
Tints of Heliotrope #DB6BFA
RGB
CMYK
RGB Variations
Color information
#DB6BFA (or 0xDB6BFA) is known color: Heliotrope. HEX triplet: DB, 6B and FA. RGB value is (219,107,250). Sum of RGB (Red+Green+Blue) = 219+107+250=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB6BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BFA is #249405. Grayscale: #9C9C9C. Windows color (decimal): -2397190 or 16411611. OLE color: 16411611.
HSL color Cylindrical-coordinate representation of color #DB6BFA: hue angle of 286.99º degrees, saturation: 0.93, 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 #DB6BFA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 107 | 250 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.02 |
| HSL | 286.99º | 0.93% | 0.7% | - |
| HSV(B) | 286.99º | 0.57% | 0.98% | - |
| XYZ | 51.73 | 32.48 | 93.99 | - |
| YUV | 156.79 | 180.61 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 250 | 0.12 | 0.57 | 0 | 0.02 | 286.99 | 0.93 | 0.7 |
| Hex | DB | 6B | FA | C | 39 | 0 | 2 | 11F | 5D | 46 |
| Octal | 333 | 153 | 372 | 14 | 71 | 0 | 2 | 437 | 135 | 106 |
| Binary | 11011011 | 1101011 | 11111010 | 1100 | 111001 | 0 | 10 | 100011111 | 1011101 | 1000110 |
Color Harmonies of #DB6BFA
Complementary color
Monochromatic Colors of #DB6BFA
Black with #DB6BFA
Text Example
Text Example
White with #DB6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BFA; }
p { color: rgb(219,107,250); }
H1.HeaderClassName
{
color: #DB6BFA;
}
.AnyTagClassName
{
color: #DB6BFA;
}
</style>
background-color css
<style>
a { background-color: #DB6BFA; }
a { background-color: rgb(219,107,250); }
div.DivClassName
{
background-color: #DB6BFA;
}
.BgClassName
{
background-color: #DB6BFA;
}
</style>
border-color css
<style>
span { border-color: #DB6BFA; }
span { border-color: rgb(219,107,250); }
td.TdClassName
{
border-color: #DB6BFA;
}
.TagClassName
{
border-color: #DB6BFA;
}
</style>