Shades of Heliotrope #DB5AF7
Tints of Heliotrope #DB5AF7
RGB
CMYK
RGB Variations
Color information
#DB5AF7 (or 0xDB5AF7) is known color: Heliotrope. HEX triplet: DB, 5A and F7. RGB value is (219,90,247). Sum of RGB (Red+Green+Blue) = 219+90+247=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB5AF7 is #24A508. Grayscale: #919191. Windows color (decimal): -2401545 or 16210651. OLE color: 16210651.
HSL color Cylindrical-coordinate representation of color #DB5AF7: hue angle of 289.3º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DB5AF7 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 90 | 247 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.03 |
| HSL | 289.3º | 0.91% | 0.66% | - |
| HSV(B) | 289.3º | 0.64% | 0.97% | - |
| XYZ | 49.66 | 29.09 | 90.99 | - |
| YUV | 146.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 247 | 0.11 | 0.64 | 0 | 0.03 | 289.3 | 0.91 | 0.66 |
| Hex | DB | 5A | F7 | B | 40 | 0 | 3 | 121 | 5B | 42 |
| Octal | 333 | 132 | 367 | 13 | 100 | 0 | 3 | 441 | 133 | 102 |
| Binary | 11011011 | 1011010 | 11110111 | 1011 | 1000000 | 0 | 11 | 100100001 | 1011011 | 1000010 |
Color Harmonies of #DB5AF7
Complementary color
Monochromatic Colors of #DB5AF7
Black with #DB5AF7
Text Example
Text Example
White with #DB5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AF7; }
p { color: rgb(219,90,247); }
H1.HeaderClassName
{
color: #DB5AF7;
}
.AnyTagClassName
{
color: #DB5AF7;
}
</style>
background-color css
<style>
a { background-color: #DB5AF7; }
a { background-color: rgb(219,90,247); }
div.DivClassName
{
background-color: #DB5AF7;
}
.BgClassName
{
background-color: #DB5AF7;
}
</style>
border-color css
<style>
span { border-color: #DB5AF7; }
span { border-color: rgb(219,90,247); }
td.TdClassName
{
border-color: #DB5AF7;
}
.TagClassName
{
border-color: #DB5AF7;
}
</style>