Shades of Heliotrope #DA68EF
Tints of Heliotrope #DA68EF
RGB
CMYK
RGB Variations
Color information
#DA68EF (or 0xDA68EF) is known color: Heliotrope. HEX triplet: DA, 68 and EF. RGB value is (218,104,239). Sum of RGB (Red+Green+Blue) = 218+104+239=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #DA68EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68EF is #259710. Grayscale: #999999. Windows color (decimal): -2463505 or 15689946. OLE color: 15689946.
HSL color Cylindrical-coordinate representation of color #DA68EF: hue angle of 290.67º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA68EF is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 104 | 239 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.06 |
| HSL | 290.67º | 0.81% | 0.67% | - |
| HSV(B) | 290.67º | 0.56% | 0.94% | - |
| XYZ | 49.44 | 31.04 | 85.05 | - |
| YUV | 153.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 239 | 0.09 | 0.56 | 0 | 0.06 | 290.67 | 0.81 | 0.67 |
| Hex | DA | 68 | EF | 9 | 38 | 0 | 6 | 123 | 51 | 43 |
| Octal | 332 | 150 | 357 | 11 | 70 | 0 | 6 | 443 | 121 | 103 |
| Binary | 11011010 | 1101000 | 11101111 | 1001 | 111000 | 0 | 110 | 100100011 | 1010001 | 1000011 |
Color Harmonies of #DA68EF
Complementary color
Monochromatic Colors of #DA68EF
Black with #DA68EF
Text Example
Text Example
White with #DA68EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68EF; }
p { color: rgb(218,104,239); }
H1.HeaderClassName
{
color: #DA68EF;
}
.AnyTagClassName
{
color: #DA68EF;
}
</style>
background-color css
<style>
a { background-color: #DA68EF; }
a { background-color: rgb(218,104,239); }
div.DivClassName
{
background-color: #DA68EF;
}
.BgClassName
{
background-color: #DA68EF;
}
</style>
border-color css
<style>
span { border-color: #DA68EF; }
span { border-color: rgb(218,104,239); }
td.TdClassName
{
border-color: #DA68EF;
}
.TagClassName
{
border-color: #DA68EF;
}
</style>