Html Css Color HEX #DC23EE Psychedelic Purple

📋 copy color: '#DC23EE'

red 220 ◦ green 35 ◦ blue 238

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

Shades of Psychedelic Purple #DC23EE

Tints of Psychedelic Purple #DC23EE

RGB

 RED value IS 220 (86.33% from 255) = 44.62%

 GREEN value IS 35 (14.06% from 255) = 7.1%

 BLUE value IS 238 (93.36% from 255) = 48.28%

R = 44.62%
G = 7.1%
B = 48.28%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC23EE (or 0xDC23EE) is known color: Psychedelic Purple. HEX triplet: DC, 23 and EE. RGB value is (220,35,238). Sum of RGB (Red+Green+Blue) = 220+35+238=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 35 (14.06% from 255 or 7.10% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC23EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC23EE is #23DC11. Grayscale: #707070. Windows color (decimal): -2350098 or 15606748. OLE color: 15606748.

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

Color convert

RGB 220 35 238 -
CMYK 0.08 0.85 0 0.07
HSL 294.68º 0.86% 0.54% -
HSV(B) 294.68º 0.85% 0.93% -
XYZ 45.55 22.59 82.85 -
YUV 113.46 198.29 203.99 -
System Red Green Blue C M Y K H S L
Decimal 220 35 238 0.08 0.85 0 0.07 294.68 0.86 0.54
Hex DC 23 EE 8 55 0 7 127 56 36
Octal 334 43 356 10 125 0 7 447 126 66
Binary 11011100 100011 11101110 1000 1010101 0 111 100100111 1010110 110110

Color Harmonies of #DC23EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC23EE

Black with #DC23EE

Text Example


Text Example

White with #DC23EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC23EE; }

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

 H1.HeaderClassName
 {
   color: #DC23EE;
 }
 .AnyTagClassName
 {
   color: #DC23EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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