#DE67EE

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

Shades of Heliotrope #DE67EE

Tints of Heliotrope #DE67EE

Color information

#DE67EE (or 0xDE67EE) is unknown color: approx Heliotrope. HEX triplet: DE, 67 and EE. RGB value is (222,103,238). Sum of RGB (Red+Green+Blue) = 222+103+238=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 103 (40.62% from 255 or 18.29% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #DE67EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE67EE is #219811. Grayscale: #999999. Windows color (decimal): -2201618 or 15624158. OLE color: 15624158.

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

Color convert

RGB222103238-
CMYK0.070.5700.07
HSL292.89º79.88%66.86%-
HSV(B)292.89º56.72%93.33%-
XYZ50.4131.484.29-
YUV153.97175.42176.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.43%
GREEN value IS 103 (40.62% from 255) = 18.29%
BLUE value IS 238 (93.36% from 255) = 42.27%
R=39.43%
G=18.29%
B=42.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221032380.070.5700.07292.8979.8866.86
HexDE67EE739071255043
Octal33614735677107445120103
Binary11011110110011111101110111111001011110010010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE67EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE67EE; }

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

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

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

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

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

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

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

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