#DE77FD

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

Shades of Heliotrope #DE77FD

Tints of Heliotrope #DE77FD

Color information

#DE77FD (or 0xDE77FD) is unknown color: approx Heliotrope. HEX triplet: DE, 77 and FD. RGB value is (222,119,253). Sum of RGB (Red+Green+Blue) = 222+119+253=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 119 (46.88% from 255 or 20.03% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE77FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77FD is #218802. Grayscale: #A4A4A4. Windows color (decimal): -2197507 or 16611294. OLE color: 16611294.

HSL color Cylindrical-coordinate representation of color #DE77FD: hue angle of 286.12º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE77FD is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222119253-
CMYK0.120.5300.01
HSL286.12º97.1%72.94%-
HSV(B)286.12º52.96%99.22%-
XYZ54.4535.8296.97-
YUV165.07177.62168.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.37%
GREEN value IS 119 (46.88% from 255) = 20.03%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=37.37%
G=20.03%
B=42.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221192530.120.5300.01286.1297.172.94
HexDE77FDC350111e6149
Octal336167375146501436141111
Binary1101111011101111111110111001101010110001111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE77FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE77FD; }

 p { color: rgb(222,119,253); }

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

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

 a { background-color: rgb(222,119,253); }

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

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

 span { border-color: rgb(222,119,253); }

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