Html Css Color HEX #DC29FF Psychedelic Purple

📋 copy color: '#DC29FF'

red 220 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #DC29FF

Tints of Psychedelic Purple #DC29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.42%

R = 42.64%
G = 7.95%
B = 49.42%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DC29FF (or 0xDC29FF) is known color: Psychedelic Purple. HEX triplet: DC, 29 and FF. RGB value is (220,41,255). Sum of RGB (Red+Green+Blue) = 220+41+255=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 41 (16.41% from 255 or 7.95% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC29FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29FF is #23D600. Grayscale: #767676. Windows color (decimal): -2348545 or 16722396. OLE color: 16722396.

HSL color Cylindrical-coordinate representation of color #DC29FF: hue angle of 290.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC29FF is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 220 41 255 -
CMYK 0.14 0.84 0 0
HSL 290.19º 1% 0.58% -
HSV(B) 290.19º 0.84% 1% -
XYZ 48.36 24.02 96.7 -
YUV 118.92 204.8 200.1 -
System Red Green Blue C M Y K H S L
Decimal 220 41 255 0.14 0.84 0 0 290.19 1 0.58
Hex DC 29 FF E 54 0 0 122 64 3A
Octal 334 51 377 16 124 0 0 442 144 72
Binary 11011100 101001 11111111 1110 1010100 0 0 100100010 1100100 111010

Color Harmonies of #DC29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29FF

Black with #DC29FF

Text Example


Text Example

White with #DC29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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