#DE6AEF

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

Shades of Heliotrope #DE6AEF

Tints of Heliotrope #DE6AEF

Color information

#DE6AEF (or 0xDE6AEF) is unknown color: approx Heliotrope. HEX triplet: DE, 6A and EF. RGB value is (222,106,239). Sum of RGB (Red+Green+Blue) = 222+106+239=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 106 (41.80% from 255 or 18.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #DE6AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6AEF is #219510. Grayscale: #9B9B9B. Windows color (decimal): -2200849 or 15690462. OLE color: 15690462.

HSL color Cylindrical-coordinate representation of color #DE6AEF: hue angle of 292.33º degrees, saturation: 0.81, 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 #DE6AEF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB222106239-
CMYK0.070.5600.06
HSL292.33º80.61%67.65%-
HSV(B)292.33º55.65%93.73%-
XYZ50.8632.0785.17-
YUV155.85174.93175.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 106 (41.80% from 255) = 18.69%
BLUE value IS 239 (93.75% from 255) = 42.15%
R=39.15%
G=18.69%
B=42.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2221062390.070.5600.06292.3380.6167.65
HexDE6AEF738061245144
Octal33615235777006444121104
Binary11011110110101011101111111111000011010010010010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AEF; }

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

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

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

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

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

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

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

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