#D57AEF

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

Shades of Heliotrope #D57AEF

Tints of Heliotrope #D57AEF

Color information

#D57AEF (or 0xD57AEF) is unknown color: approx Heliotrope. HEX triplet: D5, 7A and EF. RGB value is (213,122,239). Sum of RGB (Red+Green+Blue) = 213+122+239=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #D57AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57AEF is #2A8510. Grayscale: #A2A2A2. Windows color (decimal): -2786577 or 15694549. OLE color: 15694549.

HSL color Cylindrical-coordinate representation of color #D57AEF: hue angle of 286.67º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D57AEF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB213122239-
CMYK0.110.4900.06
HSL286.67º78.52%70.78%-
HSV(B)286.67º48.95%93.73%-
XYZ49.9834.385.65-
YUV162.55171.15163.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 122 (48.05% from 255) = 21.25%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=37.11%
G=21.25%
B=41.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2131222390.110.4900.06286.6778.5270.78
HexD57AEFB310611f4f47
Octal325172357136106437117107
Binary110101011111010111011111011110001011010001111110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57AEF; }

 p { color: rgb(213,122,239); }

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

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

 a { background-color: rgb(213,122,239); }

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

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

 span { border-color: rgb(213,122,239); }

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