Shades of Heliotrope #DB8DFE
Tints of Heliotrope #DB8DFE
RGB
CMYK
RGB Variations
Color information
#DB8DFE (or 0xDB8DFE) is known color: Heliotrope. HEX triplet: DB, 8D and FE. RGB value is (219,141,254). Sum of RGB (Red+Green+Blue) = 219+141+254=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB8DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFE is #247201. Grayscale: #B0B0B0. Windows color (decimal): -2388482 or 16682459. OLE color: 16682459.
HSL color Cylindrical-coordinate representation of color #DB8DFE: hue angle of 281.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8DFE is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 141 | 254 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.00 |
| HSL | 281.42º | 0.98% | 0.77% | - |
| HSV(B) | 281.42º | 0.44% | 1% | - |
| XYZ | 56.63 | 41.27 | 98.75 | - |
| YUV | 177.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 254 | 0.14 | 0.44 | 0 | 0.00 | 281.42 | 0.98 | 0.77 |
| Hex | DB | 8D | FE | E | 2C | 0 | 0 | 119 | 62 | 4D |
| Octal | 333 | 215 | 376 | 16 | 54 | 0 | 0 | 431 | 142 | 115 |
| Binary | 11011011 | 10001101 | 11111110 | 1110 | 101100 | 0 | 0 | 100011001 | 1100010 | 1001101 |
Color Harmonies of #DB8DFE
Complementary color
Monochromatic Colors of #DB8DFE
Black with #DB8DFE
Text Example
Text Example
White with #DB8DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DFE; }
p { color: rgb(219,141,254); }
H1.HeaderClassName
{
color: #DB8DFE;
}
.AnyTagClassName
{
color: #DB8DFE;
}
</style>
background-color css
<style>
a { background-color: #DB8DFE; }
a { background-color: rgb(219,141,254); }
div.DivClassName
{
background-color: #DB8DFE;
}
.BgClassName
{
background-color: #DB8DFE;
}
</style>
border-color css
<style>
span { border-color: #DB8DFE; }
span { border-color: rgb(219,141,254); }
td.TdClassName
{
border-color: #DB8DFE;
}
.TagClassName
{
border-color: #DB8DFE;
}
</style>