#D985ED

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

Shades of Heliotrope #D985ED

Tints of Heliotrope #D985ED

Color information

#D985ED (or 0xD985ED) is unknown color: approx Heliotrope. HEX triplet: D9, 85 and ED. RGB value is (217,133,237). Sum of RGB (Red+Green+Blue) = 217+133+237=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #D985ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D985ED is #267A12. Grayscale: #A9A9A9. Windows color (decimal): -2521619 or 15566297. OLE color: 15566297.

HSL color Cylindrical-coordinate representation of color #D985ED: hue angle of 288.46º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D985ED is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217133237-
CMYK0.080.4400.07
HSL288.46º74.29%72.55%-
HSV(B)288.46º43.88%92.94%-
XYZ52.2937.6484.63-
YUV169.97165.83161.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.97%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 237 (92.97% from 255) = 40.37%
R=36.97%
G=22.66%
B=40.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2171332370.080.4400.07288.4674.2972.55
HexD985ED82C071204a49
Octal331205355105407440112111
Binary1101100110000101111011011000101100011110010000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D985ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D985ED; }

 p { color: rgb(217,133,237); }

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

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

 a { background-color: rgb(217,133,237); }

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

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

 span { border-color: rgb(217,133,237); }

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