Html Css Color HEX #DC01EB Psychedelic Purple

📋 copy color: '#DC01EB'

red 220 ◦ green 1 ◦ blue 235

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

Shades of Psychedelic Purple #DC01EB

Tints of Psychedelic Purple #DC01EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 48.25%
G = 0.22%
B = 51.54%

CMYK

 C value IS 0.06

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC01EB (or 0xDC01EB) is known color: Psychedelic Purple. HEX triplet: DC, 01 and EB. RGB value is (220,1,235). Sum of RGB (Red+Green+Blue) = 220+1+235=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC01EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC01EB is #23FE14. Grayscale: #5C5C5C. Windows color (decimal): -2358805 or 15401436. OLE color: 15401436.

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

Color convert

RGB 220 1 235 -
CMYK 0.06 1.00 0 0.08
HSL 296.15º 0.99% 0.46% -
HSV(B) 296.15º 1% 0.92% -
XYZ 44.52 21.24 80.35 -
YUV 93.16 208.05 218.47 -
System Red Green Blue C M Y K H S L
Decimal 220 1 235 0.06 1.00 0 0.08 296.15 0.99 0.46
Hex DC 1 EB 6 64 0 8 128 63 2E
Octal 334 1 353 6 144 0 10 450 143 56
Binary 11011100 1 11101011 110 1100100 0 1000 100101000 1100011 101110

Color Harmonies of #DC01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC01EB

Black with #DC01EB

Text Example


Text Example

White with #DC01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC01EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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