#D85EED

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

Shades of Heliotrope #D85EED

Tints of Heliotrope #D85EED

Color information

#D85EED (or 0xD85EED) is unknown color: approx Heliotrope. HEX triplet: D8, 5E and ED. RGB value is (216,94,237). Sum of RGB (Red+Green+Blue) = 216+94+237=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D85EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85EED is #27A112. Grayscale: #929292. Windows color (decimal): -2597139 or 15556312. OLE color: 15556312.

HSL color Cylindrical-coordinate representation of color #D85EED: hue angle of 291.19º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85EED is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21694237-
CMYK0.090.6000.07
HSL291.19º79.89%64.9%-
HSV(B)291.19º60.34%92.94%-
XYZ47.6128.7283.15-
YUV146.78178.92177.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 94 (37.11% from 255) = 17.18%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=39.49%
G=17.18%
B=43.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216942370.090.6000.07291.1979.8964.9
HexD85EED93C071235041
Octal330136355117407443120101
Binary110110001011110111011011001111100011110010001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85EED; }

 p { color: rgb(216,94,237); }

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

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

 a { background-color: rgb(216,94,237); }

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

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

 span { border-color: rgb(216,94,237); }

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