Html Css Color HEX #DD29F7 Psychedelic Purple

📋 copy color: '#DD29F7'

red 221 ◦ green 41 ◦ blue 247

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

Shades of Psychedelic Purple #DD29F7

Tints of Psychedelic Purple #DD29F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 43.42%
G = 8.06%
B = 48.53%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#DD29F7 (or 0xDD29F7) is known color: Psychedelic Purple. HEX triplet: DD, 29 and F7. RGB value is (221,41,247). Sum of RGB (Red+Green+Blue) = 221+41+247=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD29F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29F7 is #22D608. Grayscale: #757575. Windows color (decimal): -2283017 or 16198109. OLE color: 16198109.

HSL color Cylindrical-coordinate representation of color #DD29F7: hue angle of 292.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD29F7 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 41 247 -
CMYK 0.11 0.83 0 0.03
HSL 292.43º 0.93% 0.56% -
HSV(B) 292.43º 0.83% 0.97% -
XYZ 47.4 23.67 90.07 -
YUV 118.3 200.63 201.25 -
System Red Green Blue C M Y K H S L
Decimal 221 41 247 0.11 0.83 0 0.03 292.43 0.93 0.56
Hex DD 29 F7 B 53 0 3 124 5D 38
Octal 335 51 367 13 123 0 3 444 135 70
Binary 11011101 101001 11110111 1011 1010011 0 11 100100100 1011101 111000

Color Harmonies of #DD29F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29F7

Black with #DD29F7

Text Example


Text Example

White with #DD29F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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