#D084EF

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

Shades of Heliotrope #D084EF

Tints of Heliotrope #D084EF

Color information

#D084EF (or 0xD084EF) is unknown color: approx Heliotrope. HEX triplet: D0, 84 and EF. RGB value is (208,132,239). Sum of RGB (Red+Green+Blue) = 208+132+239=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 132 (51.95% from 255 or 22.80% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D084EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084EF is #2F7B10. Grayscale: #A6A6A6. Windows color (decimal): -3111697 or 15697104. OLE color: 15697104.

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

Color convert

RGB208132239-
CMYK0.130.4500.06
HSL282.62º76.98%72.75%-
HSV(B)282.62º44.77%93.73%-
XYZ49.8436.1486.01-
YUV166.92168.68157.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.92%
GREEN value IS 132 (51.95% from 255) = 22.80%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=35.92%
G=22.80%
B=41.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2081322390.130.4500.06282.6276.9872.75
HexD084EFD2D0611b4d49
Octal320204357155506433115111
Binary1101000010000100111011111101101101011010001101110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084EF; }

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

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

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

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

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

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

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

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