Shades of Heliotrope #DB6BF0
Tints of Heliotrope #DB6BF0
RGB
CMYK
RGB Variations
Color information
#DB6BF0 (or 0xDB6BF0) is known color: Heliotrope. HEX triplet: DB, 6B and F0. RGB value is (219,107,240). Sum of RGB (Red+Green+Blue) = 219+107+240=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 107 (42.19% from 255 or 18.90% from 566); Blue value is 240 (94.14% from 255 or 42.40% from 566); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB6BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF0 is #24940F. Grayscale: #9B9B9B. Windows color (decimal): -2397200 or 15756251. OLE color: 15756251.
HSL color Cylindrical-coordinate representation of color #DB6BF0: hue angle of 290.53º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB6BF0 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 107 | 240 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.06 |
| HSL | 290.53º | 0.82% | 0.68% | - |
| HSV(B) | 290.53º | 0.55% | 0.94% | - |
| XYZ | 50.2 | 31.87 | 85.94 | - |
| YUV | 155.65 | 175.61 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 240 | 0.09 | 0.55 | 0 | 0.06 | 290.53 | 0.82 | 0.68 |
| Hex | DB | 6B | F0 | 9 | 37 | 0 | 6 | 123 | 52 | 44 |
| Octal | 333 | 153 | 360 | 11 | 67 | 0 | 6 | 443 | 122 | 104 |
| Binary | 11011011 | 1101011 | 11110000 | 1001 | 110111 | 0 | 110 | 100100011 | 1010010 | 1000100 |
Color Harmonies of #DB6BF0
Complementary color
Monochromatic Colors of #DB6BF0
Black with #DB6BF0
Text Example
Text Example
White with #DB6BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BF0; }
p { color: rgb(219,107,240); }
H1.HeaderClassName
{
color: #DB6BF0;
}
.AnyTagClassName
{
color: #DB6BF0;
}
</style>
background-color css
<style>
a { background-color: #DB6BF0; }
a { background-color: rgb(219,107,240); }
div.DivClassName
{
background-color: #DB6BF0;
}
.BgClassName
{
background-color: #DB6BF0;
}
</style>
border-color css
<style>
span { border-color: #DB6BF0; }
span { border-color: rgb(219,107,240); }
td.TdClassName
{
border-color: #DB6BF0;
}
.TagClassName
{
border-color: #DB6BF0;
}
</style>