#D085EA

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

Shades of Heliotrope #D085EA

Tints of Heliotrope #D085EA

Color information

#D085EA (or 0xD085EA) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and EA. RGB value is (208,133,234). Sum of RGB (Red+Green+Blue) = 208+133+234=575 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.17% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #D085EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085EA is #2F7A15. Grayscale: #A6A6A6. Windows color (decimal): -3111446 or 15369680. OLE color: 15369680.

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

Color convert

RGB208133234-
CMYK0.110.4300.08
HSL284.55º70.63%71.96%-
HSV(B)284.55º43.16%91.76%-
XYZ49.2536.1382.22-
YUV166.94165.85157.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.17%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=36.17%
G=23.13%
B=40.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2081332340.110.4300.08284.5570.6371.96
HexD085EAB2B0811d4748
Octal3202053521353010435107110
Binary11010000100001011110101010111010110100010001110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085EA; }

 p { color: rgb(208,133,234); }

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

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

 a { background-color: rgb(208,133,234); }

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

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

 span { border-color: rgb(208,133,234); }

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