#DA88FA

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

Shades of Heliotrope #DA88FA

Tints of Heliotrope #DA88FA

Color information

#DA88FA (or 0xDA88FA) is unknown color: approx Heliotrope. HEX triplet: DA, 88 and FA. RGB value is (218,136,250). Sum of RGB (Red+Green+Blue) = 218+136+250=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 136 (53.52% from 255 or 22.52% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA88FA is #257705. Grayscale: #ADADAD. Windows color (decimal): -2455302 or 16419034. OLE color: 16419034.

HSL color Cylindrical-coordinate representation of color #DA88FA: hue angle of 283.16º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA88FA is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218136250-
CMYK0.130.4600.02
HSL283.16º91.94%75.69%-
HSV(B)283.16º45.6%98.04%-
XYZ54.9739.4295.15-
YUV173.51171.17159.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 136 (53.52% from 255) = 22.52%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=36.09%
G=22.52%
B=41.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181362500.130.4600.02283.1691.9475.69
HexDA88FAD2E0211b5c4c
Octal332210372155602433134114
Binary110110101000100011111010110110111001010001101110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA88FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA88FA; }

 p { color: rgb(218,136,250); }

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

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

 a { background-color: rgb(218,136,250); }

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

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

 span { border-color: rgb(218,136,250); }

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