#D079EB

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

Shades of Heliotrope #D079EB

Tints of Heliotrope #D079EB

Color information

#D079EB (or 0xD079EB) is unknown color: approx Heliotrope. HEX triplet: D0, 79 and EB. RGB value is (208,121,235). Sum of RGB (Red+Green+Blue) = 208+121+235=564 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.88% from 564); Green value is 121 (47.66% from 255 or 21.45% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #D079EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D079EB is #2F8614. Grayscale: #9F9F9F. Windows color (decimal): -3114517 or 15432144. OLE color: 15432144.

HSL color Cylindrical-coordinate representation of color #D079EB: hue angle of 285.79º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D079EB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208121235-
CMYK0.110.4900.08
HSL285.79º74.03%69.8%-
HSV(B)285.79º48.51%92.16%-
XYZ47.8533.0882.46-
YUV160.01170.32162.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.88%
GREEN value IS 121 (47.66% from 255) = 21.45%
BLUE value IS 235 (92.19% from 255) = 41.67%
R=36.88%
G=21.45%
B=41.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081212350.110.4900.08285.7974.0369.8
HexD079EBB310811e4a46
Octal3201713531361010436112106
Binary1101000011110011110101110111100010100010001111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079EB; }

 p { color: rgb(208,121,235); }

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

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

 a { background-color: rgb(208,121,235); }

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

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

 span { border-color: rgb(208,121,235); }

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