Shades of Heliotrope #DB5EFA
Tints of Heliotrope #DB5EFA
RGB
CMYK
RGB Variations
Color information
#DB5EFA (or 0xDB5EFA) is known color: Heliotrope. HEX triplet: DB, 5E and FA. RGB value is (219,94,250). Sum of RGB (Red+Green+Blue) = 219+94+250=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 94 (37.11% from 255 or 16.70% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB5EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5EFA is #24A105. Grayscale: #949494. Windows color (decimal): -2400518 or 16408283. OLE color: 16408283.
HSL color Cylindrical-coordinate representation of color #DB5EFA: hue angle of 288.08º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5EFA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 94 | 250 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.02 |
| HSL | 288.08º | 0.94% | 0.67% | - |
| HSV(B) | 288.08º | 0.62% | 0.98% | - |
| XYZ | 50.47 | 29.97 | 93.57 | - |
| YUV | 149.16 | 184.91 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 94 | 250 | 0.12 | 0.62 | 0 | 0.02 | 288.08 | 0.94 | 0.67 |
| Hex | DB | 5E | FA | C | 3E | 0 | 2 | 120 | 5E | 43 |
| Octal | 333 | 136 | 372 | 14 | 76 | 0 | 2 | 440 | 136 | 103 |
| Binary | 11011011 | 1011110 | 11111010 | 1100 | 111110 | 0 | 10 | 100100000 | 1011110 | 1000011 |
Color Harmonies of #DB5EFA
Complementary color
Monochromatic Colors of #DB5EFA
Black with #DB5EFA
Text Example
Text Example
White with #DB5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5EFA; }
p { color: rgb(219,94,250); }
H1.HeaderClassName
{
color: #DB5EFA;
}
.AnyTagClassName
{
color: #DB5EFA;
}
</style>
background-color css
<style>
a { background-color: #DB5EFA; }
a { background-color: rgb(219,94,250); }
div.DivClassName
{
background-color: #DB5EFA;
}
.BgClassName
{
background-color: #DB5EFA;
}
</style>
border-color css
<style>
span { border-color: #DB5EFA; }
span { border-color: rgb(219,94,250); }
td.TdClassName
{
border-color: #DB5EFA;
}
.TagClassName
{
border-color: #DB5EFA;
}
</style>