Shades of Heliotrope #DA6AF1
Tints of Heliotrope #DA6AF1
RGB
CMYK
RGB Variations
Color information
#DA6AF1 (or 0xDA6AF1) is known color: Heliotrope. HEX triplet: DA, 6A and F1. RGB value is (218,106,241). Sum of RGB (Red+Green+Blue) = 218+106+241=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AF1 is #25950E. Grayscale: #9A9A9A. Windows color (decimal): -2462991 or 15821530. OLE color: 15821530.
HSL color Cylindrical-coordinate representation of color #DA6AF1: hue angle of 289.78º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6AF1 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 106 | 241 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.05 |
| HSL | 289.78º | 0.83% | 0.68% | - |
| HSV(B) | 289.78º | 0.56% | 0.95% | - |
| XYZ | 49.94 | 31.56 | 86.68 | - |
| YUV | 154.88 | 176.61 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 241 | 0.10 | 0.56 | 0 | 0.05 | 289.78 | 0.83 | 0.68 |
| Hex | DA | 6A | F1 | A | 38 | 0 | 5 | 122 | 53 | 44 |
| Octal | 332 | 152 | 361 | 12 | 70 | 0 | 5 | 442 | 123 | 104 |
| Binary | 11011010 | 1101010 | 11110001 | 1010 | 111000 | 0 | 101 | 100100010 | 1010011 | 1000100 |
Color Harmonies of #DA6AF1
Complementary color
Monochromatic Colors of #DA6AF1
Black with #DA6AF1
Text Example
Text Example
White with #DA6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6AF1; }
p { color: rgb(218,106,241); }
H1.HeaderClassName
{
color: #DA6AF1;
}
.AnyTagClassName
{
color: #DA6AF1;
}
</style>
background-color css
<style>
a { background-color: #DA6AF1; }
a { background-color: rgb(218,106,241); }
div.DivClassName
{
background-color: #DA6AF1;
}
.BgClassName
{
background-color: #DA6AF1;
}
</style>
border-color css
<style>
span { border-color: #DA6AF1; }
span { border-color: rgb(218,106,241); }
td.TdClassName
{
border-color: #DA6AF1;
}
.TagClassName
{
border-color: #DA6AF1;
}
</style>