#DE79FC

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

Shades of Heliotrope #DE79FC

Tints of Heliotrope #DE79FC

Color information

#DE79FC (or 0xDE79FC) is unknown color: approx Heliotrope. HEX triplet: DE, 79 and FC. RGB value is (222,121,252). Sum of RGB (Red+Green+Blue) = 222+121+252=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 121 (47.66% from 255 or 20.34% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #DE79FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE79FC is #218603. Grayscale: #A5A5A5. Windows color (decimal): -2196996 or 16546270. OLE color: 16546270.

HSL color Cylindrical-coordinate representation of color #DE79FC: hue angle of 286.26º degrees, saturation: 0.96, 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 #DE79FC is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB222121252-
CMYK0.120.5200.01
HSL286.26º95.62%73.14%-
HSV(B)286.26º51.98%98.82%-
XYZ54.5336.2396.21-
YUV166.13176.46167.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.31%
GREEN value IS 121 (47.66% from 255) = 20.34%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=37.31%
G=20.34%
B=42.35%

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
Decimal2221212520.120.5200.01286.2695.6273.14
HexDE79FCC340111e6049
Octal336171374146401436140111
Binary1101111011110011111110011001101000110001111011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE79FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE79FC; }

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

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

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

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

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

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

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

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