#DA69EC

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

Shades of Heliotrope #DA69EC

Tints of Heliotrope #DA69EC

Color information

#DA69EC (or 0xDA69EC) is unknown color: approx Heliotrope. HEX triplet: DA, 69 and EC. RGB value is (218,105,236). Sum of RGB (Red+Green+Blue) = 218+105+236=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #DA69EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA69EC is #259613. Grayscale: #999999. Windows color (decimal): -2463252 or 15493594. OLE color: 15493594.

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

Color convert

RGB218105236-
CMYK0.080.5600.07
HSL291.76º77.51%66.86%-
HSV(B)291.76º55.51%92.55%-
XYZ49.1131.0682.76-
YUV153.72174.44173.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 105 (41.41% from 255) = 18.78%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=39.00%
G=18.78%
B=42.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181052360.080.5600.07291.7677.5166.86
HexDA69EC838071244e43
Octal332151354107007444116103
Binary110110101101001111011001000111000011110010010010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA69EC; }

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

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

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

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

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

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

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

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