#DE79FD

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

Shades of Heliotrope #DE79FD

Tints of Heliotrope #DE79FD

Color information

#DE79FD (or 0xDE79FD) is unknown color: approx Heliotrope. HEX triplet: DE, 79 and FD. RGB value is (222,121,253). Sum of RGB (Red+Green+Blue) = 222+121+253=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #DE79FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE79FD is #218602. Grayscale: #A5A5A5. Windows color (decimal): -2196995 or 16611806. OLE color: 16611806.

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

Color convert

RGB222121253-
CMYK0.120.5200.01
HSL285.91º97.06%73.33%-
HSV(B)285.91º52.17%99.22%-
XYZ54.6936.397.05-
YUV166.25176.96167.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.25%
GREEN value IS 121 (47.66% from 255) = 20.30%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=37.25%
G=20.30%
B=42.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2221212530.120.5200.01285.9197.0673.33
HexDE79FDC340111e6149
Octal336171375146401436141111
Binary1101111011110011111110111001101000110001111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79FD; }

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

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

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

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

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

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

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

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