#DD26ED

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

Shades of Psychedelic Purple #DD26ED

Tints of Psychedelic Purple #DD26ED

Color information

#DD26ED (or 0xDD26ED) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 26 and ED. RGB value is (221,38,237). Sum of RGB (Red+Green+Blue) = 221+38+237=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 38 (15.23% from 255 or 7.66% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD26ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD26ED is #22D912. Grayscale: #727272. Windows color (decimal): -2283795 or 15541981. OLE color: 15541981.

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

Color convert

RGB22138237-
CMYK0.070.8400.07
HSL295.18º84.68%53.92%-
HSV(B)295.18º83.97%92.94%-
XYZ45.822.8782.12-
YUV115.4196.63203.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 38 (15.23% from 255) = 7.66%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=44.56%
G=7.66%
B=47.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221382370.070.8400.07295.1884.6853.92
HexDD26ED754071275536
Octal3354635571240744712566
Binary1101110110011011101101111101010001111001001111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD26ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD26ED; }

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

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

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

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

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

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

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

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