#DA8EFA

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

Shades of Heliotrope #DA8EFA

Tints of Heliotrope #DA8EFA

Color information

#DA8EFA (or 0xDA8EFA) is unknown color: approx Heliotrope. HEX triplet: DA, 8E and FA. RGB value is (218,142,250). Sum of RGB (Red+Green+Blue) = 218+142+250=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 142 (55.86% from 255 or 23.28% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA8EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA8EFA is #257105. Grayscale: #B0B0B0. Windows color (decimal): -2453766 or 16420570. OLE color: 16420570.

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

Color convert

RGB218142250-
CMYK0.130.4300.02
HSL282.22º91.53%76.86%-
HSV(B)282.22º43.2%98.04%-
XYZ55.8441.1595.44-
YUV177.04169.18157.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 142 (55.86% from 255) = 23.28%
BLUE value IS 250 (98.05% from 255) = 40.98%
R=35.74%
G=23.28%
B=40.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181422500.130.4300.02282.2291.5376.86
HexDA8EFAD2B0211a5c4d
Octal332216372155302432134115
Binary110110101000111011111010110110101101010001101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8EFA; }

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

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

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

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

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

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

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

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