#D084EB

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

Shades of Heliotrope #D084EB

Tints of Heliotrope #D084EB

Color information

#D084EB (or 0xD084EB) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and EB. RGB value is (208,132,235). Sum of RGB (Red+Green+Blue) = 208+132+235=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 132 (51.95% from 255 or 22.96% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #D084EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084EB is #2F7B14. Grayscale: #A6A6A6. Windows color (decimal): -3111701 or 15434960. OLE color: 15434960.

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

Color convert

RGB208132235-
CMYK0.110.4400.08
HSL284.27º72.03%71.96%-
HSV(B)284.27º43.83%92.16%-
XYZ49.2635.9182.93-
YUV166.47166.68157.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 132 (51.95% from 255) = 22.96%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=36.17%
G=22.96%
B=40.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081322350.110.4400.08284.2772.0371.96
HexD084EBB2C0811c4848
Octal3202043531354010434110110
Binary11010000100001001110101110111011000100010001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084EB; }

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

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

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

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

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

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

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

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