Html Css Color HEX #DC29ED Psychedelic Purple

📋 copy color: '#DC29ED'

red 220 ◦ green 41 ◦ blue 237

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

Shades of Psychedelic Purple #DC29ED

Tints of Psychedelic Purple #DC29ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 44.18%
G = 8.23%
B = 47.59%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC29ED (or 0xDC29ED) is known color: Psychedelic Purple. HEX triplet: DC, 29 and ED. RGB value is (220,41,237). Sum of RGB (Red+Green+Blue) = 220+41+237=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 41 (16.41% from 255 or 8.23% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC29ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DC29ED is #23D612. Grayscale: #747474. Windows color (decimal): -2348563 or 15542748. OLE color: 15542748.

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

Color convert

RGB 220 41 237 -
CMYK 0.07 0.83 0 0.07
HSL 294.8º 0.84% 0.55% -
HSV(B) 294.8º 0.83% 0.93% -
XYZ 45.59 22.92 82.14 -
YUV 116.87 195.8 201.56 -
System Red Green Blue C M Y K H S L
Decimal 220 41 237 0.07 0.83 0 0.07 294.8 0.84 0.55
Hex DC 29 ED 7 53 0 7 127 54 37
Octal 334 51 355 7 123 0 7 447 124 67
Binary 11011100 101001 11101101 111 1010011 0 111 100100111 1010100 110111

Color Harmonies of #DC29ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC29ED

Black with #DC29ED

Text Example


Text Example

White with #DC29ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC29ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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