#D084EE

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

Shades of Heliotrope #D084EE

Tints of Heliotrope #D084EE

Color information

#D084EE (or 0xD084EE) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and EE. RGB value is (208,132,238). Sum of RGB (Red+Green+Blue) = 208+132+238=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 132 (51.95% from 255 or 22.84% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 238 - color contains mainly: blue. Hex color #D084EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084EE is #2F7B11. Grayscale: #A6A6A6. Windows color (decimal): -3111698 or 15631568. OLE color: 15631568.

HSL color Cylindrical-coordinate representation of color #D084EE: hue angle of 283.02º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D084EE is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208132238-
CMYK0.130.4500.07
HSL283.02º75.71%72.55%-
HSV(B)283.02º44.54%93.33%-
XYZ49.736.0985.23-
YUV166.81168.18157.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 132 (51.95% from 255) = 22.84%
BLUE value IS 238 (93.36% from 255) = 41.18%
R=35.99%
G=22.84%
B=41.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081322380.130.4500.07283.0275.7172.55
HexD084EED2D0711b4c49
Octal320204356155507433114111
Binary1101000010000100111011101101101101011110001101110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084EE; }

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

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

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

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

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

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

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

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