Shades of Heliotrope #DB8AFE
Tints of Heliotrope #DB8AFE
RGB
CMYK
RGB Variations
Color information
#DB8AFE (or 0xDB8AFE) is known color: Heliotrope. HEX triplet: DB, 8A and FE. RGB value is (219,138,254). Sum of RGB (Red+Green+Blue) = 219+138+254=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 138 (54.30% from 255 or 22.59% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFE is #247501. Grayscale: #AFAFAF. Windows color (decimal): -2389250 or 16681691. OLE color: 16681691.
HSL color Cylindrical-coordinate representation of color #DB8AFE: hue angle of 281.9º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8AFE is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 138 | 254 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.00 |
| HSL | 281.9º | 0.98% | 0.77% | - |
| HSV(B) | 281.9º | 0.46% | 1% | - |
| XYZ | 56.19 | 40.39 | 98.6 | - |
| YUV | 175.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 254 | 0.14 | 0.46 | 0 | 0.00 | 281.9 | 0.98 | 0.77 |
| Hex | DB | 8A | FE | E | 2E | 0 | 0 | 11A | 62 | 4D |
| Octal | 333 | 212 | 376 | 16 | 56 | 0 | 0 | 432 | 142 | 115 |
| Binary | 11011011 | 10001010 | 11111110 | 1110 | 101110 | 0 | 0 | 100011010 | 1100010 | 1001101 |
Color Harmonies of #DB8AFE
Complementary color
Monochromatic Colors of #DB8AFE
Black with #DB8AFE
Text Example
Text Example
White with #DB8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AFE; }
p { color: rgb(219,138,254); }
H1.HeaderClassName
{
color: #DB8AFE;
}
.AnyTagClassName
{
color: #DB8AFE;
}
</style>
background-color css
<style>
a { background-color: #DB8AFE; }
a { background-color: rgb(219,138,254); }
div.DivClassName
{
background-color: #DB8AFE;
}
.BgClassName
{
background-color: #DB8AFE;
}
</style>
border-color css
<style>
span { border-color: #DB8AFE; }
span { border-color: rgb(219,138,254); }
td.TdClassName
{
border-color: #DB8AFE;
}
.TagClassName
{
border-color: #DB8AFE;
}
</style>