Shades of Heliotrope #DE84F6
Tints of Heliotrope #DE84F6
RGB
CMYK
RGB Variations
Color information
#DE84F6 (or 0xDE84F6) is known color: Heliotrope. HEX triplet: DE, 84 and F6. RGB value is (222,132,246). Sum of RGB (Red+Green+Blue) = 222+132+246=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 132 (51.95% from 255 or 22% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE84F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE84F6 is #217B09. Grayscale: #ABABAB. Windows color (decimal): -2194186 or 16155870. OLE color: 16155870.
HSL color Cylindrical-coordinate representation of color #DE84F6: hue angle of 287.37º 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 #DE84F6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 132 | 246 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.04 |
| HSL | 287.37º | 0.86% | 0.74% | - |
| HSV(B) | 287.37º | 0.46% | 0.96% | - |
| XYZ | 55.01 | 38.69 | 91.76 | - |
| YUV | 171.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 246 | 0.10 | 0.46 | 0 | 0.04 | 287.37 | 0.86 | 0.74 |
| Hex | DE | 84 | F6 | A | 2E | 0 | 4 | 11F | 56 | 4A |
| Octal | 336 | 204 | 366 | 12 | 56 | 0 | 4 | 437 | 126 | 112 |
| Binary | 11011110 | 10000100 | 11110110 | 1010 | 101110 | 0 | 100 | 100011111 | 1010110 | 1001010 |
Color Harmonies of #DE84F6
Complementary color
Monochromatic Colors of #DE84F6
Black with #DE84F6
Text Example
Text Example
White with #DE84F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84F6; }
p { color: rgb(222,132,246); }
H1.HeaderClassName
{
color: #DE84F6;
}
.AnyTagClassName
{
color: #DE84F6;
}
</style>
background-color css
<style>
a { background-color: #DE84F6; }
a { background-color: rgb(222,132,246); }
div.DivClassName
{
background-color: #DE84F6;
}
.BgClassName
{
background-color: #DE84F6;
}
</style>
border-color css
<style>
span { border-color: #DE84F6; }
span { border-color: rgb(222,132,246); }
td.TdClassName
{
border-color: #DE84F6;
}
.TagClassName
{
border-color: #DE84F6;
}
</style>