#DD11ED

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

Shades of Psychedelic Purple #DD11ED

Tints of Psychedelic Purple #DD11ED

Color information

#DD11ED (or 0xDD11ED) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 11 and ED. RGB value is (221,17,237). Sum of RGB (Red+Green+Blue) = 221+17+237=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 17 (7.03% from 255 or 3.58% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11ED is #22EE12. Grayscale: #666666. Windows color (decimal): -2289171 or 15536605. OLE color: 15536605.

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

Color convert

RGB22117237-
CMYK0.070.9300.07
HSL295.64º86.61%49.8%-
HSV(B)295.64º92.83%92.94%-
XYZ45.3121.8981.96-
YUV103.08203.59212.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 17 (7.03% from 255) = 3.58%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=46.53%
G=3.58%
B=49.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221172370.070.9300.07295.6486.6149.8
HexDD11ED75D071285732
Octal3352135571350745012762
Binary110111011000111101101111101110101111001010001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11ED; }

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

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

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

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

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

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

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

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