#DC22EE

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

Shades of Psychedelic Purple #DC22EE

Tints of Psychedelic Purple #DC22EE

Color information

#DC22EE (or 0xDC22EE) is unknown color: approx Psychedelic Purple. HEX triplet: DC, 22 and EE. RGB value is (220,34,238). Sum of RGB (Red+Green+Blue) = 220+34+238=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 34 (13.67% from 255 or 6.91% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC22EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC22EE is #23DD11. Grayscale: #707070. Windows color (decimal): -2350354 or 15606492. OLE color: 15606492.

HSL color Cylindrical-coordinate representation of color #DC22EE: hue angle of 294.71º degrees, saturation: 0.86, 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 #DC22EE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22034238-
CMYK0.080.8600.07
HSL294.71º85.71%53.33%-
HSV(B)294.71º85.71%93.33%-
XYZ45.5222.5382.84-
YUV112.87198.62204.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 34 (13.67% from 255) = 6.91%
BLUE value IS 238 (93.36% from 255) = 48.37%
R=44.72%
G=6.91%
B=48.37%

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
Decimal220342380.080.8600.07294.7185.7153.33
HexDC22EE856071275635
Octal33442356101260744712665
Binary11011100100010111011101000101011001111001001111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC22EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC22EE; }

 p { color: rgb(220,34,238); }

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

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

 a { background-color: rgb(220,34,238); }

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

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

 span { border-color: rgb(220,34,238); }

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