Html Css Color HEX #DD29F4 Psychedelic Purple

📋 copy color: '#DD29F4'

red 221 ◦ green 41 ◦ blue 244

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

Shades of Psychedelic Purple #DD29F4

Tints of Psychedelic Purple #DD29F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.22%

R = 43.68%
G = 8.1%
B = 48.22%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DD29F4 (or 0xDD29F4) is known color: Psychedelic Purple. HEX triplet: DD, 29 and F4. RGB value is (221,41,244). Sum of RGB (Red+Green+Blue) = 221+41+244=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #DD29F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29F4 is #22D60B. Grayscale: #757575. Windows color (decimal): -2283020 or 16001501. OLE color: 16001501.

HSL color Cylindrical-coordinate representation of color #DD29F4: hue angle of 293.2º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD29F4 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 41 244 -
CMYK 0.09 0.83 0 0.04
HSL 293.2º 0.9% 0.56% -
HSV(B) 293.2º 0.83% 0.96% -
XYZ 46.94 23.49 87.65 -
YUV 117.96 199.13 201.49 -
System Red Green Blue C M Y K H S L
Decimal 221 41 244 0.09 0.83 0 0.04 293.2 0.9 0.56
Hex DD 29 F4 9 53 0 4 125 5A 38
Octal 335 51 364 11 123 0 4 445 132 70
Binary 11011101 101001 11110100 1001 1010011 0 100 100100101 1011010 111000

Color Harmonies of #DD29F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29F4

Black with #DD29F4

Text Example


Text Example

White with #DD29F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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