#D58AEE

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

Shades of Heliotrope #D58AEE

Tints of Heliotrope #D58AEE

Color information

#D58AEE (or 0xD58AEE) is unknown color: approx Heliotrope. HEX triplet: D5, 8A and EE. RGB value is (213,138,238). Sum of RGB (Red+Green+Blue) = 213+138+238=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #D58AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58AEE is #2A7511. Grayscale: #ABABAB. Windows color (decimal): -2782482 or 15633109. OLE color: 15633109.

HSL color Cylindrical-coordinate representation of color #D58AEE: hue angle of 285º degrees, saturation: 0.75, 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 #D58AEE is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213138238-
CMYK0.110.4200.07
HSL285º74.63%73.73%-
HSV(B)285º42.02%93.33%-
XYZ51.9638.585.58-
YUV171.82165.35157.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.16%
GREEN value IS 138 (54.30% from 255) = 23.43%
BLUE value IS 238 (93.36% from 255) = 40.41%
R=36.16%
G=23.43%
B=40.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131382380.110.4200.0728574.6373.73
HexD58AEEB2A0711d4b4a
Octal325212356135207435113112
Binary1101010110001010111011101011101010011110001110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AEE; }

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

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

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

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

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

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

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

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