Html Css Color HEX #DD32FD Psychedelic Purple

📋 copy color: '#DD32FD'

red 221 ◦ green 50 ◦ blue 253

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

Shades of Psychedelic Purple #DD32FD

Tints of Psychedelic Purple #DD32FD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.54%

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 42.18%
G = 9.54%
B = 48.28%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD32FD (or 0xDD32FD) is known color: Psychedelic Purple. HEX triplet: DD, 32 and FD. RGB value is (221,50,253). Sum of RGB (Red+Green+Blue) = 221+50+253=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 50 (19.92% from 255 or 9.54% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD32FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD32FD is #22CD02. Grayscale: #7B7B7B. Windows color (decimal): -2280707 or 16593629. OLE color: 16593629.

HSL color Cylindrical-coordinate representation of color #DD32FD: hue angle of 290.54º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD32FD is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 50 253 -
CMYK 0.13 0.80 0 0.01
HSL 290.54º 0.98% 0.59% -
HSV(B) 290.54º 0.8% 0.99% -
XYZ 48.69 24.75 95.14 -
YUV 124.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 221 50 253 0.13 0.80 0 0.01 290.54 0.98 0.59
Hex DD 32 FD D 50 0 1 123 62 3B
Octal 335 62 375 15 120 0 1 443 142 73
Binary 11011101 110010 11111101 1101 1010000 0 1 100100011 1100010 111011

Color Harmonies of #DD32FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD32FD

Black with #DD32FD

Text Example


Text Example

White with #DD32FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD32FD; }

 p { color: rgb(221,50,253); }

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

background-color css

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

 a { background-color: rgb(221,50,253); }

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

border-color css

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

 span { border-color: rgb(221,50,253); }

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