#DA81EC

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

Shades of Heliotrope #DA81EC

Tints of Heliotrope #DA81EC

Color information

#DA81EC (or 0xDA81EC) is unknown color: approx Heliotrope. HEX triplet: DA, 81 and EC. RGB value is (218,129,236). Sum of RGB (Red+Green+Blue) = 218+129+236=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 129 (50.78% from 255 or 22.13% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81EC is #257E13. Grayscale: #A7A7A7. Windows color (decimal): -2457108 or 15499738. OLE color: 15499738.

HSL color Cylindrical-coordinate representation of color #DA81EC: hue angle of 289.91º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA81EC is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218129236-
CMYK0.080.4500.07
HSL289.91º73.79%71.57%-
HSV(B)289.91º45.34%92.55%-
XYZ51.936.6683.7-
YUV167.81166.49163.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 129 (50.78% from 255) = 22.13%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=37.39%
G=22.13%
B=40.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181292360.080.4500.07289.9173.7971.57
HexDA81EC82D071224a48
Octal332201354105507442112110
Binary1101101010000001111011001000101101011110010001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81EC; }

 p { color: rgb(218,129,236); }

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

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

 a { background-color: rgb(218,129,236); }

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

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

 span { border-color: rgb(218,129,236); }

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