#DA18EB

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

Shades of Psychedelic Purple #DA18EB

Tints of Psychedelic Purple #DA18EB

Color information

#DA18EB (or 0xDA18EB) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 18 and EB. RGB value is (218,24,235). Sum of RGB (Red+Green+Blue) = 218+24+235=477 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.70% from 477); Green value is 24 (9.77% from 255 or 5.03% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #DA18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA18EB is #25E714. Grayscale: #696969. Windows color (decimal): -2483989 or 15407322. OLE color: 15407322.

HSL color Cylindrical-coordinate representation of color #DA18EB: hue angle of 295.17º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA18EB is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21824235-
CMYK0.070.9000.08
HSL295.17º84.06%50.78%-
HSV(B)295.17º89.79%92.16%-
XYZ44.2421.5680.43-
YUV106.06200.77207.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.70%
GREEN value IS 24 (9.77% from 255) = 5.03%
BLUE value IS 235 (92.19% from 255) = 49.27%
R=45.70%
G=5.03%
B=49.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal218242350.070.9000.08295.1784.0650.78
HexDA18EB75A081275433
Octal33230353713201044712463
Binary1101101011000111010111111011010010001001001111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA18EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA18EB; }

 p { color: rgb(218,24,235); }

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

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

 a { background-color: rgb(218,24,235); }

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

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

 span { border-color: rgb(218,24,235); }

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