Shades of Heliotrope #DB5BFA
Tints of Heliotrope #DB5BFA
RGB
CMYK
RGB Variations
Color information
#DB5BFA (or 0xDB5BFA) is known color: Heliotrope. HEX triplet: DB, 5B and FA. RGB value is (219,91,250). Sum of RGB (Red+Green+Blue) = 219+91+250=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 91 (35.94% from 255 or 16.25% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BFA is #24A405. Grayscale: #929292. Windows color (decimal): -2401286 or 16407515. OLE color: 16407515.
HSL color Cylindrical-coordinate representation of color #DB5BFA: hue angle of 288.3º 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 #DB5BFA is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 91 | 250 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.02 |
| HSL | 288.3º | 0.94% | 0.67% | - |
| HSV(B) | 288.3º | 0.64% | 0.98% | - |
| XYZ | 50.21 | 29.44 | 93.48 | - |
| YUV | 147.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 250 | 0.12 | 0.64 | 0 | 0.02 | 288.3 | 0.94 | 0.67 |
| Hex | DB | 5B | FA | C | 40 | 0 | 2 | 120 | 5E | 43 |
| Octal | 333 | 133 | 372 | 14 | 100 | 0 | 2 | 440 | 136 | 103 |
| Binary | 11011011 | 1011011 | 11111010 | 1100 | 1000000 | 0 | 10 | 100100000 | 1011110 | 1000011 |
Color Harmonies of #DB5BFA
Complementary color
Monochromatic Colors of #DB5BFA
Black with #DB5BFA
Text Example
Text Example
White with #DB5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BFA; }
p { color: rgb(219,91,250); }
H1.HeaderClassName
{
color: #DB5BFA;
}
.AnyTagClassName
{
color: #DB5BFA;
}
</style>
background-color css
<style>
a { background-color: #DB5BFA; }
a { background-color: rgb(219,91,250); }
div.DivClassName
{
background-color: #DB5BFA;
}
.BgClassName
{
background-color: #DB5BFA;
}
</style>
border-color css
<style>
span { border-color: #DB5BFA; }
span { border-color: rgb(219,91,250); }
td.TdClassName
{
border-color: #DB5BFA;
}
.TagClassName
{
border-color: #DB5BFA;
}
</style>