#DE84F6

Color #DE84F6 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DE84F6

Tints of Heliotrope #DE84F6

Color information

#DE84F6 (or 0xDE84F6) is unknown color: approx 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

RGB222132246-
CMYK0.100.4600.04
HSL287.37º86.36%74.12%-
HSV(B)287.37º46.34%96.47%-
XYZ55.0138.6991.76-
YUV171.91169.82163.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 132 (51.95% from 255) = 22%
BLUE value IS 246 (96.48% from 255) = 41%
R=37%
G=22%
B=41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221322460.100.4600.04287.3786.3674.12
HexDE84F6A2E0411f564a
Octal336204366125604437126112
Binary1101111010000100111101101010101110010010001111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>