Html Css Color HEX #DD29F9 Psychedelic Purple

📋 copy color: '#DD29F9'

red 221 ◦ green 41 ◦ blue 249

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

Shades of Psychedelic Purple #DD29F9

Tints of Psychedelic Purple #DD29F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.73%

R = 43.25%
G = 8.02%
B = 48.73%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD29F9 (or 0xDD29F9) is known color: Psychedelic Purple. HEX triplet: DD, 29 and F9. RGB value is (221,41,249). Sum of RGB (Red+Green+Blue) = 221+41+249=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 41 (16.41% from 255 or 8.02% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD29F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29F9 is #22D606. Grayscale: #757575. Windows color (decimal): -2283015 or 16329181. OLE color: 16329181.

HSL color Cylindrical-coordinate representation of color #DD29F9: hue angle of 291.92º 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 #DD29F9 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 41 249 -
CMYK 0.11 0.84 0 0.02
HSL 291.92º 0.95% 0.57% -
HSV(B) 291.92º 0.84% 0.98% -
XYZ 47.71 23.8 91.7 -
YUV 118.53 201.63 201.09 -
System Red Green Blue C M Y K H S L
Decimal 221 41 249 0.11 0.84 0 0.02 291.92 0.95 0.57
Hex DD 29 F9 B 54 0 2 124 5F 39
Octal 335 51 371 13 124 0 2 444 137 71
Binary 11011101 101001 11111001 1011 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DD29F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29F9

Black with #DD29F9

Text Example


Text Example

White with #DD29F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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