#DA40FF

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

Shades of Heliotrope #DA40FF

Tints of Heliotrope #DA40FF

Color information

#DA40FF (or 0xDA40FF) is unknown color: approx Heliotrope. HEX triplet: DA, 40 and FF. RGB value is (218,64,255). Sum of RGB (Red+Green+Blue) = 218+64+255=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 64 (25.39% from 255 or 11.92% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #DA40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA40FF is #25BF00. Grayscale: #838383. Windows color (decimal): -2473729 or 16728282. OLE color: 16728282.

HSL color Cylindrical-coordinate representation of color #DA40FF: hue angle of 288.38º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA40FF is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21864255-
CMYK0.150.7500
HSL288.38º100%62.55%-
HSV(B)288.38º74.9%100%-
XYZ48.825.7997.01-
YUV131.82197.52189.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 64 (25.39% from 255) = 11.92%
BLUE value IS 255 (100% from 255) = 47.49%
R=40.60%
G=11.92%
B=47.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal218642550.150.7500288.3810062.55
HexDA40FFF4B00120643f
Octal332100377171130044014477
Binary1101101010000001111111111111001011001001000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA40FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA40FF; }

 p { color: rgb(218,64,255); }

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

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

 a { background-color: rgb(218,64,255); }

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

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

 span { border-color: rgb(218,64,255); }

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