#DA6FEA

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

Shades of Heliotrope #DA6FEA

Tints of Heliotrope #DA6FEA

Color information

#DA6FEA (or 0xDA6FEA) is unknown color: approx Heliotrope. HEX triplet: DA, 6F and EA. RGB value is (218,111,234). Sum of RGB (Red+Green+Blue) = 218+111+234=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA6FEA is #259015. Grayscale: #9C9C9C. Windows color (decimal): -2461718 or 15364058. OLE color: 15364058.

HSL color Cylindrical-coordinate representation of color #DA6FEA: hue angle of 292.2º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA6FEA is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218111234-
CMYK0.070.5300.08
HSL292.2º74.55%67.65%-
HSV(B)292.2º52.56%91.76%-
XYZ49.4532.2181.45-
YUV157.01171.45171.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 111 (43.75% from 255) = 19.72%
BLUE value IS 234 (91.80% from 255) = 41.56%
R=38.72%
G=19.72%
B=41.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2181112340.070.5300.08292.274.5567.65
HexDA6FEA735081244b44
Octal332157352765010444113104
Binary110110101101111111010101111101010100010010010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6FEA; }

 p { color: rgb(218,111,234); }

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

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

 a { background-color: rgb(218,111,234); }

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

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

 span { border-color: rgb(218,111,234); }

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