#DD06EB

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

Shades of Psychedelic Purple #DD06EB

Tints of Psychedelic Purple #DD06EB

Color information

#DD06EB (or 0xDD06EB) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 06 and EB. RGB value is (221,6,235). Sum of RGB (Red+Green+Blue) = 221+6+235=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 6 (2.73% from 255 or 1.30% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD06EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD06EB is #22F914. Grayscale: #5F5F5F. Windows color (decimal): -2291989 or 15402717. OLE color: 15402717.

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

Color convert

RGB2216235-
CMYK0.060.9700.08
HSL296.33º95.02%47.25%-
HSV(B)296.33º97.45%92.16%-
XYZ44.8821.580.38-
YUV96.39206.23216.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.84%
GREEN value IS 6 (2.73% from 255) = 1.30%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=47.84%
G=1.30%
B=50.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal22162350.060.9700.08296.3395.0247.25
HexDD6EB661081285f2f
Octal3356353614101045013757
Binary11011101110111010111101100001010001001010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD06EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD06EB; }

 p { color: rgb(221,6,235); }

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

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

 a { background-color: rgb(221,6,235); }

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

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

 span { border-color: rgb(221,6,235); }

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