Shades of Heliotrope #DE6DF2
Tints of Heliotrope #DE6DF2
RGB
CMYK
RGB Variations
Color information
#DE6DF2 (or 0xDE6DF2) is known color: Heliotrope. HEX triplet: DE, 6D and F2. RGB value is (222,109,242). Sum of RGB (Red+Green+Blue) = 222+109+242=573 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.74% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6DF2 is #21920D. Grayscale: #9D9D9D. Windows color (decimal): -2200078 or 15887838. OLE color: 15887838.
HSL color Cylindrical-coordinate representation of color #DE6DF2: hue angle of 290.98º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DE6DF2 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 109 | 242 | - |
| CMYK | 0.08 | 0.55 | 0 | 0.05 |
| HSL | 290.98º | 0.84% | 0.69% | - |
| HSV(B) | 290.98º | 0.55% | 0.95% | - |
| XYZ | 51.62 | 32.88 | 87.63 | - |
| YUV | 157.95 | 175.44 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 242 | 0.08 | 0.55 | 0 | 0.05 | 290.98 | 0.84 | 0.69 |
| Hex | DE | 6D | F2 | 8 | 37 | 0 | 5 | 123 | 54 | 45 |
| Octal | 336 | 155 | 362 | 10 | 67 | 0 | 5 | 443 | 124 | 105 |
| Binary | 11011110 | 1101101 | 11110010 | 1000 | 110111 | 0 | 101 | 100100011 | 1010100 | 1000101 |
Color Harmonies of #DE6DF2
Complementary color
Monochromatic Colors of #DE6DF2
Black with #DE6DF2
Text Example
Text Example
White with #DE6DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DF2; }
p { color: rgb(222,109,242); }
H1.HeaderClassName
{
color: #DE6DF2;
}
.AnyTagClassName
{
color: #DE6DF2;
}
</style>
background-color css
<style>
a { background-color: #DE6DF2; }
a { background-color: rgb(222,109,242); }
div.DivClassName
{
background-color: #DE6DF2;
}
.BgClassName
{
background-color: #DE6DF2;
}
</style>
border-color css
<style>
span { border-color: #DE6DF2; }
span { border-color: rgb(222,109,242); }
td.TdClassName
{
border-color: #DE6DF2;
}
.TagClassName
{
border-color: #DE6DF2;
}
</style>