Html Css Color HEX #DC14EE Psychedelic Purple

📋 copy color: '#DC14EE'

red 220 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #DC14EE

Tints of Psychedelic Purple #DC14EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.18%

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

R = 46.03%
G = 4.18%
B = 49.79%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC14EE (or 0xDC14EE) is known color: Psychedelic Purple. HEX triplet: DC, 14 and EE. RGB value is (220,20,238). Sum of RGB (Red+Green+Blue) = 220+20+238=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 20 (8.20% from 255 or 4.18% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DC14EE is #23EB11. Grayscale: #676767. Windows color (decimal): -2353938 or 15602908. OLE color: 15602908.

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

Color convert

RGB 220 20 238 -
CMYK 0.08 0.92 0 0.07
HSL 295.05º 0.87% 0.51% -
HSV(B) 295.05º 0.92% 0.93% -
XYZ 45.2 21.89 82.73 -
YUV 104.65 203.26 210.27 -
System Red Green Blue C M Y K H S L
Decimal 220 20 238 0.08 0.92 0 0.07 295.05 0.87 0.51
Hex DC 14 EE 8 5C 0 7 127 57 33
Octal 334 24 356 10 134 0 7 447 127 63
Binary 11011100 10100 11101110 1000 1011100 0 111 100100111 1010111 110011

Color Harmonies of #DC14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14EE

Black with #DC14EE

Text Example


Text Example

White with #DC14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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