#D57DF1

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

Shades of Heliotrope #D57DF1

Tints of Heliotrope #D57DF1

Color information

#D57DF1 (or 0xD57DF1) is unknown color: approx Heliotrope. HEX triplet: D5, 7D and F1. RGB value is (213,125,241). Sum of RGB (Red+Green+Blue) = 213+125+241=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 241 (94.53% from 255 or 41.62% from 579); Max value from RGB is 241 - color contains mainly: blue. Hex color #D57DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57DF1 is #2A820E. Grayscale: #A4A4A4. Windows color (decimal): -2785807 or 15826389. OLE color: 15826389.

HSL color Cylindrical-coordinate representation of color #D57DF1: hue angle of 285.52º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D57DF1 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213125241-
CMYK0.120.4800.05
HSL285.52º80.56%71.76%-
HSV(B)285.52º48.13%94.51%-
XYZ50.6535.1687.34-
YUV164.54171.15162.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.79%
GREEN value IS 125 (49.22% from 255) = 21.59%
BLUE value IS 241 (94.53% from 255) = 41.62%
R=36.79%
G=21.59%
B=41.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131252410.120.4800.05285.5280.5671.76
HexD57DF1C300511e5148
Octal325175361146005436121110
Binary110101011111101111100011100110000010110001111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57DF1; }

 p { color: rgb(213,125,241); }

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

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

 a { background-color: rgb(213,125,241); }

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

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

 span { border-color: rgb(213,125,241); }

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