#DA22ED

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

Shades of Psychedelic Purple #DA22ED

Tints of Psychedelic Purple #DA22ED

Color information

#DA22ED (or 0xDA22ED) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 22 and ED. RGB value is (218,34,237). Sum of RGB (Red+Green+Blue) = 218+34+237=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 34 (13.67% from 255 or 6.95% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #DA22ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA22ED is #25DD12. Grayscale: #6F6F6F. Windows color (decimal): -2481427 or 15540954. OLE color: 15540954.

HSL color Cylindrical-coordinate representation of color #DA22ED: hue angle of 294.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA22ED is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21834237-
CMYK0.080.8600.07
HSL294.38º84.94%53.14%-
HSV(B)294.38º85.65%92.94%-
XYZ44.7722.1682.04-
YUV112.16198.46203.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.58%
GREEN value IS 34 (13.67% from 255) = 6.95%
BLUE value IS 237 (92.97% from 255) = 48.47%
R=44.58%
G=6.95%
B=48.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal218342370.080.8600.07294.3884.9453.14
HexDA22ED856071265535
Octal33242355101260744612565
Binary11011010100010111011011000101011001111001001101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA22ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA22ED; }

 p { color: rgb(218,34,237); }

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

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

 a { background-color: rgb(218,34,237); }

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

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

 span { border-color: rgb(218,34,237); }

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