Html Css Color HEX #DD29FD Psychedelic Purple

📋 copy color: '#DD29FD'

red 221 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #DD29FD

Tints of Psychedelic Purple #DD29FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.13%

R = 42.91%
G = 7.96%
B = 49.13%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DD29FD (or 0xDD29FD) is known color: Psychedelic Purple. HEX triplet: DD, 29 and FD. RGB value is (221,41,253). Sum of RGB (Red+Green+Blue) = 221+41+253=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 41 (16.41% from 255 or 7.96% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #DD29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD29FD is #22D602. Grayscale: #767676. Windows color (decimal): -2283011 or 16591325. OLE color: 16591325.

HSL color Cylindrical-coordinate representation of color #DD29FD: hue angle of 290.94º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD29FD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 41 253 -
CMYK 0.13 0.84 0 0.01
HSL 290.94º 0.98% 0.58% -
HSV(B) 290.94º 0.84% 0.99% -
XYZ 48.34 24.05 95.02 -
YUV 118.99 203.63 200.76 -
System Red Green Blue C M Y K H S L
Decimal 221 41 253 0.13 0.84 0 0.01 290.94 0.98 0.58
Hex DD 29 FD D 54 0 1 123 62 3A
Octal 335 51 375 15 124 0 1 443 142 72
Binary 11011101 101001 11111101 1101 1010100 0 1 100100011 1100010 111010

Color Harmonies of #DD29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD29FD

Black with #DD29FD

Text Example


Text Example

White with #DD29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD29FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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