Shades of Heliotrope #DA5AF7
Tints of Heliotrope #DA5AF7
RGB
CMYK
RGB Variations
Color information
#DA5AF7 (or 0xDA5AF7) is known color: Heliotrope. HEX triplet: DA, 5A and F7. RGB value is (218,90,247). Sum of RGB (Red+Green+Blue) = 218+90+247=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 90 (35.55% from 255 or 16.22% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #DA5AF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5AF7 is #25A508. Grayscale: #919191. Windows color (decimal): -2467081 or 16210650. OLE color: 16210650.
HSL color Cylindrical-coordinate representation of color #DA5AF7: hue angle of 288.92º 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 #DA5AF7 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 90 | 247 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.03 |
| HSL | 288.92º | 0.91% | 0.66% | - |
| HSV(B) | 288.92º | 0.64% | 0.97% | - |
| XYZ | 49.36 | 28.93 | 90.98 | - |
| YUV | 146.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 90 | 247 | 0.12 | 0.64 | 0 | 0.03 | 288.92 | 0.91 | 0.66 |
| Hex | DA | 5A | F7 | C | 40 | 0 | 3 | 121 | 5B | 42 |
| Octal | 332 | 132 | 367 | 14 | 100 | 0 | 3 | 441 | 133 | 102 |
| Binary | 11011010 | 1011010 | 11110111 | 1100 | 1000000 | 0 | 11 | 100100001 | 1011011 | 1000010 |
Color Harmonies of #DA5AF7
Complementary color
Monochromatic Colors of #DA5AF7
Black with #DA5AF7
Text Example
Text Example
White with #DA5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5AF7; }
p { color: rgb(218,90,247); }
H1.HeaderClassName
{
color: #DA5AF7;
}
.AnyTagClassName
{
color: #DA5AF7;
}
</style>
background-color css
<style>
a { background-color: #DA5AF7; }
a { background-color: rgb(218,90,247); }
div.DivClassName
{
background-color: #DA5AF7;
}
.BgClassName
{
background-color: #DA5AF7;
}
</style>
border-color css
<style>
span { border-color: #DA5AF7; }
span { border-color: rgb(218,90,247); }
td.TdClassName
{
border-color: #DA5AF7;
}
.TagClassName
{
border-color: #DA5AF7;
}
</style>