Shades of Heliotrope #DA65F1
Tints of Heliotrope #DA65F1
RGB
CMYK
RGB Variations
Color information
#DA65F1 (or 0xDA65F1) is known color: Heliotrope. HEX triplet: DA, 65 and F1. RGB value is (218,101,241). Sum of RGB (Red+Green+Blue) = 218+101+241=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65F1 is #259A0E. Grayscale: #979797. Windows color (decimal): -2464271 or 15820250. OLE color: 15820250.
HSL color Cylindrical-coordinate representation of color #DA65F1: hue angle of 290.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA65F1 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 101 | 241 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.05 |
| HSL | 290.14º | 0.83% | 0.67% | - |
| HSV(B) | 290.14º | 0.58% | 0.95% | - |
| XYZ | 49.44 | 30.56 | 86.51 | - |
| YUV | 151.94 | 178.26 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 241 | 0.10 | 0.58 | 0 | 0.05 | 290.14 | 0.83 | 0.67 |
| Hex | DA | 65 | F1 | A | 3A | 0 | 5 | 122 | 53 | 43 |
| Octal | 332 | 145 | 361 | 12 | 72 | 0 | 5 | 442 | 123 | 103 |
| Binary | 11011010 | 1100101 | 11110001 | 1010 | 111010 | 0 | 101 | 100100010 | 1010011 | 1000011 |
Color Harmonies of #DA65F1
Complementary color
Monochromatic Colors of #DA65F1
Black with #DA65F1
Text Example
Text Example
White with #DA65F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65F1; }
p { color: rgb(218,101,241); }
H1.HeaderClassName
{
color: #DA65F1;
}
.AnyTagClassName
{
color: #DA65F1;
}
</style>
background-color css
<style>
a { background-color: #DA65F1; }
a { background-color: rgb(218,101,241); }
div.DivClassName
{
background-color: #DA65F1;
}
.BgClassName
{
background-color: #DA65F1;
}
</style>
border-color css
<style>
span { border-color: #DA65F1; }
span { border-color: rgb(218,101,241); }
td.TdClassName
{
border-color: #DA65F1;
}
.TagClassName
{
border-color: #DA65F1;
}
</style>