#DA57FC

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

Shades of Heliotrope #DA57FC

Tints of Heliotrope #DA57FC

Color information

#DA57FC (or 0xDA57FC) is unknown color: approx Heliotrope. HEX triplet: DA, 57 and FC. RGB value is (218,87,252). Sum of RGB (Red+Green+Blue) = 218+87+252=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA57FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA57FC is #25A803. Grayscale: #909090. Windows color (decimal): -2467844 or 16537562. OLE color: 16537562.

HSL color Cylindrical-coordinate representation of color #DA57FC: hue angle of 287.64º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA57FC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21887252-
CMYK0.130.6500.01
HSL287.64º96.49%66.47%-
HSV(B)287.64º65.48%98.82%-
XYZ49.8928.7595.02-
YUV144.98188.4180.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 87 (34.38% from 255) = 15.62%
BLUE value IS 252 (98.83% from 255) = 45.24%
R=39.14%
G=15.62%
B=45.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218872520.130.6500.01287.6496.4966.47
HexDA57FCD41011206042
Octal3321273741510101440140102
Binary11011010101011111111100110110000010110010000011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA57FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA57FC; }

 p { color: rgb(218,87,252); }

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

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

 a { background-color: rgb(218,87,252); }

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

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

 span { border-color: rgb(218,87,252); }

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