#D585EA

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

Shades of Heliotrope #D585EA

Tints of Heliotrope #D585EA

Color information

#D585EA (or 0xD585EA) is unknown color: approx Heliotrope. HEX triplet: D5, 85 and EA. RGB value is (213,133,234). Sum of RGB (Red+Green+Blue) = 213+133+234=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #D585EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D585EA is #2A7A15. Grayscale: #A8A8A8. Windows color (decimal): -2783766 or 15369685. OLE color: 15369685.

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

Color convert

RGB213133234-
CMYK0.090.4300.08
HSL287.52º70.63%71.96%-
HSV(B)287.52º43.16%91.76%-
XYZ50.6836.8682.29-
YUV168.43165159.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.72%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=36.72%
G=22.93%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131332340.090.4300.08287.5270.6371.96
HexD585EA92B081204748
Octal3252053521153010440107110
Binary11010101100001011110101010011010110100010010000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D585EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D585EA; }

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

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

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

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

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

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

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

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