Shades of Heliotrope #DA91F9
Tints of Heliotrope #DA91F9
RGB
CMYK
RGB Variations
Color information
#DA91F9 (or 0xDA91F9) is known color: Heliotrope. HEX triplet: DA, 91 and F9. RGB value is (218,145,249). Sum of RGB (Red+Green+Blue) = 218+145+249=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 145 (57.03% from 255 or 23.69% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #DA91F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA91F9 is #256E06. Grayscale: #B2B2B2. Windows color (decimal): -2452999 or 16355802. OLE color: 16355802.
HSL color Cylindrical-coordinate representation of color #DA91F9: hue angle of 282.12º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA91F9 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 145 | 249 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.02 |
| HSL | 282.12º | 0.9% | 0.77% | - |
| HSV(B) | 282.12º | 0.42% | 0.98% | - |
| XYZ | 56.14 | 42 | 94.77 | - |
| YUV | 178.68 | 167.68 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 249 | 0.12 | 0.42 | 0 | 0.02 | 282.12 | 0.9 | 0.77 |
| Hex | DA | 91 | F9 | C | 2A | 0 | 2 | 11A | 5A | 4D |
| Octal | 332 | 221 | 371 | 14 | 52 | 0 | 2 | 432 | 132 | 115 |
| Binary | 11011010 | 10010001 | 11111001 | 1100 | 101010 | 0 | 10 | 100011010 | 1011010 | 1001101 |
Color Harmonies of #DA91F9
Complementary color
Monochromatic Colors of #DA91F9
Black with #DA91F9
Text Example
Text Example
White with #DA91F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA91F9; }
p { color: rgb(218,145,249); }
H1.HeaderClassName
{
color: #DA91F9;
}
.AnyTagClassName
{
color: #DA91F9;
}
</style>
background-color css
<style>
a { background-color: #DA91F9; }
a { background-color: rgb(218,145,249); }
div.DivClassName
{
background-color: #DA91F9;
}
.BgClassName
{
background-color: #DA91F9;
}
</style>
border-color css
<style>
span { border-color: #DA91F9; }
span { border-color: rgb(218,145,249); }
td.TdClassName
{
border-color: #DA91F9;
}
.TagClassName
{
border-color: #DA91F9;
}
</style>