#DE6AF0

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

Shades of Heliotrope #DE6AF0

Tints of Heliotrope #DE6AF0

Color information

#DE6AF0 (or 0xDE6AF0) is unknown color: approx Heliotrope. HEX triplet: DE, 6A and F0. RGB value is (222,106,240). Sum of RGB (Red+Green+Blue) = 222+106+240=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #DE6AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6AF0 is #21950F. Grayscale: #9B9B9B. Windows color (decimal): -2200848 or 15755998. OLE color: 15755998.

HSL color Cylindrical-coordinate representation of color #DE6AF0: hue angle of 291.94º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6AF0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222106240-
CMYK0.080.5600.06
HSL291.94º81.71%67.84%-
HSV(B)291.94º55.83%94.12%-
XYZ51.0132.1385.95-
YUV155.96175.43175.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 240 (94.14% from 255) = 42.25%
R=39.08%
G=18.66%
B=42.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221062400.080.5600.06291.9481.7167.84
HexDE6AF0838061245244
Octal336152360107006444122104
Binary110111101101010111100001000111000011010010010010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AF0; }

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

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

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

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

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

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

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

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