#D585ED

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

Shades of Heliotrope #D585ED

Tints of Heliotrope #D585ED

Color information

#D585ED (or 0xD585ED) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and ED. RGB value is (213,133,237). Sum of RGB (Red+Green+Blue) = 213+133+237=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 133 (52.34% from 255 or 22.81% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #D585ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585ED is #2A7A12. Grayscale: #A8A8A8. Windows color (decimal): -2783763 or 15566293. OLE color: 15566293.

HSL color Cylindrical-coordinate representation of color #D585ED: hue angle of 286.15º 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 #D585ED is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213133237-
CMYK0.100.4400.07
HSL286.15º74.29%72.55%-
HSV(B)286.15º43.88%92.94%-
XYZ51.1137.0484.58-
YUV168.78166.5159.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.54%
GREEN value IS 133 (52.34% from 255) = 22.81%
BLUE value IS 237 (92.97% from 255) = 40.65%
R=36.54%
G=22.81%
B=40.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131332370.100.4400.07286.1574.2972.55
HexD585EDA2C0711e4a49
Octal325205355125407436112111
Binary1101010110000101111011011010101100011110001111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585ED; }

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

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

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

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

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

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

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

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