#DF26ED

Color #DF26ED Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #DF26ED

Tints of Psychedelic Purple #DF26ED

Color information

#DF26ED (or 0xDF26ED) is unknown color: approx Psychedelic Purple. HEX triplet: DF, 26 and ED. RGB value is (223,38,237). Sum of RGB (Red+Green+Blue) = 223+38+237=498 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.78% from 498); Green value is 38 (15.23% from 255 or 7.63% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF26ED is #20D912. Grayscale: #737373. Windows color (decimal): -2152723 or 15541983. OLE color: 15541983.

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

Color convert

RGB22338237-
CMYK0.060.8400.07
HSL295.78º84.68%53.92%-
HSV(B)295.78º83.97%92.94%-
XYZ46.4123.1982.15-
YUV116196.29204.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.78%
GREEN value IS 38 (15.23% from 255) = 7.63%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=44.78%
G=7.63%
B=47.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal223382370.060.8400.07295.7884.6853.92
HexDF26ED654071285536
Octal3374635561240745012566
Binary1101111110011011101101110101010001111001010001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF26ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF26ED; }

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

 H1.HeaderClassName
 {
   color: #DF26ED;
 }
 .AnyTagClassName
 {
   color: #DF26ED;
 }
</style>
background-color css

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

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

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

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

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

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