Html Css Color HEX #DC29EF Psychedelic Purple

📋 copy color: '#DC29EF'

red 220 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #DC29EF

Tints of Psychedelic Purple #DC29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.2%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 44%
G = 8.2%
B = 47.8%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC29EF (or 0xDC29EF) is known color: Psychedelic Purple. HEX triplet: DC, 29 and EF. RGB value is (220,41,239). Sum of RGB (Red+Green+Blue) = 220+41+239=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29EF is #23D610. Grayscale: #747474. Windows color (decimal): -2348561 or 15673820. OLE color: 15673820.

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

Color convert

RGB 220 41 239 -
CMYK 0.08 0.83 0 0.06
HSL 294.24º 0.86% 0.55% -
HSV(B) 294.24º 0.83% 0.94% -
XYZ 45.89 23.03 83.69 -
YUV 117.09 196.8 201.4 -
System Red Green Blue C M Y K H S L
Decimal 220 41 239 0.08 0.83 0 0.06 294.24 0.86 0.55
Hex DC 29 EF 8 53 0 6 126 56 37
Octal 334 51 357 10 123 0 6 446 126 67
Binary 11011100 101001 11101111 1000 1010011 0 110 100100110 1010110 110111

Color Harmonies of #DC29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29EF

Black with #DC29EF

Text Example


Text Example

White with #DC29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29EF; }

 p { color: rgb(220,41,239); }

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

background-color css

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

 a { background-color: rgb(220,41,239); }

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

border-color css

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

 span { border-color: rgb(220,41,239); }

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