#D085EB

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

Shades of Heliotrope #D085EB

Tints of Heliotrope #D085EB

Color information

#D085EB (or 0xD085EB) is unknown color: approx Heliotrope. HEX triplet: D0, 85 and EB. RGB value is (208,133,235). Sum of RGB (Red+Green+Blue) = 208+133+235=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #D085EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085EB is #2F7A14. Grayscale: #A6A6A6. Windows color (decimal): -3111445 or 15435216. OLE color: 15435216.

HSL color Cylindrical-coordinate representation of color #D085EB: hue angle of 284.12º degrees, saturation: 0.72, 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 #D085EB is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB208133235-
CMYK0.110.4300.08
HSL284.12º71.83%72.16%-
HSV(B)284.12º43.4%92.16%-
XYZ49.436.1882.98-
YUV167.05166.35157.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 133 (52.34% from 255) = 23.09%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=36.11%
G=23.09%
B=40.80%

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
Decimal2081332350.110.4300.08284.1271.8372.16
HexD085EBB2B0811c4848
Octal3202053531353010434110110
Binary11010000100001011110101110111010110100010001110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D085EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D085EB; }

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

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

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

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

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

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

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

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