Shades of Heliotrope #DB69FF
Tints of Heliotrope #DB69FF
RGB
CMYK
RGB Variations
Color information
#DB69FF (or 0xDB69FF) is known color: Heliotrope. HEX triplet: DB, 69 and FF. RGB value is (219,105,255). Sum of RGB (Red+Green+Blue) = 219+105+255=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 105 (41.41% from 255 or 18.13% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69FF is #249600. Grayscale: #9B9B9B. Windows color (decimal): -2397697 or 16738779. OLE color: 16738779.
HSL color Cylindrical-coordinate representation of color #DB69FF: hue angle of 285.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB69FF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 105 | 255 | - |
| CMYK | 0.14 | 0.59 | 0 | 0 |
| HSL | 285.6º | 1% | 0.71% | - |
| HSV(B) | 285.6º | 0.59% | 1% | - |
| XYZ | 52.31 | 32.38 | 98.1 | - |
| YUV | 156.19 | 183.77 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 255 | 0.14 | 0.59 | 0 | 0 | 285.6 | 1 | 0.71 |
| Hex | DB | 69 | FF | E | 3B | 0 | 0 | 11E | 64 | 47 |
| Octal | 333 | 151 | 377 | 16 | 73 | 0 | 0 | 436 | 144 | 107 |
| Binary | 11011011 | 1101001 | 11111111 | 1110 | 111011 | 0 | 0 | 100011110 | 1100100 | 1000111 |
Color Harmonies of #DB69FF
Complementary color
Monochromatic Colors of #DB69FF
Black with #DB69FF
Text Example
Text Example
White with #DB69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69FF; }
p { color: rgb(219,105,255); }
H1.HeaderClassName
{
color: #DB69FF;
}
.AnyTagClassName
{
color: #DB69FF;
}
</style>
background-color css
<style>
a { background-color: #DB69FF; }
a { background-color: rgb(219,105,255); }
div.DivClassName
{
background-color: #DB69FF;
}
.BgClassName
{
background-color: #DB69FF;
}
</style>
border-color css
<style>
span { border-color: #DB69FF; }
span { border-color: rgb(219,105,255); }
td.TdClassName
{
border-color: #DB69FF;
}
.TagClassName
{
border-color: #DB69FF;
}
</style>