Html Css Color HEX #DD29EE Psychedelic Purple

📋 copy color: '#DD29EE'

red 221 ◦ green 41 ◦ blue 238

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

Shades of Psychedelic Purple #DD29EE

Tints of Psychedelic Purple #DD29EE

RGB

 RED value IS 221 (86.72% from 255) = 44.2%

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

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

R = 44.2%
G = 8.2%
B = 47.6%

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

#DD29EE (or 0xDD29EE) is known color: Psychedelic Purple. HEX triplet: DD, 29 and EE. RGB value is (221,41,238). Sum of RGB (Red+Green+Blue) = 221+41+238=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 41 (16.41% from 255 or 8.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD29EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29EE is #22D611. Grayscale: #747474. Windows color (decimal): -2283026 or 15608285. OLE color: 15608285.

HSL color Cylindrical-coordinate representation of color #DD29EE: hue angle of 294.82º degrees, saturation: 0.85, 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 #DD29EE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 41 238 -
CMYK 0.07 0.83 0 0.07
HSL 294.82º 0.85% 0.55% -
HSV(B) 294.82º 0.83% 0.93% -
XYZ 46.04 23.13 82.93 -
YUV 117.28 196.13 201.98 -
System Red Green Blue C M Y K H S L
Decimal 221 41 238 0.07 0.83 0 0.07 294.82 0.85 0.55
Hex DD 29 EE 7 53 0 7 127 55 37
Octal 335 51 356 7 123 0 7 447 125 67
Binary 11011101 101001 11101110 111 1010011 0 111 100100111 1010101 110111

Color Harmonies of #DD29EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29EE

Black with #DD29EE

Text Example


Text Example

White with #DD29EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29EE; }

 p { color: rgb(221,41,238); }

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

background-color css

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

 a { background-color: rgb(221,41,238); }

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

border-color css

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

 span { border-color: rgb(221,41,238); }

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