Html Css Color HEX #DD21EE Psychedelic Purple

📋 copy color: '#DD21EE'

red 221 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #DD21EE

Tints of Psychedelic Purple #DD21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.71%

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

R = 44.92%
G = 6.71%
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

#DD21EE (or 0xDD21EE) is known color: Psychedelic Purple. HEX triplet: DD, 21 and EE. RGB value is (221,33,238). Sum of RGB (Red+Green+Blue) = 221+33+238=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 33 (13.28% from 255 or 6.71% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21EE is #22DE11. Grayscale: #6F6F6F. Windows color (decimal): -2285074 or 15606237. OLE color: 15606237.

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

Color convert

RGB 221 33 238 -
CMYK 0.07 0.86 0 0.07
HSL 295.02º 0.86% 0.53% -
HSV(B) 295.02º 0.86% 0.93% -
XYZ 45.8 22.63 82.84 -
YUV 112.58 198.78 205.33 -
System Red Green Blue C M Y K H S L
Decimal 221 33 238 0.07 0.86 0 0.07 295.02 0.86 0.53
Hex DD 21 EE 7 56 0 7 127 56 35
Octal 335 41 356 7 126 0 7 447 126 65
Binary 11011101 100001 11101110 111 1010110 0 111 100100111 1010110 110101

Color Harmonies of #DD21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21EE

Black with #DD21EE

Text Example


Text Example

White with #DD21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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