#de7df6

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

Shades of Heliotrope #DE7DF6

Tints of Heliotrope #DE7DF6

Color information

#DE7DF6 (or 0xDE7DF6) is unknown color: approx Heliotrope. HEX triplet: DE, 7D and F6. RGB value is (222,125,246). Sum of RGB (Red+Green+Blue) = 222+125+246=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 246 (96.48% from 255 or 41.48% from 593); Max value from RGB is 246 - color contains mainly: blue. Hex color #DE7DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE7DF6 is #218209. Grayscale: #A7A7A7. Windows color (decimal): -2195978 or 16154078. OLE color: 16154078.

HSL color Cylindrical-coordinate representation of color #DE7DF6: hue angle of 288.1º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7DF6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222125246-
CMYK0.100.4900.04
HSL288.1º87.05%72.75%-
HSV(B)288.1º49.19%96.47%-
XYZ54.0936.8591.45-
YUV167.8172.14166.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 125 (49.22% from 255) = 21.08%
BLUE value IS 246 (96.48% from 255) = 41.48%
R=37.44%
G=21.08%
B=41.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2221252460.100.4900.04288.187.0572.75
HexDE7DF6A31041205749
Octal336175366126104440127111
Binary110111101111101111101101010110001010010010000010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7df6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7df6; }

 p { color: rgb(222,125,246); }

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

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

 a { background-color: rgb(222,125,246); }

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

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

 span { border-color: rgb(222,125,246); }

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