Shades of Heliotrope #DA68F4
Tints of Heliotrope #DA68F4
RGB
CMYK
RGB Variations
Color information
#DA68F4 (or 0xDA68F4) is known color: Heliotrope. HEX triplet: DA, 68 and F4. RGB value is (218,104,244). Sum of RGB (Red+Green+Blue) = 218+104+244=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 244 (95.70% from 255 or 43.11% from 566); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA68F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68F4 is #25970B. Grayscale: #999999. Windows color (decimal): -2463500 or 16017626. OLE color: 16017626.
HSL color Cylindrical-coordinate representation of color #DA68F4: hue angle of 288.86º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA68F4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 104 | 244 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.04 |
| HSL | 288.86º | 0.86% | 0.68% | - |
| HSV(B) | 288.86º | 0.57% | 0.96% | - |
| XYZ | 50.19 | 31.34 | 88.99 | - |
| YUV | 154.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 244 | 0.11 | 0.57 | 0 | 0.04 | 288.86 | 0.86 | 0.68 |
| Hex | DA | 68 | F4 | B | 39 | 0 | 4 | 121 | 56 | 44 |
| Octal | 332 | 150 | 364 | 13 | 71 | 0 | 4 | 441 | 126 | 104 |
| Binary | 11011010 | 1101000 | 11110100 | 1011 | 111001 | 0 | 100 | 100100001 | 1010110 | 1000100 |
Color Harmonies of #DA68F4
Complementary color
Monochromatic Colors of #DA68F4
Black with #DA68F4
Text Example
Text Example
White with #DA68F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68F4; }
p { color: rgb(218,104,244); }
H1.HeaderClassName
{
color: #DA68F4;
}
.AnyTagClassName
{
color: #DA68F4;
}
</style>
background-color css
<style>
a { background-color: #DA68F4; }
a { background-color: rgb(218,104,244); }
div.DivClassName
{
background-color: #DA68F4;
}
.BgClassName
{
background-color: #DA68F4;
}
</style>
border-color css
<style>
span { border-color: #DA68F4; }
span { border-color: rgb(218,104,244); }
td.TdClassName
{
border-color: #DA68F4;
}
.TagClassName
{
border-color: #DA68F4;
}
</style>