#DE76ED

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

Shades of Heliotrope #DE76ED

Tints of Heliotrope #DE76ED

Color information

#DE76ED (or 0xDE76ED) is unknown color: approx Heliotrope. HEX triplet: DE, 76 and ED. RGB value is (222,118,237). Sum of RGB (Red+Green+Blue) = 222+118+237=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #DE76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE76ED is #218912. Grayscale: #A2A2A2. Windows color (decimal): -2197779 or 15562462. OLE color: 15562462.

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

Color convert

RGB222118237-
CMYK0.060.5000.07
HSL292.44º76.77%69.61%-
HSV(B)292.44º50.21%92.94%-
XYZ51.8934.684.06-
YUV162.66169.96170.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 118 (46.48% from 255) = 20.45%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=38.47%
G=20.45%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221182370.060.5000.07292.4476.7769.61
HexDE76ED632071244d46
Octal33616635566207444115106
Binary11011110111011011101101110110010011110010010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE76ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE76ED; }

 p { color: rgb(222,118,237); }

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

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

 a { background-color: rgb(222,118,237); }

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

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

 span { border-color: rgb(222,118,237); }

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