#DD06E4

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

Shades of Psychedelic Purple #DD06E4

Tints of Psychedelic Purple #DD06E4

Color information

#DD06E4 (or 0xDD06E4) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 06 and E4. RGB value is (221,6,228). Sum of RGB (Red+Green+Blue) = 221+6+228=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 6 (2.73% from 255 or 1.32% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #DD06E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD06E4 is #22F91B. Grayscale: #5E5E5E. Windows color (decimal): -2291996 or 14943965. OLE color: 14943965.

HSL color Cylindrical-coordinate representation of color #DD06E4: hue angle of 298.11º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD06E4 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB2216228-
CMYK0.030.9700.11
HSL298.11º94.87%45.88%-
HSV(B)298.11º97.37%89.41%-
XYZ43.8921.175.16-
YUV95.59202.73217.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 6 (2.73% from 255) = 1.32%
BLUE value IS 228 (89.45% from 255) = 50.11%
R=48.57%
G=1.32%
B=50.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22162280.030.9700.11298.1194.8745.88
HexDD6E43610B12a5f2e
Octal3356344314101345213756
Binary1101110111011100100111100001010111001010101011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD06E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD06E4; }

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

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

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

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

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

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

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

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