Shades of Heliotrope #DA63F0
Tints of Heliotrope #DA63F0
RGB
CMYK
RGB Variations
Color information
#DA63F0 (or 0xDA63F0) is known color: Heliotrope. HEX triplet: DA, 63 and F0. RGB value is (218,99,240). Sum of RGB (Red+Green+Blue) = 218+99+240=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #DA63F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA63F0 is #259C0F. Grayscale: #969696. Windows color (decimal): -2464784 or 15754202. OLE color: 15754202.
HSL color Cylindrical-coordinate representation of color #DA63F0: hue angle of 290.64º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA63F0 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 99 | 240 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.06 |
| HSL | 290.64º | 0.82% | 0.66% | - |
| HSV(B) | 290.64º | 0.59% | 0.94% | - |
| XYZ | 49.1 | 30.12 | 85.66 | - |
| YUV | 150.66 | 178.42 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 240 | 0.09 | 0.59 | 0 | 0.06 | 290.64 | 0.82 | 0.66 |
| Hex | DA | 63 | F0 | 9 | 3B | 0 | 6 | 123 | 52 | 42 |
| Octal | 332 | 143 | 360 | 11 | 73 | 0 | 6 | 443 | 122 | 102 |
| Binary | 11011010 | 1100011 | 11110000 | 1001 | 111011 | 0 | 110 | 100100011 | 1010010 | 1000010 |
Color Harmonies of #DA63F0
Complementary color
Monochromatic Colors of #DA63F0
Black with #DA63F0
Text Example
Text Example
White with #DA63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63F0; }
p { color: rgb(218,99,240); }
H1.HeaderClassName
{
color: #DA63F0;
}
.AnyTagClassName
{
color: #DA63F0;
}
</style>
background-color css
<style>
a { background-color: #DA63F0; }
a { background-color: rgb(218,99,240); }
div.DivClassName
{
background-color: #DA63F0;
}
.BgClassName
{
background-color: #DA63F0;
}
</style>
border-color css
<style>
span { border-color: #DA63F0; }
span { border-color: rgb(218,99,240); }
td.TdClassName
{
border-color: #DA63F0;
}
.TagClassName
{
border-color: #DA63F0;
}
</style>