Html Css Color HEX #DF29FD Psychedelic Purple

📋 copy color: '#DF29FD'

red 223 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #DF29FD

Tints of Psychedelic Purple #DF29FD

RGB

 RED value IS 223 (87.5% from 255) = 43.13%

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

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

R = 43.13%
G = 7.93%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF29FD (or 0xDF29FD) is known color: Psychedelic Purple. HEX triplet: DF, 29 and FD. RGB value is (223,41,253). Sum of RGB (Red+Green+Blue) = 223+41+253=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 41 (16.41% from 255 or 7.93% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF29FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29FD is #20D602. Grayscale: #767676. Windows color (decimal): -2151939 or 16591327. OLE color: 16591327.

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

Color convert

RGB 223 41 253 -
CMYK 0.12 0.84 0 0.01
HSL 291.51º 0.98% 0.58% -
HSV(B) 291.51º 0.84% 0.99% -
XYZ 48.95 24.37 95.05 -
YUV 119.59 203.3 201.76 -
System Red Green Blue C M Y K H S L
Decimal 223 41 253 0.12 0.84 0 0.01 291.51 0.98 0.58
Hex DF 29 FD C 54 0 1 124 62 3A
Octal 337 51 375 14 124 0 1 444 142 72
Binary 11011111 101001 11111101 1100 1010100 0 1 100100100 1100010 111010

Color Harmonies of #DF29FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29FD

Black with #DF29FD

Text Example


Text Example

White with #DF29FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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