#DA61EC

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

Shades of Heliotrope #DA61EC

Tints of Heliotrope #DA61EC

Color information

#DA61EC (or 0xDA61EC) is unknown color: approx Heliotrope. HEX triplet: DA, 61 and EC. RGB value is (218,97,236). Sum of RGB (Red+Green+Blue) = 218+97+236=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 97 (38.28% from 255 or 17.60% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA61EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA61EC is #259E13. Grayscale: #949494. Windows color (decimal): -2465300 or 15491546. OLE color: 15491546.

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

Color convert

RGB21897236-
CMYK0.080.5900.07
HSL292.23º78.53%65.29%-
HSV(B)292.23º58.9%92.55%-
XYZ48.3329.5182.51-
YUV149.02177.09177.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 97 (38.28% from 255) = 17.60%
BLUE value IS 236 (92.58% from 255) = 42.83%
R=39.56%
G=17.60%
B=42.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218972360.080.5900.07292.2378.5365.29
HexDA61EC83B071244f41
Octal332141354107307444117101
Binary110110101100001111011001000111011011110010010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA61EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA61EC; }

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

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

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

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

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

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

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

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