Shades of Heliotrope #DB69EF
Tints of Heliotrope #DB69EF
RGB
CMYK
RGB Variations
Color information
#DB69EF (or 0xDB69EF) is known color: Heliotrope. HEX triplet: DB, 69 and EF. RGB value is (219,105,239). Sum of RGB (Red+Green+Blue) = 219+105+239=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 105 (41.41% from 255 or 18.65% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB69EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB69EF is #249610. Grayscale: #999999. Windows color (decimal): -2397713 or 15690203. OLE color: 15690203.
HSL color Cylindrical-coordinate representation of color #DB69EF: hue angle of 291.04º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB69EF is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 105 | 239 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.06 |
| HSL | 291.04º | 0.81% | 0.67% | - |
| HSV(B) | 291.04º | 0.56% | 0.94% | - |
| XYZ | 49.84 | 31.4 | 85.09 | - |
| YUV | 154.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 239 | 0.08 | 0.56 | 0 | 0.06 | 291.04 | 0.81 | 0.67 |
| Hex | DB | 69 | EF | 8 | 38 | 0 | 6 | 123 | 51 | 43 |
| Octal | 333 | 151 | 357 | 10 | 70 | 0 | 6 | 443 | 121 | 103 |
| Binary | 11011011 | 1101001 | 11101111 | 1000 | 111000 | 0 | 110 | 100100011 | 1010001 | 1000011 |
Color Harmonies of #DB69EF
Complementary color
Monochromatic Colors of #DB69EF
Black with #DB69EF
Text Example
Text Example
White with #DB69EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB69EF; }
p { color: rgb(219,105,239); }
H1.HeaderClassName
{
color: #DB69EF;
}
.AnyTagClassName
{
color: #DB69EF;
}
</style>
background-color css
<style>
a { background-color: #DB69EF; }
a { background-color: rgb(219,105,239); }
div.DivClassName
{
background-color: #DB69EF;
}
.BgClassName
{
background-color: #DB69EF;
}
</style>
border-color css
<style>
span { border-color: #DB69EF; }
span { border-color: rgb(219,105,239); }
td.TdClassName
{
border-color: #DB69EF;
}
.TagClassName
{
border-color: #DB69EF;
}
</style>