#D57EEA

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

Shades of Heliotrope #D57EEA

Tints of Heliotrope #D57EEA

Color information

#D57EEA (or 0xD57EEA) is unknown color: approx Heliotrope. HEX triplet: D5, 7E and EA. RGB value is (213,126,234). Sum of RGB (Red+Green+Blue) = 213+126+234=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #D57EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57EEA is #2A8115. Grayscale: #A3A3A3. Windows color (decimal): -2785558 or 15367893. OLE color: 15367893.

HSL color Cylindrical-coordinate representation of color #D57EEA: hue angle of 288.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57EEA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213126234-
CMYK0.090.4600.08
HSL288.33º72%70.59%-
HSV(B)288.33º46.15%91.76%-
XYZ49.7535.0181.98-
YUV164.32167.32162.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=37.17%
G=21.99%
B=40.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2131262340.090.4600.08288.337270.59
HexD57EEA92E081204847
Octal3251763521156010440110107
Binary1101010111111101110101010011011100100010010000010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57EEA; }

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

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

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

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

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

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

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

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