Shades of Heliotrope #DE6DF0
Tints of Heliotrope #DE6DF0
RGB
CMYK
RGB Variations
Color information
#DE6DF0 (or 0xDE6DF0) is known color: Heliotrope. HEX triplet: DE, 6D and F0. RGB value is (222,109,240). Sum of RGB (Red+Green+Blue) = 222+109+240=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE6DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6DF0 is #21920F. Grayscale: #9D9D9D. Windows color (decimal): -2200080 or 15756766. OLE color: 15756766.
HSL color Cylindrical-coordinate representation of color #DE6DF0: hue angle of 291.76º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6DF0 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 109 | 240 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.06 |
| HSL | 291.76º | 0.81% | 0.68% | - |
| HSV(B) | 291.76º | 0.55% | 0.94% | - |
| XYZ | 51.32 | 32.76 | 86.06 | - |
| YUV | 157.72 | 174.44 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 240 | 0.08 | 0.55 | 0 | 0.06 | 291.76 | 0.81 | 0.68 |
| Hex | DE | 6D | F0 | 8 | 37 | 0 | 6 | 124 | 51 | 44 |
| Octal | 336 | 155 | 360 | 10 | 67 | 0 | 6 | 444 | 121 | 104 |
| Binary | 11011110 | 1101101 | 11110000 | 1000 | 110111 | 0 | 110 | 100100100 | 1010001 | 1000100 |
Color Harmonies of #DE6DF0
Complementary color
Monochromatic Colors of #DE6DF0
Black with #DE6DF0
Text Example
Text Example
White with #DE6DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DF0; }
p { color: rgb(222,109,240); }
H1.HeaderClassName
{
color: #DE6DF0;
}
.AnyTagClassName
{
color: #DE6DF0;
}
</style>
background-color css
<style>
a { background-color: #DE6DF0; }
a { background-color: rgb(222,109,240); }
div.DivClassName
{
background-color: #DE6DF0;
}
.BgClassName
{
background-color: #DE6DF0;
}
</style>
border-color css
<style>
span { border-color: #DE6DF0; }
span { border-color: rgb(222,109,240); }
td.TdClassName
{
border-color: #DE6DF0;
}
.TagClassName
{
border-color: #DE6DF0;
}
</style>