Shades of Heliotrope #DB5BF7
Tints of Heliotrope #DB5BF7
RGB
CMYK
RGB Variations
Color information
#DB5BF7 (or 0xDB5BF7) is known color: Heliotrope. HEX triplet: DB, 5B and F7. RGB value is (219,91,247). Sum of RGB (Red+Green+Blue) = 219+91+247=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 91 (35.94% from 255 or 16.34% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB5BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5BF7 is #24A408. Grayscale: #929292. Windows color (decimal): -2401289 or 16210907. OLE color: 16210907.
HSL color Cylindrical-coordinate representation of color #DB5BF7: hue angle of 289.23º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB5BF7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 91 | 247 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.03 |
| HSL | 289.23º | 0.91% | 0.66% | - |
| HSV(B) | 289.23º | 0.63% | 0.97% | - |
| XYZ | 49.74 | 29.26 | 91.02 | - |
| YUV | 147.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 91 | 247 | 0.11 | 0.63 | 0 | 0.03 | 289.23 | 0.91 | 0.66 |
| Hex | DB | 5B | F7 | B | 3F | 0 | 3 | 121 | 5B | 42 |
| Octal | 333 | 133 | 367 | 13 | 77 | 0 | 3 | 441 | 133 | 102 |
| Binary | 11011011 | 1011011 | 11110111 | 1011 | 111111 | 0 | 11 | 100100001 | 1011011 | 1000010 |
Color Harmonies of #DB5BF7
Complementary color
Monochromatic Colors of #DB5BF7
Black with #DB5BF7
Text Example
Text Example
White with #DB5BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5BF7; }
p { color: rgb(219,91,247); }
H1.HeaderClassName
{
color: #DB5BF7;
}
.AnyTagClassName
{
color: #DB5BF7;
}
</style>
background-color css
<style>
a { background-color: #DB5BF7; }
a { background-color: rgb(219,91,247); }
div.DivClassName
{
background-color: #DB5BF7;
}
.BgClassName
{
background-color: #DB5BF7;
}
</style>
border-color css
<style>
span { border-color: #DB5BF7; }
span { border-color: rgb(219,91,247); }
td.TdClassName
{
border-color: #DB5BF7;
}
.TagClassName
{
border-color: #DB5BF7;
}
</style>