Html Css Color HEX #DD21EA Psychedelic Purple

📋 copy color: '#DD21EA'

red 221 ◦ green 33 ◦ blue 234

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

Shades of Psychedelic Purple #DD21EA

Tints of Psychedelic Purple #DD21EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 45.29%
G = 6.76%
B = 47.95%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD21EA (or 0xDD21EA) is known color: Psychedelic Purple. HEX triplet: DD, 21 and EA. RGB value is (221,33,234). Sum of RGB (Red+Green+Blue) = 221+33+234=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 33 (13.28% from 255 or 6.76% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD21EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21EA is #22DE15. Grayscale: #6F6F6F. Windows color (decimal): -2285078 or 15344093. OLE color: 15344093.

HSL color Cylindrical-coordinate representation of color #DD21EA: hue angle of 296.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD21EA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 33 234 -
CMYK 0.06 0.86 0 0.08
HSL 296.12º 0.83% 0.52% -
HSV(B) 296.12º 0.86% 0.92% -
XYZ 45.21 22.4 79.78 -
YUV 112.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 221 33 234 0.06 0.86 0 0.08 296.12 0.83 0.52
Hex DD 21 EA 6 56 0 8 128 53 34
Octal 335 41 352 6 126 0 10 450 123 64
Binary 11011101 100001 11101010 110 1010110 0 1000 100101000 1010011 110100

Color Harmonies of #DD21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21EA

Black with #DD21EA

Text Example


Text Example

White with #DD21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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