Shades of Heliotrope #DB8AFF
Tints of Heliotrope #DB8AFF
RGB
CMYK
RGB Variations
Color information
#DB8AFF (or 0xDB8AFF) is known color: Heliotrope. HEX triplet: DB, 8A and FF. RGB value is (219,138,255). Sum of RGB (Red+Green+Blue) = 219+138+255=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8AFF is #247500. Grayscale: #AFAFAF. Windows color (decimal): -2389249 or 16747227. OLE color: 16747227.
HSL color Cylindrical-coordinate representation of color #DB8AFF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8AFF is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 138 | 255 | - |
| CMYK | 0.14 | 0.46 | 0 | 0 |
| HSL | 281.54º | 1% | 0.77% | - |
| HSV(B) | 281.54º | 0.46% | 1% | - |
| XYZ | 56.35 | 40.46 | 99.45 | - |
| YUV | 175.56 | 172.84 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 255 | 0.14 | 0.46 | 0 | 0 | 281.54 | 1 | 0.77 |
| Hex | DB | 8A | FF | E | 2E | 0 | 0 | 11A | 64 | 4D |
| Octal | 333 | 212 | 377 | 16 | 56 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011011 | 10001010 | 11111111 | 1110 | 101110 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DB8AFF
Complementary color
Monochromatic Colors of #DB8AFF
Black with #DB8AFF
Text Example
Text Example
White with #DB8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AFF; }
p { color: rgb(219,138,255); }
H1.HeaderClassName
{
color: #DB8AFF;
}
.AnyTagClassName
{
color: #DB8AFF;
}
</style>
background-color css
<style>
a { background-color: #DB8AFF; }
a { background-color: rgb(219,138,255); }
div.DivClassName
{
background-color: #DB8AFF;
}
.BgClassName
{
background-color: #DB8AFF;
}
</style>
border-color css
<style>
span { border-color: #DB8AFF; }
span { border-color: rgb(219,138,255); }
td.TdClassName
{
border-color: #DB8AFF;
}
.TagClassName
{
border-color: #DB8AFF;
}
</style>