#D85FEC

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

Shades of Heliotrope #D85FEC

Tints of Heliotrope #D85FEC

Color information

#D85FEC (or 0xD85FEC) is unknown color: approx Heliotrope. HEX triplet: D8, 5F and EC. RGB value is (216,95,236). Sum of RGB (Red+Green+Blue) = 216+95+236=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #D85FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85FEC is #27A013. Grayscale: #929292. Windows color (decimal): -2596884 or 15491032. OLE color: 15491032.

HSL color Cylindrical-coordinate representation of color #D85FEC: hue angle of 291.49º degrees, saturation: 0.79, 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 #D85FEC is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21695236-
CMYK0.080.6000.07
HSL291.49º78.77%64.9%-
HSV(B)291.49º59.75%92.55%-
XYZ47.5528.8482.42-
YUV147.25178.09177.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.49%
GREEN value IS 95 (37.5% from 255) = 17.37%
BLUE value IS 236 (92.58% from 255) = 43.14%
R=39.49%
G=17.37%
B=43.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216952360.080.6000.07291.4978.7764.9
HexD85FEC83C071234f41
Octal330137354107407443117101
Binary110110001011111111011001000111100011110010001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85FEC; }

 p { color: rgb(216,95,236); }

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

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

 a { background-color: rgb(216,95,236); }

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

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

 span { border-color: rgb(216,95,236); }

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