Shades of Heliotrope #DB8FFF
Tints of Heliotrope #DB8FFF
RGB
CMYK
RGB Variations
Color information
#DB8FFF (or 0xDB8FFF) is known color: Heliotrope. HEX triplet: DB, 8F and FF. RGB value is (219,143,255). Sum of RGB (Red+Green+Blue) = 219+143+255=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8FFF is #247000. Grayscale: #B2B2B2. Windows color (decimal): -2387969 or 16748507. OLE color: 16748507.
HSL color Cylindrical-coordinate representation of color #DB8FFF: hue angle of 280.71º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8FFF is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 143 | 255 | - |
| CMYK | 0.14 | 0.44 | 0 | 0 |
| HSL | 280.71º | 1% | 0.78% | - |
| HSV(B) | 280.71º | 0.44% | 1% | - |
| XYZ | 57.09 | 41.92 | 99.69 | - |
| YUV | 178.49 | 171.18 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 255 | 0.14 | 0.44 | 0 | 0 | 280.71 | 1 | 0.78 |
| Hex | DB | 8F | FF | E | 2C | 0 | 0 | 119 | 64 | 4E |
| Octal | 333 | 217 | 377 | 16 | 54 | 0 | 0 | 431 | 144 | 116 |
| Binary | 11011011 | 10001111 | 11111111 | 1110 | 101100 | 0 | 0 | 100011001 | 1100100 | 1001110 |
Color Harmonies of #DB8FFF
Complementary color
Monochromatic Colors of #DB8FFF
Black with #DB8FFF
Text Example
Text Example
White with #DB8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FFF; }
p { color: rgb(219,143,255); }
H1.HeaderClassName
{
color: #DB8FFF;
}
.AnyTagClassName
{
color: #DB8FFF;
}
</style>
background-color css
<style>
a { background-color: #DB8FFF; }
a { background-color: rgb(219,143,255); }
div.DivClassName
{
background-color: #DB8FFF;
}
.BgClassName
{
background-color: #DB8FFF;
}
</style>
border-color css
<style>
span { border-color: #DB8FFF; }
span { border-color: rgb(219,143,255); }
td.TdClassName
{
border-color: #DB8FFF;
}
.TagClassName
{
border-color: #DB8FFF;
}
</style>