Shades of Heliotrope #DB8EF4
Tints of Heliotrope #DB8EF4
RGB
CMYK
RGB Variations
Color information
#DB8EF4 (or 0xDB8EF4) is known color: Heliotrope. HEX triplet: DB, 8E and F4. RGB value is (219,142,244). Sum of RGB (Red+Green+Blue) = 219+142+244=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB8EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB8EF4 is #24710B. Grayscale: #B0B0B0. Windows color (decimal): -2388236 or 16027355. OLE color: 16027355.
HSL color Cylindrical-coordinate representation of color #DB8EF4: hue angle of 285.29º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB8EF4 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 142 | 244 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.04 |
| HSL | 285.29º | 0.82% | 0.76% | - |
| HSV(B) | 285.29º | 0.42% | 0.96% | - |
| XYZ | 55.22 | 40.94 | 90.58 | - |
| YUV | 176.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 244 | 0.10 | 0.42 | 0 | 0.04 | 285.29 | 0.82 | 0.76 |
| Hex | DB | 8E | F4 | A | 2A | 0 | 4 | 11D | 52 | 4C |
| Octal | 333 | 216 | 364 | 12 | 52 | 0 | 4 | 435 | 122 | 114 |
| Binary | 11011011 | 10001110 | 11110100 | 1010 | 101010 | 0 | 100 | 100011101 | 1010010 | 1001100 |
Color Harmonies of #DB8EF4
Complementary color
Monochromatic Colors of #DB8EF4
Black with #DB8EF4
Text Example
Text Example
White with #DB8EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EF4; }
p { color: rgb(219,142,244); }
H1.HeaderClassName
{
color: #DB8EF4;
}
.AnyTagClassName
{
color: #DB8EF4;
}
</style>
background-color css
<style>
a { background-color: #DB8EF4; }
a { background-color: rgb(219,142,244); }
div.DivClassName
{
background-color: #DB8EF4;
}
.BgClassName
{
background-color: #DB8EF4;
}
</style>
border-color css
<style>
span { border-color: #DB8EF4; }
span { border-color: rgb(219,142,244); }
td.TdClassName
{
border-color: #DB8EF4;
}
.TagClassName
{
border-color: #DB8EF4;
}
</style>