#DA81EE

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

Shades of Heliotrope #DA81EE

Tints of Heliotrope #DA81EE

Color information

#DA81EE (or 0xDA81EE) is unknown color: approx Heliotrope. HEX triplet: DA, 81 and EE. RGB value is (218,129,238). Sum of RGB (Red+Green+Blue) = 218+129+238=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 238 (93.36% from 255 or 40.68% from 585); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA81EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA81EE is #257E11. Grayscale: #A7A7A7. Windows color (decimal): -2457106 or 15630810. OLE color: 15630810.

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

Color convert

RGB218129238-
CMYK0.080.4600.07
HSL288.99º76.22%71.96%-
HSV(B)288.99º45.8%93.33%-
XYZ52.236.7885.24-
YUV168.04167.49163.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 129 (50.78% from 255) = 22.05%
BLUE value IS 238 (93.36% from 255) = 40.68%
R=37.26%
G=22.05%
B=40.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181292380.080.4600.07288.9976.2271.96
HexDA81EE82E071214c48
Octal332201356105607441114110
Binary1101101010000001111011101000101110011110010000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81EE; }

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

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

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

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

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

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

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

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