#DE6DEE

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

Shades of Heliotrope #DE6DEE

Tints of Heliotrope #DE6DEE

Color information

#DE6DEE (or 0xDE6DEE) is unknown color: approx Heliotrope. HEX triplet: DE, 6D and EE. RGB value is (222,109,238). Sum of RGB (Red+Green+Blue) = 222+109+238=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 109 (42.97% from 255 or 19.16% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE6DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6DEE is #219211. Grayscale: #9D9D9D. Windows color (decimal): -2200082 or 15625694. OLE color: 15625694.

HSL color Cylindrical-coordinate representation of color #DE6DEE: hue angle of 292.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE6DEE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222109238-
CMYK0.070.5400.07
HSL292.56º79.14%68.04%-
HSV(B)292.56º54.2%93.33%-
XYZ51.0332.6484.5-
YUV157.49173.44174.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 109 (42.97% from 255) = 19.16%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=39.02%
G=19.16%
B=41.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221092380.070.5400.07292.5679.1468.04
HexDE6DEE736071254f44
Octal33615535676607445117104
Binary11011110110110111101110111110110011110010010110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6DEE; }

 p { color: rgb(222,109,238); }

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

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

 a { background-color: rgb(222,109,238); }

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

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

 span { border-color: rgb(222,109,238); }

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