Html Css Color HEX #DC27EE Psychedelic Purple

📋 copy color: '#DC27EE'

red 220 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #DC27EE

Tints of Psychedelic Purple #DC27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.85%

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

R = 44.27%
G = 7.85%
B = 47.89%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC27EE (or 0xDC27EE) is known color: Psychedelic Purple. HEX triplet: DC, 27 and EE. RGB value is (220,39,238). Sum of RGB (Red+Green+Blue) = 220+39+238=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC27EE is #23D811. Grayscale: #737373. Windows color (decimal): -2349074 or 15607772. OLE color: 15607772.

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

Color convert

RGB 220 39 238 -
CMYK 0.08 0.84 0 0.07
HSL 294.57º 0.85% 0.54% -
HSV(B) 294.57º 0.84% 0.93% -
XYZ 45.67 22.84 82.89 -
YUV 115.81 196.97 202.32 -
System Red Green Blue C M Y K H S L
Decimal 220 39 238 0.08 0.84 0 0.07 294.57 0.85 0.54
Hex DC 27 EE 8 54 0 7 127 55 36
Octal 334 47 356 10 124 0 7 447 125 66
Binary 11011100 100111 11101110 1000 1010100 0 111 100100111 1010101 110110

Color Harmonies of #DC27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC27EE

Black with #DC27EE

Text Example


Text Example

White with #DC27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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