Shades of Heliotrope #DA63F1
Tints of Heliotrope #DA63F1
RGB
CMYK
RGB Variations
Color information
#DA63F1 (or 0xDA63F1) is known color: Heliotrope. HEX triplet: DA, 63 and F1. RGB value is (218,99,241). Sum of RGB (Red+Green+Blue) = 218+99+241=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA63F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA63F1 is #259C0E. Grayscale: #969696. Windows color (decimal): -2464783 or 15819738. OLE color: 15819738.
HSL color Cylindrical-coordinate representation of color #DA63F1: hue angle of 290.28º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA63F1 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 99 | 241 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.05 |
| HSL | 290.28º | 0.84% | 0.67% | - |
| HSV(B) | 290.28º | 0.59% | 0.95% | - |
| XYZ | 49.25 | 30.18 | 86.45 | - |
| YUV | 150.77 | 178.92 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 241 | 0.10 | 0.59 | 0 | 0.05 | 290.28 | 0.84 | 0.67 |
| Hex | DA | 63 | F1 | A | 3B | 0 | 5 | 122 | 54 | 43 |
| Octal | 332 | 143 | 361 | 12 | 73 | 0 | 5 | 442 | 124 | 103 |
| Binary | 11011010 | 1100011 | 11110001 | 1010 | 111011 | 0 | 101 | 100100010 | 1010100 | 1000011 |
Color Harmonies of #DA63F1
Complementary color
Monochromatic Colors of #DA63F1
Black with #DA63F1
Text Example
Text Example
White with #DA63F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63F1; }
p { color: rgb(218,99,241); }
H1.HeaderClassName
{
color: #DA63F1;
}
.AnyTagClassName
{
color: #DA63F1;
}
</style>
background-color css
<style>
a { background-color: #DA63F1; }
a { background-color: rgb(218,99,241); }
div.DivClassName
{
background-color: #DA63F1;
}
.BgClassName
{
background-color: #DA63F1;
}
</style>
border-color css
<style>
span { border-color: #DA63F1; }
span { border-color: rgb(218,99,241); }
td.TdClassName
{
border-color: #DA63F1;
}
.TagClassName
{
border-color: #DA63F1;
}
</style>