#DA0EFA

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

Shades of Psychedelic Purple #DA0EFA

Tints of Psychedelic Purple #DA0EFA

Color information

#DA0EFA (or 0xDA0EFA) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 0E and FA. RGB value is (218,14,250). Sum of RGB (Red+Green+Blue) = 218+14+250=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA0EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA0EFA is #25F105. Grayscale: #656565. Windows color (decimal): -2486534 or 16387802. OLE color: 16387802.

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

Color convert

RGB21814250-
CMYK0.130.9400.02
HSL291.86º95.93%51.76%-
HSV(B)291.86º94.4%98.04%-
XYZ46.3322.1292.27-
YUV101.9211.59210.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.23%
GREEN value IS 14 (5.86% from 255) = 2.90%
BLUE value IS 250 (98.05% from 255) = 51.87%
R=45.23%
G=2.90%
B=51.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218142500.130.9400.02291.8695.9351.76
HexDAEFAD5E021246034
Octal33216372151360244414064
Binary11011010111011111010110110111100101001001001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0EFA; }

 p { color: rgb(218,14,250); }

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

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

 a { background-color: rgb(218,14,250); }

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

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

 span { border-color: rgb(218,14,250); }

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