Html Css Color HEX #DD29FA Psychedelic Purple

📋 copy color: '#DD29FA'

red 221 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #DD29FA

Tints of Psychedelic Purple #DD29FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.01%

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

R = 43.16%
G = 8.01%
B = 48.83%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD29FA (or 0xDD29FA) is known color: Psychedelic Purple. HEX triplet: DD, 29 and FA. RGB value is (221,41,250). Sum of RGB (Red+Green+Blue) = 221+41+250=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 41 (16.41% from 255 or 8.01% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29FA is #22D605. Grayscale: #757575. Windows color (decimal): -2283014 or 16394717. OLE color: 16394717.

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

Color convert

RGB 221 41 250 -
CMYK 0.12 0.84 0 0.02
HSL 291.67º 0.95% 0.57% -
HSV(B) 291.67º 0.84% 0.98% -
XYZ 47.87 23.86 92.53 -
YUV 118.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 221 41 250 0.12 0.84 0 0.02 291.67 0.95 0.57
Hex DD 29 FA C 54 0 2 124 5F 39
Octal 335 51 372 14 124 0 2 444 137 71
Binary 11011101 101001 11111010 1100 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DD29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29FA

Black with #DD29FA

Text Example


Text Example

White with #DD29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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