Shades of Heliotrope #DA68F1
Tints of Heliotrope #DA68F1
RGB
CMYK
RGB Variations
Color information
#DA68F1 (or 0xDA68F1) is known color: Heliotrope. HEX triplet: DA, 68 and F1. RGB value is (218,104,241). Sum of RGB (Red+Green+Blue) = 218+104+241=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 104 (41.02% from 255 or 18.47% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #DA68F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68F1 is #25970E. Grayscale: #999999. Windows color (decimal): -2463503 or 15821018. OLE color: 15821018.
HSL color Cylindrical-coordinate representation of color #DA68F1: hue angle of 289.93º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA68F1 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 104 | 241 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.05 |
| HSL | 289.93º | 0.83% | 0.68% | - |
| HSV(B) | 289.93º | 0.57% | 0.95% | - |
| XYZ | 49.74 | 31.16 | 86.61 | - |
| YUV | 153.7 | 177.27 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 241 | 0.10 | 0.57 | 0 | 0.05 | 289.93 | 0.83 | 0.68 |
| Hex | DA | 68 | F1 | A | 39 | 0 | 5 | 122 | 53 | 44 |
| Octal | 332 | 150 | 361 | 12 | 71 | 0 | 5 | 442 | 123 | 104 |
| Binary | 11011010 | 1101000 | 11110001 | 1010 | 111001 | 0 | 101 | 100100010 | 1010011 | 1000100 |
Color Harmonies of #DA68F1
Complementary color
Monochromatic Colors of #DA68F1
Black with #DA68F1
Text Example
Text Example
White with #DA68F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68F1; }
p { color: rgb(218,104,241); }
H1.HeaderClassName
{
color: #DA68F1;
}
.AnyTagClassName
{
color: #DA68F1;
}
</style>
background-color css
<style>
a { background-color: #DA68F1; }
a { background-color: rgb(218,104,241); }
div.DivClassName
{
background-color: #DA68F1;
}
.BgClassName
{
background-color: #DA68F1;
}
</style>
border-color css
<style>
span { border-color: #DA68F1; }
span { border-color: rgb(218,104,241); }
td.TdClassName
{
border-color: #DA68F1;
}
.TagClassName
{
border-color: #DA68F1;
}
</style>