Shades of Heliotrope #DB5AFA
Tints of Heliotrope #DB5AFA
RGB
CMYK
RGB Variations
Color information
#DB5AFA (or 0xDB5AFA) is known color: Heliotrope. HEX triplet: DB, 5A and FA. RGB value is (219,90,250). Sum of RGB (Red+Green+Blue) = 219+90+250=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB5AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AFA is #24A505. Grayscale: #929292. Windows color (decimal): -2401542 or 16407259. OLE color: 16407259.
HSL color Cylindrical-coordinate representation of color #DB5AFA: hue angle of 288.38º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5AFA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 90 | 250 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.38º | 0.94% | 0.67% | - |
| HSV(B) | 288.38º | 0.64% | 0.98% | - |
| XYZ | 50.12 | 29.27 | 93.45 | - |
| YUV | 146.81 | 186.24 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 250 | 0.12 | 0.64 | 0 | 0.02 | 288.38 | 0.94 | 0.67 |
| Hex | DB | 5A | FA | C | 40 | 0 | 2 | 120 | 5E | 43 |
| Octal | 333 | 132 | 372 | 14 | 100 | 0 | 2 | 440 | 136 | 103 |
| Binary | 11011011 | 1011010 | 11111010 | 1100 | 1000000 | 0 | 10 | 100100000 | 1011110 | 1000011 |
Color Harmonies of #DB5AFA
Complementary color
Monochromatic Colors of #DB5AFA
Black with #DB5AFA
Text Example
Text Example
White with #DB5AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AFA; }
p { color: rgb(219,90,250); }
H1.HeaderClassName
{
color: #DB5AFA;
}
.AnyTagClassName
{
color: #DB5AFA;
}
</style>
background-color css
<style>
a { background-color: #DB5AFA; }
a { background-color: rgb(219,90,250); }
div.DivClassName
{
background-color: #DB5AFA;
}
.BgClassName
{
background-color: #DB5AFA;
}
</style>
border-color css
<style>
span { border-color: #DB5AFA; }
span { border-color: rgb(219,90,250); }
td.TdClassName
{
border-color: #DB5AFA;
}
.TagClassName
{
border-color: #DB5AFA;
}
</style>