Html Css Color HEX #DF25EA Psychedelic Purple

📋 copy color: '#DF25EA'

red 223 ◦ green 37 ◦ blue 234

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

Shades of Psychedelic Purple #DF25EA

Tints of Psychedelic Purple #DF25EA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.49%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 45.14%
G = 7.49%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF25EA (or 0xDF25EA) is known color: Psychedelic Purple. HEX triplet: DF, 25 and EA. RGB value is (223,37,234). Sum of RGB (Red+Green+Blue) = 223+37+234=494 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.14% from 494); Green value is 37 (14.84% from 255 or 7.49% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF25EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25EA is #20DA15. Grayscale: #727272. Windows color (decimal): -2152982 or 15345119. OLE color: 15345119.

HSL color Cylindrical-coordinate representation of color #DF25EA: hue angle of 296.65º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF25EA is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 37 234 -
CMYK 0.05 0.84 0 0.08
HSL 296.65º 0.82% 0.53% -
HSV(B) 296.65º 0.84% 0.92% -
XYZ 45.94 22.95 79.85 -
YUV 115.07 195.12 204.98 -
System Red Green Blue C M Y K H S L
Decimal 223 37 234 0.05 0.84 0 0.08 296.65 0.82 0.53
Hex DF 25 EA 5 54 0 8 129 52 35
Octal 337 45 352 5 124 0 10 451 122 65
Binary 11011111 100101 11101010 101 1010100 0 1000 100101001 1010010 110101

Color Harmonies of #DF25EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25EA

Black with #DF25EA

Text Example


Text Example

White with #DF25EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25EA; }

 p { color: rgb(223,37,234); }

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

background-color css

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

 a { background-color: rgb(223,37,234); }

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

border-color css

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

 span { border-color: rgb(223,37,234); }

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