Html Css Color HEX #DD21FA Psychedelic Purple

📋 copy color: '#DD21FA'

red 221 ◦ green 33 ◦ blue 250

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

Shades of Psychedelic Purple #DD21FA

Tints of Psychedelic Purple #DD21FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 43.85%
G = 6.55%
B = 49.6%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD21FA (or 0xDD21FA) is known color: Psychedelic Purple. HEX triplet: DD, 21 and FA. RGB value is (221,33,250). Sum of RGB (Red+Green+Blue) = 221+33+250=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 33 (13.28% from 255 or 6.55% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD21FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21FA is #22DE05. Grayscale: #717171. Windows color (decimal): -2285062 or 16392669. OLE color: 16392669.

HSL color Cylindrical-coordinate representation of color #DD21FA: hue angle of 291.98º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD21FA is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 33 250 -
CMYK 0.12 0.87 0 0.02
HSL 291.98º 0.96% 0.55% -
HSV(B) 291.98º 0.87% 0.98% -
XYZ 47.62 23.36 92.44 -
YUV 113.95 204.78 204.36 -
System Red Green Blue C M Y K H S L
Decimal 221 33 250 0.12 0.87 0 0.02 291.98 0.96 0.55
Hex DD 21 FA C 57 0 2 124 60 37
Octal 335 41 372 14 127 0 2 444 140 67
Binary 11011101 100001 11111010 1100 1010111 0 10 100100100 1100000 110111

Color Harmonies of #DD21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21FA

Black with #DD21FA

Text Example


Text Example

White with #DD21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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