#DE6AF3

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

Shades of Heliotrope #DE6AF3

Tints of Heliotrope #DE6AF3

Color information

#DE6AF3 (or 0xDE6AF3) is unknown color: approx Heliotrope. HEX triplet: DE, 6A and F3. RGB value is (222,106,243). Sum of RGB (Red+Green+Blue) = 222+106+243=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 106 (41.80% from 255 or 18.56% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #DE6AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6AF3 is #21950C. Grayscale: #9B9B9B. Windows color (decimal): -2200845 or 15952606. OLE color: 15952606.

HSL color Cylindrical-coordinate representation of color #DE6AF3: hue angle of 290.8º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6AF3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222106243-
CMYK0.090.5600.05
HSL290.8º85.09%68.43%-
HSV(B)290.8º56.38%95.29%-
XYZ51.4632.3188.32-
YUV156.3176.93174.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 106 (41.80% from 255) = 18.56%
BLUE value IS 243 (95.31% from 255) = 42.56%
R=38.88%
G=18.56%
B=42.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221062430.090.5600.05290.885.0968.43
HexDE6AF3938051235544
Octal336152363117005443125104
Binary110111101101010111100111001111000010110010001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AF3; }

 p { color: rgb(222,106,243); }

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

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

 a { background-color: rgb(222,106,243); }

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

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

 span { border-color: rgb(222,106,243); }

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