Html Css Color HEX #DF25ED Psychedelic Purple

📋 copy color: '#DF25ED'

red 223 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #DF25ED

Tints of Psychedelic Purple #DF25ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 44.87%
G = 7.44%
B = 47.69%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF25ED (or 0xDF25ED) is known color: Psychedelic Purple. HEX triplet: DF, 25 and ED. RGB value is (223,37,237). Sum of RGB (Red+Green+Blue) = 223+37+237=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 37 (14.84% from 255 or 7.44% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF25ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF25ED is #20DA12. Grayscale: #727272. Windows color (decimal): -2152979 or 15541727. OLE color: 15541727.

HSL color Cylindrical-coordinate representation of color #DF25ED: hue angle of 295.8º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF25ED is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 37 237 -
CMYK 0.06 0.84 0 0.07
HSL 295.8º 0.85% 0.54% -
HSV(B) 295.8º 0.84% 0.93% -
XYZ 46.38 23.13 82.14 -
YUV 115.41 196.62 204.74 -
System Red Green Blue C M Y K H S L
Decimal 223 37 237 0.06 0.84 0 0.07 295.8 0.85 0.54
Hex DF 25 ED 6 54 0 7 128 55 36
Octal 337 45 355 6 124 0 7 450 125 66
Binary 11011111 100101 11101101 110 1010100 0 111 100101000 1010101 110110

Color Harmonies of #DF25ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF25ED

Black with #DF25ED

Text Example


Text Example

White with #DF25ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF25ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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