Shades of Heliotrope #DB69F6
Tints of Heliotrope #DB69F6
RGB
CMYK
RGB Variations
Color information
#DB69F6 (or 0xDB69F6) is known color: Heliotrope. HEX triplet: DB, 69 and F6. RGB value is (219,105,246). Sum of RGB (Red+Green+Blue) = 219+105+246=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 105 (41.41% from 255 or 18.42% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB69F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69F6 is #249609. Grayscale: #9A9A9A. Windows color (decimal): -2397706 or 16148955. OLE color: 16148955.
HSL color Cylindrical-coordinate representation of color #DB69F6: hue angle of 288.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DB69F6 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 105 | 246 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.04 |
| HSL | 288.51º | 0.89% | 0.69% | - |
| HSV(B) | 288.51º | 0.57% | 0.96% | - |
| XYZ | 50.9 | 31.82 | 90.65 | - |
| YUV | 155.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 246 | 0.11 | 0.57 | 0 | 0.04 | 288.51 | 0.89 | 0.69 |
| Hex | DB | 69 | F6 | B | 39 | 0 | 4 | 121 | 59 | 45 |
| Octal | 333 | 151 | 366 | 13 | 71 | 0 | 4 | 441 | 131 | 105 |
| Binary | 11011011 | 1101001 | 11110110 | 1011 | 111001 | 0 | 100 | 100100001 | 1011001 | 1000101 |
Color Harmonies of #DB69F6
Complementary color
Monochromatic Colors of #DB69F6
Black with #DB69F6
Text Example
Text Example
White with #DB69F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69F6; }
p { color: rgb(219,105,246); }
H1.HeaderClassName
{
color: #DB69F6;
}
.AnyTagClassName
{
color: #DB69F6;
}
</style>
background-color css
<style>
a { background-color: #DB69F6; }
a { background-color: rgb(219,105,246); }
div.DivClassName
{
background-color: #DB69F6;
}
.BgClassName
{
background-color: #DB69F6;
}
</style>
border-color css
<style>
span { border-color: #DB69F6; }
span { border-color: rgb(219,105,246); }
td.TdClassName
{
border-color: #DB69F6;
}
.TagClassName
{
border-color: #DB69F6;
}
</style>