#DD00EE

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

Shades of Psychedelic Purple #DD00EE

Tints of Psychedelic Purple #DD00EE

Color information

#DD00EE (or 0xDD00EE) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 00 and EE. RGB value is (221,0,238). Sum of RGB (Red+Green+Blue) = 221+0+238=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 0 (0.39% from 255 or 0% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD00EE is #22FF11. Grayscale: #5C5C5C. Windows color (decimal): -2293522 or 15597789. OLE color: 15597789.

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

Color convert

RGB2210238-
CMYK0.07100.07
HSL295.71º100%46.67%-
HSV(B)295.71º100%93.33%-
XYZ45.2521.5582.66-
YUV93.21209.72219.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 51.85%
R=48.15%
G=0%
B=51.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22102380.07100.07295.7110046.67
HexDD0EE76407128642f
Octal335035671440745014457
Binary11011101011101110111110010001111001010001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD00EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD00EE; }

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

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

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

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

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

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

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

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