Html Css Color HEX #DD21FF Psychedelic Purple

📋 copy color: '#DD21FF'

red 221 ◦ green 33 ◦ blue 255

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

Shades of Psychedelic Purple #DD21FF

Tints of Psychedelic Purple #DD21FF

RGB

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

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

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

R = 43.42%
G = 6.48%
B = 50.1%

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

#DD21FF (or 0xDD21FF) is known color: Psychedelic Purple. HEX triplet: DD, 21 and FF. RGB value is (221,33,255). Sum of RGB (Red+Green+Blue) = 221+33+255=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD21FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD21FF is #22DE00. Grayscale: #717171. Windows color (decimal): -2285057 or 16720349. OLE color: 16720349.

HSL color Cylindrical-coordinate representation of color #DD21FF: hue angle of 290.81º 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 #DD21FF is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 221 33 255 -
CMYK 0.13 0.87 0 0
HSL 290.81º 1% 0.56% -
HSV(B) 290.81º 0.87% 1% -
XYZ 48.41 23.68 96.63 -
YUV 114.52 207.28 203.95 -
System Red Green Blue C M Y K H S L
Decimal 221 33 255 0.13 0.87 0 0 290.81 1 0.56
Hex DD 21 FF D 57 0 0 123 64 38
Octal 335 41 377 15 127 0 0 443 144 70
Binary 11011101 100001 11111111 1101 1010111 0 0 100100011 1100100 111000

Color Harmonies of #DD21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD21FF

Black with #DD21FF

Text Example


Text Example

White with #DD21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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