Shades of Heliotrope #DE85F6
Tints of Heliotrope #DE85F6
RGB
CMYK
RGB Variations
Color information
#DE85F6 (or 0xDE85F6) is known color: Heliotrope. HEX triplet: DE, 85 and F6. RGB value is (222,133,246). Sum of RGB (Red+Green+Blue) = 222+133+246=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE85F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE85F6 is #217A09. Grayscale: #ACACAC. Windows color (decimal): -2193930 or 16156126. OLE color: 16156126.
HSL color Cylindrical-coordinate representation of color #DE85F6: hue angle of 287.26º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE85F6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 133 | 246 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.04 |
| HSL | 287.26º | 0.86% | 0.74% | - |
| HSV(B) | 287.26º | 0.46% | 0.96% | - |
| XYZ | 55.15 | 38.96 | 91.8 | - |
| YUV | 172.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 133 | 246 | 0.10 | 0.46 | 0 | 0.04 | 287.26 | 0.86 | 0.74 |
| Hex | DE | 85 | F6 | A | 2E | 0 | 4 | 11F | 56 | 4A |
| Octal | 336 | 205 | 366 | 12 | 56 | 0 | 4 | 437 | 126 | 112 |
| Binary | 11011110 | 10000101 | 11110110 | 1010 | 101110 | 0 | 100 | 100011111 | 1010110 | 1001010 |
Color Harmonies of #DE85F6
Complementary color
Monochromatic Colors of #DE85F6
Black with #DE85F6
Text Example
Text Example
White with #DE85F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE85F6; }
p { color: rgb(222,133,246); }
H1.HeaderClassName
{
color: #DE85F6;
}
.AnyTagClassName
{
color: #DE85F6;
}
</style>
background-color css
<style>
a { background-color: #DE85F6; }
a { background-color: rgb(222,133,246); }
div.DivClassName
{
background-color: #DE85F6;
}
.BgClassName
{
background-color: #DE85F6;
}
</style>
border-color css
<style>
span { border-color: #DE85F6; }
span { border-color: rgb(222,133,246); }
td.TdClassName
{
border-color: #DE85F6;
}
.TagClassName
{
border-color: #DE85F6;
}
</style>