Html Css Color HEX #DD20FE Psychedelic Purple

📋 copy color: '#DD20FE'

red 221 ◦ green 32 ◦ blue 254

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

Shades of Psychedelic Purple #DD20FE

Tints of Psychedelic Purple #DD20FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 43.59%
G = 6.31%
B = 50.1%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DD20FE (or 0xDD20FE) is known color: Psychedelic Purple. HEX triplet: DD, 20 and FE. RGB value is (221,32,254). Sum of RGB (Red+Green+Blue) = 221+32+254=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD20FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD20FE is #22DF01. Grayscale: #717171. Windows color (decimal): -2285314 or 16654557. OLE color: 16654557.

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

Color convert

RGB 221 32 254 -
CMYK 0.13 0.87 0 0.00
HSL 291.08º 0.99% 0.56% -
HSV(B) 291.08º 0.87% 1% -
XYZ 48.22 23.56 95.77 -
YUV 113.82 207.12 204.45 -
System Red Green Blue C M Y K H S L
Decimal 221 32 254 0.13 0.87 0 0.00 291.08 0.99 0.56
Hex DD 20 FE D 57 0 0 123 63 38
Octal 335 40 376 15 127 0 0 443 143 70
Binary 11011101 100000 11111110 1101 1010111 0 0 100100011 1100011 111000

Color Harmonies of #DD20FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD20FE

Black with #DD20FE

Text Example


Text Example

White with #DD20FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD20FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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