#DE6CEC

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

Shades of Heliotrope #DE6CEC

Tints of Heliotrope #DE6CEC

Color information

#DE6CEC (or 0xDE6CEC) is unknown color: approx Heliotrope. HEX triplet: DE, 6C and EC. RGB value is (222,108,236). Sum of RGB (Red+Green+Blue) = 222+108+236=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #DE6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE6CEC is #219313. Grayscale: #9C9C9C. Windows color (decimal): -2200340 or 15494366. OLE color: 15494366.

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

Color convert

RGB222108236-
CMYK0.060.5400.07
HSL293.44º77.11%67.45%-
HSV(B)293.44º54.24%92.55%-
XYZ50.6332.3182.93-
YUV156.68172.77174.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.22%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=39.22%
G=19.08%
B=41.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221082360.060.5400.07293.4477.1167.45
HexDE6CEC636071254d43
Octal33615435466607445115103
Binary11011110110110011101100110110110011110010010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6CEC; }

 p { color: rgb(222,108,236); }

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

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

 a { background-color: rgb(222,108,236); }

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

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

 span { border-color: rgb(222,108,236); }

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