Html Css Color HEX #DD29F1 Psychedelic Purple

📋 copy color: '#DD29F1'

red 221 ◦ green 41 ◦ blue 241

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

Shades of Psychedelic Purple #DD29F1

Tints of Psychedelic Purple #DD29F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.91%

R = 43.94%
G = 8.15%
B = 47.91%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DD29F1 (or 0xDD29F1) is known color: Psychedelic Purple. HEX triplet: DD, 29 and F1. RGB value is (221,41,241). Sum of RGB (Red+Green+Blue) = 221+41+241=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD29F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29F1 is #22D60E. Grayscale: #757575. Windows color (decimal): -2283023 or 15804893. OLE color: 15804893.

HSL color Cylindrical-coordinate representation of color #DD29F1: hue angle of 294º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD29F1 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 41 241 -
CMYK 0.08 0.83 0 0.05
HSL 294º 0.88% 0.55% -
HSV(B) 294º 0.83% 0.95% -
XYZ 46.49 23.31 85.27 -
YUV 117.62 197.63 201.74 -
System Red Green Blue C M Y K H S L
Decimal 221 41 241 0.08 0.83 0 0.05 294 0.88 0.55
Hex DD 29 F1 8 53 0 5 126 58 37
Octal 335 51 361 10 123 0 5 446 130 67
Binary 11011101 101001 11110001 1000 1010011 0 101 100100110 1011000 110111

Color Harmonies of #DD29F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29F1

Black with #DD29F1

Text Example


Text Example

White with #DD29F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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