#DA7EFB

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

Shades of Heliotrope #DA7EFB

Tints of Heliotrope #DA7EFB

Color information

#DA7EFB (or 0xDA7EFB) is unknown color: approx Heliotrope. HEX triplet: DA, 7E and FB. RGB value is (218,126,251). Sum of RGB (Red+Green+Blue) = 218+126+251=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 126 (49.61% from 255 or 21.18% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #DA7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7EFB is #258104. Grayscale: #A7A7A7. Windows color (decimal): -2457861 or 16482010. OLE color: 16482010.

HSL color Cylindrical-coordinate representation of color #DA7EFB: hue angle of 284.16º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA7EFB is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218126251-
CMYK0.130.5000.02
HSL284.16º93.98%73.92%-
HSV(B)284.16º49.8%98.43%-
XYZ53.7936.7995.53-
YUV167.76174.98163.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 126 (49.61% from 255) = 21.18%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=36.64%
G=21.18%
B=42.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2181262510.130.5000.02284.1693.9873.92
HexDA7EFBD320211c5e4a
Octal332176373156202434136112
Binary11011010111111011111011110111001001010001110010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7EFB; }

 p { color: rgb(218,126,251); }

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

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

 a { background-color: rgb(218,126,251); }

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

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

 span { border-color: rgb(218,126,251); }

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