Shades of Heliotrope #DA68EE
Tints of Heliotrope #DA68EE
RGB
CMYK
RGB Variations
Color information
#DA68EE (or 0xDA68EE) is known color: Heliotrope. HEX triplet: DA, 68 and EE. RGB value is (218,104,238). Sum of RGB (Red+Green+Blue) = 218+104+238=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA68EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA68EE is #259711. Grayscale: #989898. Windows color (decimal): -2463506 or 15624410. OLE color: 15624410.
HSL color Cylindrical-coordinate representation of color #DA68EE: hue angle of 291.04º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA68EE is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 104 | 238 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.07 |
| HSL | 291.04º | 0.8% | 0.67% | - |
| HSV(B) | 291.04º | 0.56% | 0.93% | - |
| XYZ | 49.3 | 30.98 | 84.27 | - |
| YUV | 153.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 238 | 0.08 | 0.56 | 0 | 0.07 | 291.04 | 0.8 | 0.67 |
| Hex | DA | 68 | EE | 8 | 38 | 0 | 7 | 123 | 50 | 43 |
| Octal | 332 | 150 | 356 | 10 | 70 | 0 | 7 | 443 | 120 | 103 |
| Binary | 11011010 | 1101000 | 11101110 | 1000 | 111000 | 0 | 111 | 100100011 | 1010000 | 1000011 |
Color Harmonies of #DA68EE
Complementary color
Monochromatic Colors of #DA68EE
Black with #DA68EE
Text Example
Text Example
White with #DA68EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68EE; }
p { color: rgb(218,104,238); }
H1.HeaderClassName
{
color: #DA68EE;
}
.AnyTagClassName
{
color: #DA68EE;
}
</style>
background-color css
<style>
a { background-color: #DA68EE; }
a { background-color: rgb(218,104,238); }
div.DivClassName
{
background-color: #DA68EE;
}
.BgClassName
{
background-color: #DA68EE;
}
</style>
border-color css
<style>
span { border-color: #DA68EE; }
span { border-color: rgb(218,104,238); }
td.TdClassName
{
border-color: #DA68EE;
}
.TagClassName
{
border-color: #DA68EE;
}
</style>