#DD11EE

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

Shades of Psychedelic Purple #DD11EE

Tints of Psychedelic Purple #DD11EE

Color information

#DD11EE (or 0xDD11EE) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 11 and EE. RGB value is (221,17,238). Sum of RGB (Red+Green+Blue) = 221+17+238=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD11EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD11EE is #22EE11. Grayscale: #666666. Windows color (decimal): -2289170 or 15602141. OLE color: 15602141.

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

Color convert

RGB22117238-
CMYK0.070.9300.07
HSL295.38º86.67%50%-
HSV(B)295.38º92.86%93.33%-
XYZ45.4521.9582.73-
YUV103.19204.09212.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 17 (7.03% from 255) = 3.57%
BLUE value IS 238 (93.36% from 255) = 50%
R=46.43%
G=3.57%
B=50%

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
Decimal221172380.070.9300.07295.3886.6750
HexDD11EE75D071275732
Octal3352135671350744712762
Binary110111011000111101110111101110101111001001111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD11EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD11EE; }

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

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

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

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

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

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

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

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