#DE70EE

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

Shades of Heliotrope #DE70EE

Tints of Heliotrope #DE70EE

Color information

#DE70EE (or 0xDE70EE) is unknown color: approx Heliotrope. HEX triplet: DE, 70 and EE. RGB value is (222,112,238). Sum of RGB (Red+Green+Blue) = 222+112+238=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE70EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE70EE is #218F11. Grayscale: #9E9E9E. Windows color (decimal): -2199314 or 15626462. OLE color: 15626462.

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

Color convert

RGB222112238-
CMYK0.070.5300.07
HSL292.38º78.75%68.63%-
HSV(B)292.38º52.94%93.33%-
XYZ51.3533.2984.61-
YUV159.25172.44172.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.81%
GREEN value IS 112 (44.14% from 255) = 19.58%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=38.81%
G=19.58%
B=41.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221122380.070.5300.07292.3878.7568.63
HexDE70EE735071244f45
Octal33616035676507444117105
Binary11011110111000011101110111110101011110010010010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE70EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE70EE; }

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

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

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

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

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

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

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

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