#DD0EE9

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

Shades of Psychedelic Purple #DD0EE9

Tints of Psychedelic Purple #DD0EE9

Color information

#DD0EE9 (or 0xDD0EE9) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 0E and E9. RGB value is (221,14,233). Sum of RGB (Red+Green+Blue) = 221+14+233=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 14 (5.86% from 255 or 2.99% from 468); Blue value is 233 (91.41% from 255 or 49.79% from 468); Max value from RGB is 233 - color contains mainly: blue. Hex color #DD0EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0EE9 is #22F116. Grayscale: #646464. Windows color (decimal): -2289943 or 15273693. OLE color: 15273693.

HSL color Cylindrical-coordinate representation of color #DD0EE9: hue angle of 296.71º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0EE9 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB22114233-
CMYK0.050.9400.09
HSL296.71º88.66%48.43%-
HSV(B)296.71º93.99%91.37%-
XYZ44.6821.5778.9-
YUV100.86202.58213.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.22%
GREEN value IS 14 (5.86% from 255) = 2.99%
BLUE value IS 233 (91.41% from 255) = 49.79%
R=47.22%
G=2.99%
B=49.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal221142330.050.9400.09296.7188.6648.43
HexDDEE955E091295930
Octal33516351513601145113160
Binary110111011110111010011011011110010011001010011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0EE9; }

 p { color: rgb(221,14,233); }

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

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

 a { background-color: rgb(221,14,233); }

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

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

 span { border-color: rgb(221,14,233); }

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