Shades of Heliotrope #DB6BF2
Tints of Heliotrope #DB6BF2
RGB
CMYK
RGB Variations
Color information
#DB6BF2 (or 0xDB6BF2) is known color: Heliotrope. HEX triplet: DB, 6B and F2. RGB value is (219,107,242). Sum of RGB (Red+Green+Blue) = 219+107+242=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB6BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB6BF2 is #24940D. Grayscale: #9B9B9B. Windows color (decimal): -2397198 or 15887323. OLE color: 15887323.
HSL color Cylindrical-coordinate representation of color #DB6BF2: hue angle of 289.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6BF2 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 107 | 242 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.05 |
| HSL | 289.78º | 0.84% | 0.68% | - |
| HSV(B) | 289.78º | 0.56% | 0.95% | - |
| XYZ | 50.5 | 31.99 | 87.52 | - |
| YUV | 155.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 107 | 242 | 0.10 | 0.56 | 0 | 0.05 | 289.78 | 0.84 | 0.68 |
| Hex | DB | 6B | F2 | A | 38 | 0 | 5 | 122 | 54 | 44 |
| Octal | 333 | 153 | 362 | 12 | 70 | 0 | 5 | 442 | 124 | 104 |
| Binary | 11011011 | 1101011 | 11110010 | 1010 | 111000 | 0 | 101 | 100100010 | 1010100 | 1000100 |
Color Harmonies of #DB6BF2
Complementary color
Monochromatic Colors of #DB6BF2
Black with #DB6BF2
Text Example
Text Example
White with #DB6BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6BF2; }
p { color: rgb(219,107,242); }
H1.HeaderClassName
{
color: #DB6BF2;
}
.AnyTagClassName
{
color: #DB6BF2;
}
</style>
background-color css
<style>
a { background-color: #DB6BF2; }
a { background-color: rgb(219,107,242); }
div.DivClassName
{
background-color: #DB6BF2;
}
.BgClassName
{
background-color: #DB6BF2;
}
</style>
border-color css
<style>
span { border-color: #DB6BF2; }
span { border-color: rgb(219,107,242); }
td.TdClassName
{
border-color: #DB6BF2;
}
.TagClassName
{
border-color: #DB6BF2;
}
</style>