Html Css Color HEX #DD20FF Psychedelic Purple

📋 copy color: '#DD20FF'

red 221 ◦ green 32 ◦ blue 255

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

Shades of Psychedelic Purple #DD20FF

Tints of Psychedelic Purple #DD20FF

RGB

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

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

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

R = 43.5%
G = 6.3%
B = 50.2%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DD20FF (or 0xDD20FF) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FF. RGB value is (221,32,255). Sum of RGB (Red+Green+Blue) = 221+32+255=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD20FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FF is #22DF00. Grayscale: #717171. Windows color (decimal): -2285313 or 16720093. OLE color: 16720093.

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

Color convert

RGB 221 32 255 -
CMYK 0.13 0.87 0 0
HSL 290.85º 1% 0.56% -
HSV(B) 290.85º 0.87% 1% -
XYZ 48.39 23.63 96.62 -
YUV 113.93 207.62 204.37 -
System Red Green Blue C M Y K H S L
Decimal 221 32 255 0.13 0.87 0 0 290.85 1 0.56
Hex DD 20 FF D 57 0 0 123 64 38
Octal 335 40 377 15 127 0 0 443 144 70
Binary 11011101 100000 11111111 1101 1010111 0 0 100100011 1100100 111000

Color Harmonies of #DD20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20FF

Black with #DD20FF

Text Example


Text Example

White with #DD20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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