Html Css Color HEX #DC22EE Psychedelic Purple

📋 copy color: '#DC22EE'

red 220 ◦ green 34 ◦ blue 238

#DC22EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #DC22EE

Tints of Psychedelic Purple #DC22EE

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 value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC22EE (or 0xDC22EE) is known color: 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

RGB 220 34 238 -
CMYK 0.08 0.86 0 0.07
HSL 294.71º 0.86% 0.53% -
HSV(B) 294.71º 0.86% 0.93% -
XYZ 45.52 22.53 82.84 -
YUV 112.87 198.62 204.41 -
System Red Green Blue C M Y K H S L
Decimal 220 34 238 0.08 0.86 0 0.07 294.71 0.86 0.53
Hex DC 22 EE 8 56 0 7 127 56 35
Octal 334 42 356 10 126 0 7 447 126 65
Binary 11011100 100010 11101110 1000 1010110 0 111 100100111 1010110 110101

Color Harmonies of #DC22EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC22EE

Black with #DC22EE

Text Example


Text Example

White with #DC22EE

Text Example


Text Example

HTML Codes & Css Web 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>