Html Css Color HEX #DF29FA Psychedelic Purple

📋 copy color: '#DF29FA'

red 223 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #DF29FA

Tints of Psychedelic Purple #DF29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 43.39%
G = 7.98%
B = 48.64%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DF29FA (or 0xDF29FA) is known color: Psychedelic Purple. HEX triplet: DF, 29 and FA. RGB value is (223,41,250). Sum of RGB (Red+Green+Blue) = 223+41+250=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 41 (16.41% from 255 or 7.98% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF29FA is #20D605. Grayscale: #767676. Windows color (decimal): -2151942 or 16394719. OLE color: 16394719.

HSL color Cylindrical-coordinate representation of color #DF29FA: hue angle of 292.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF29FA is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 41 250 -
CMYK 0.11 0.84 0 0.02
HSL 292.25º 0.95% 0.57% -
HSV(B) 292.25º 0.84% 0.98% -
XYZ 48.48 24.18 92.55 -
YUV 119.24 201.8 202.01 -
System Red Green Blue C M Y K H S L
Decimal 223 41 250 0.11 0.84 0 0.02 292.25 0.95 0.57
Hex DF 29 FA B 54 0 2 124 5F 39
Octal 337 51 372 13 124 0 2 444 137 71
Binary 11011111 101001 11111010 1011 1010100 0 10 100100100 1011111 111001

Color Harmonies of #DF29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF29FA

Black with #DF29FA

Text Example


Text Example

White with #DF29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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