Html Css Color HEX #DC11EA Psychedelic Purple

📋 copy color: '#DC11EA'

red 220 ◦ green 17 ◦ blue 234

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

Shades of Psychedelic Purple #DC11EA

Tints of Psychedelic Purple #DC11EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.61%

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 46.71%
G = 3.61%
B = 49.68%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC11EA (or 0xDC11EA) is known color: Psychedelic Purple. HEX triplet: DC, 11 and EA. RGB value is (220,17,234). Sum of RGB (Red+Green+Blue) = 220+17+234=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 17 (7.03% from 255 or 3.61% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC11EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC11EA is #23EE15. Grayscale: #656565. Windows color (decimal): -2354710 or 15339996. OLE color: 15339996.

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

Color convert

RGB 220 17 234 -
CMYK 0.06 0.93 0 0.08
HSL 296.13º 0.86% 0.49% -
HSV(B) 296.13º 0.93% 0.92% -
XYZ 44.57 21.56 79.65 -
YUV 102.44 202.25 211.86 -
System Red Green Blue C M Y K H S L
Decimal 220 17 234 0.06 0.93 0 0.08 296.13 0.86 0.49
Hex DC 11 EA 6 5D 0 8 128 56 31
Octal 334 21 352 6 135 0 10 450 126 61
Binary 11011100 10001 11101010 110 1011101 0 1000 100101000 1010110 110001

Color Harmonies of #DC11EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC11EA

Black with #DC11EA

Text Example


Text Example

White with #DC11EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC11EA; }

 p { color: rgb(220,17,234); }

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

background-color css

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

 a { background-color: rgb(220,17,234); }

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

border-color css

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

 span { border-color: rgb(220,17,234); }

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