Shades of Heliotrope #DB8DFA
Tints of Heliotrope #DB8DFA
RGB
CMYK
RGB Variations
Color information
#DB8DFA (or 0xDB8DFA) is known color: Heliotrope. HEX triplet: DB, 8D and FA. RGB value is (219,141,250). Sum of RGB (Red+Green+Blue) = 219+141+250=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8DFA is #247205. Grayscale: #B0B0B0. Windows color (decimal): -2388486 or 16420315. OLE color: 16420315.
HSL color Cylindrical-coordinate representation of color #DB8DFA: hue angle of 282.94º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB8DFA is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 141 | 250 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.02 |
| HSL | 282.94º | 0.92% | 0.77% | - |
| HSV(B) | 282.94º | 0.44% | 0.98% | - |
| XYZ | 55.99 | 41.01 | 95.41 | - |
| YUV | 176.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 250 | 0.12 | 0.44 | 0 | 0.02 | 282.94 | 0.92 | 0.77 |
| Hex | DB | 8D | FA | C | 2C | 0 | 2 | 11B | 5C | 4D |
| Octal | 333 | 215 | 372 | 14 | 54 | 0 | 2 | 433 | 134 | 115 |
| Binary | 11011011 | 10001101 | 11111010 | 1100 | 101100 | 0 | 10 | 100011011 | 1011100 | 1001101 |
Color Harmonies of #DB8DFA
Complementary color
Monochromatic Colors of #DB8DFA
Black with #DB8DFA
Text Example
Text Example
White with #DB8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DFA; }
p { color: rgb(219,141,250); }
H1.HeaderClassName
{
color: #DB8DFA;
}
.AnyTagClassName
{
color: #DB8DFA;
}
</style>
background-color css
<style>
a { background-color: #DB8DFA; }
a { background-color: rgb(219,141,250); }
div.DivClassName
{
background-color: #DB8DFA;
}
.BgClassName
{
background-color: #DB8DFA;
}
</style>
border-color css
<style>
span { border-color: #DB8DFA; }
span { border-color: rgb(219,141,250); }
td.TdClassName
{
border-color: #DB8DFA;
}
.TagClassName
{
border-color: #DB8DFA;
}
</style>