#DE84F2

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

Shades of Heliotrope #DE84F2

Tints of Heliotrope #DE84F2

Color information

#DE84F2 (or 0xDE84F2) is unknown color: approx Heliotrope. HEX triplet: DE, 84 and F2. RGB value is (222,132,242). Sum of RGB (Red+Green+Blue) = 222+132+242=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE84F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE84F2 is #217B0D. Grayscale: #ABABAB. Windows color (decimal): -2194190 or 15893726. OLE color: 15893726.

HSL color Cylindrical-coordinate representation of color #DE84F2: hue angle of 289.09º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE84F2 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222132242-
CMYK0.080.4500.05
HSL289.09º80.88%73.33%-
HSV(B)289.09º45.45%94.9%-
XYZ54.438.4488.56-
YUV171.45167.82164.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 132 (51.95% from 255) = 22.15%
BLUE value IS 242 (94.92% from 255) = 40.60%
R=37.25%
G=22.15%
B=40.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221322420.080.4500.05289.0980.8873.33
HexDE84F282D051215149
Octal336204362105505441121111
Binary1101111010000100111100101000101101010110010000110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE84F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE84F2; }

 p { color: rgb(222,132,242); }

 H1.HeaderClassName
 {
   color: #DE84F2;
 }
 .AnyTagClassName
 {
   color: #DE84F2;
 }
</style>
background-color css

<style>
 a { background-color: #DE84F2; }

 a { background-color: rgb(222,132,242); }

 div.DivClassName
 {
   background-color: #DE84F2;
 }
 .BgClassName
 {
   background-color: #DE84F2;
 }
</style>
border-color css

<style>
 span { border-color: #DE84F2; }

 span { border-color: rgb(222,132,242); }

 td.TdClassName
 {
   border-color: #DE84F2;
 }
 .TagClassName
 {
   border-color: #DE84F2;
 }
</style>