Html Css Color HEX #DD20ED Psychedelic Purple

📋 copy color: '#DD20ED'

red 221 ◦ green 32 ◦ blue 237

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

Shades of Psychedelic Purple #DD20ED

Tints of Psychedelic Purple #DD20ED

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.53%

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

R = 45.1%
G = 6.53%
B = 48.37%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD20ED (or 0xDD20ED) is known color: Psychedelic Purple. HEX triplet: DD, 20 and ED. RGB value is (221,32,237). Sum of RGB (Red+Green+Blue) = 221+32+237=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 32 (12.89% from 255 or 6.53% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD20ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20ED is #22DF12. Grayscale: #6F6F6F. Windows color (decimal): -2285331 or 15540445. OLE color: 15540445.

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

Color convert

RGB 221 32 237 -
CMYK 0.07 0.86 0 0.07
HSL 295.32º 0.85% 0.53% -
HSV(B) 295.32º 0.86% 0.93% -
XYZ 45.62 22.52 82.06 -
YUV 111.88 198.62 205.83 -
System Red Green Blue C M Y K H S L
Decimal 221 32 237 0.07 0.86 0 0.07 295.32 0.85 0.53
Hex DD 20 ED 7 56 0 7 127 55 35
Octal 335 40 355 7 126 0 7 447 125 65
Binary 11011101 100000 11101101 111 1010110 0 111 100100111 1010101 110101

Color Harmonies of #DD20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20ED

Black with #DD20ED

Text Example


Text Example

White with #DD20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20ED; }

 p { color: rgb(221,32,237); }

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

background-color css

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

 a { background-color: rgb(221,32,237); }

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

border-color css

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

 span { border-color: rgb(221,32,237); }

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