Html Css Color HEX #DC01EE Psychedelic Purple

📋 copy color: '#DC01EE'

red 220 ◦ green 1 ◦ blue 238

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

Shades of Psychedelic Purple #DC01EE

Tints of Psychedelic Purple #DC01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 47.93%
G = 0.22%
B = 51.85%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC01EE (or 0xDC01EE) is known color: Psychedelic Purple. HEX triplet: DC, 01 and EE. RGB value is (220,1,238). Sum of RGB (Red+Green+Blue) = 220+1+238=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC01EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01EE is #23FE11. Grayscale: #5C5C5C. Windows color (decimal): -2358802 or 15598044. OLE color: 15598044.

HSL color Cylindrical-coordinate representation of color #DC01EE: hue angle of 295.44º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01EE is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 1 238 -
CMYK 0.08 1.00 0 0.07
HSL 295.44º 0.99% 0.47% -
HSV(B) 295.44º 1% 0.93% -
XYZ 44.96 21.41 82.65 -
YUV 93.5 209.55 218.23 -
System Red Green Blue C M Y K H S L
Decimal 220 1 238 0.08 1.00 0 0.07 295.44 0.99 0.47
Hex DC 1 EE 8 64 0 7 127 63 2F
Octal 334 1 356 10 144 0 7 447 143 57
Binary 11011100 1 11101110 1000 1100100 0 111 100100111 1100011 101111

Color Harmonies of #DC01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01EE

Black with #DC01EE

Text Example


Text Example

White with #DC01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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