#da7cf4

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

Shades of Heliotrope #DA7CF4

Tints of Heliotrope #DA7CF4

Color information

#DA7CF4 (or 0xDA7CF4) is unknown color: approx Heliotrope. HEX triplet: DA, 7C and F4. RGB value is (218,124,244). Sum of RGB (Red+Green+Blue) = 218+124+244=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #DA7CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA7CF4 is #25830B. Grayscale: #A5A5A5. Windows color (decimal): -2458380 or 16022746. OLE color: 16022746.

HSL color Cylindrical-coordinate representation of color #DA7CF4: hue angle of 287º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA7CF4 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218124244-
CMYK0.110.4900.04
HSL287º84.51%72.16%-
HSV(B)287º49.18%95.69%-
XYZ52.4535.8589.74-
YUV165.79172.14165.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.20%
GREEN value IS 124 (48.83% from 255) = 21.16%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=37.20%
G=21.16%
B=41.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2181242440.110.4900.0428784.5172.16
HexDA7CF4B310411f5548
Octal332174364136104437125110
Binary110110101111100111101001011110001010010001111110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da7cf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da7cf4; }

 p { color: rgb(218,124,244); }

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

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

 a { background-color: rgb(218,124,244); }

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

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

 span { border-color: rgb(218,124,244); }

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