Shades of Heliotrope #DE6FF2
Tints of Heliotrope #DE6FF2
RGB
CMYK
RGB Variations
Color information
#DE6FF2 (or 0xDE6FF2) is known color: Heliotrope. HEX triplet: DE, 6F and F2. RGB value is (222,111,242). Sum of RGB (Red+Green+Blue) = 222+111+242=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE6FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6FF2 is #21900D. Grayscale: #9E9E9E. Windows color (decimal): -2199566 or 15888350. OLE color: 15888350.
HSL color Cylindrical-coordinate representation of color #DE6FF2: hue angle of 290.84º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6FF2 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 111 | 242 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.05 |
| HSL | 290.84º | 0.83% | 0.69% | - |
| HSV(B) | 290.84º | 0.54% | 0.95% | - |
| XYZ | 51.84 | 33.31 | 87.7 | - |
| YUV | 159.12 | 174.77 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 111 | 242 | 0.08 | 0.54 | 0 | 0.05 | 290.84 | 0.83 | 0.69 |
| Hex | DE | 6F | F2 | 8 | 36 | 0 | 5 | 123 | 53 | 45 |
| Octal | 336 | 157 | 362 | 10 | 66 | 0 | 5 | 443 | 123 | 105 |
| Binary | 11011110 | 1101111 | 11110010 | 1000 | 110110 | 0 | 101 | 100100011 | 1010011 | 1000101 |
Color Harmonies of #DE6FF2
Complementary color
Monochromatic Colors of #DE6FF2
Black with #DE6FF2
Text Example
Text Example
White with #DE6FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6FF2; }
p { color: rgb(222,111,242); }
H1.HeaderClassName
{
color: #DE6FF2;
}
.AnyTagClassName
{
color: #DE6FF2;
}
</style>
background-color css
<style>
a { background-color: #DE6FF2; }
a { background-color: rgb(222,111,242); }
div.DivClassName
{
background-color: #DE6FF2;
}
.BgClassName
{
background-color: #DE6FF2;
}
</style>
border-color css
<style>
span { border-color: #DE6FF2; }
span { border-color: rgb(222,111,242); }
td.TdClassName
{
border-color: #DE6FF2;
}
.TagClassName
{
border-color: #DE6FF2;
}
</style>