#D58AED

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

Shades of Heliotrope #D58AED

Tints of Heliotrope #D58AED

Color information

#D58AED (or 0xD58AED) is unknown color: approx Heliotrope. HEX triplet: D5, 8A and ED. RGB value is (213,138,237). Sum of RGB (Red+Green+Blue) = 213+138+237=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #D58AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AED is #2A7512. Grayscale: #ABABAB. Windows color (decimal): -2782483 or 15567573. OLE color: 15567573.

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

Color convert

RGB213138237-
CMYK0.100.4200.07
HSL285.45º73.33%73.53%-
HSV(B)285.45º41.77%92.94%-
XYZ51.8238.4484.81-
YUV171.71164.85157.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.22%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=36.22%
G=23.47%
B=40.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131382370.100.4200.07285.4573.3373.53
HexD58AEDA2A0711d494a
Octal325212355125207435111112
Binary1101010110001010111011011010101010011110001110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AED; }

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

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

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

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

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

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

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

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