#DD04EC

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

Shades of Psychedelic Purple #DD04EC

Tints of Psychedelic Purple #DD04EC

Color information

#DD04EC (or 0xDD04EC) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 04 and EC. RGB value is (221,4,236). Sum of RGB (Red+Green+Blue) = 221+4+236=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD04EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD04EC is #22FB13. Grayscale: #5E5E5E. Windows color (decimal): -2292500 or 15467741. OLE color: 15467741.

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

Color convert

RGB2214236-
CMYK0.060.9800.07
HSL296.12º96.67%47.06%-
HSV(B)296.12º98.31%92.55%-
XYZ4521.5281.14-
YUV95.33207.39217.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 4 (1.95% from 255) = 0.87%
BLUE value IS 236 (92.58% from 255) = 51.19%
R=47.94%
G=0.87%
B=51.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal22142360.060.9800.07296.1296.6747.06
HexDD4EC66207128612f
Octal335435461420745014157
Binary1101110110011101100110110001001111001010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD04EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD04EC; }

 p { color: rgb(221,4,236); }

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

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

 a { background-color: rgb(221,4,236); }

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

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

 span { border-color: rgb(221,4,236); }

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