#DA6AEE

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

Shades of Heliotrope #DA6AEE

Tints of Heliotrope #DA6AEE

Color information

#DA6AEE (or 0xDA6AEE) is unknown color: approx Heliotrope. HEX triplet: DA, 6A and EE. RGB value is (218,106,238). Sum of RGB (Red+Green+Blue) = 218+106+238=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #DA6AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6AEE is #259511. Grayscale: #9A9A9A. Windows color (decimal): -2462994 or 15624922. OLE color: 15624922.

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

Color convert

RGB218106238-
CMYK0.080.5500.07
HSL290.91º79.52%67.45%-
HSV(B)290.91º55.46%93.33%-
XYZ49.531.3984.34-
YUV154.54175.11173.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.79%
GREEN value IS 106 (41.80% from 255) = 18.86%
BLUE value IS 238 (93.36% from 255) = 42.35%
R=38.79%
G=18.86%
B=42.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2181062380.080.5500.07290.9179.5267.45
HexDA6AEE837071235043
Octal332152356106707443120103
Binary110110101101010111011101000110111011110010001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6AEE; }

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

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

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

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

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

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

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

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