#DA5EFC

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

Shades of Heliotrope #DA5EFC

Tints of Heliotrope #DA5EFC

Color information

#DA5EFC (or 0xDA5EFC) is unknown color: approx Heliotrope. HEX triplet: DA, 5E and FC. RGB value is (218,94,252). Sum of RGB (Red+Green+Blue) = 218+94+252=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 94 (37.11% from 255 or 16.67% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #DA5EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA5EFC is #25A103. Grayscale: #949494. Windows color (decimal): -2466052 or 16539354. OLE color: 16539354.

HSL color Cylindrical-coordinate representation of color #DA5EFC: hue angle of 287.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5EFC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21894252-
CMYK0.130.6300.01
HSL287.09º96.34%67.84%-
HSV(B)287.09º62.7%98.82%-
XYZ50.4929.9495.21-
YUV149.09186.08177.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 94 (37.11% from 255) = 16.67%
BLUE value IS 252 (98.83% from 255) = 44.68%
R=38.65%
G=16.67%
B=44.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal218942520.130.6300.01287.0996.3467.84
HexDA5EFCD3F0111f6044
Octal332136374157701437140104
Binary1101101010111101111110011011111110110001111111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5EFC; }

 p { color: rgb(218,94,252); }

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

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

 a { background-color: rgb(218,94,252); }

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

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

 span { border-color: rgb(218,94,252); }

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