#DD0FEE

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

Shades of Psychedelic Purple #DD0FEE

Tints of Psychedelic Purple #DD0FEE

Color information

#DD0FEE (or 0xDD0FEE) is unknown color: approx Psychedelic Purple. HEX triplet: DD, 0F and EE. RGB value is (221,15,238). Sum of RGB (Red+Green+Blue) = 221+15+238=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD0FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DD0FEE is #22F011. Grayscale: #656565. Windows color (decimal): -2289682 or 15601629. OLE color: 15601629.

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

Color convert

RGB22115238-
CMYK0.070.9400.07
HSL295.43º88.14%49.61%-
HSV(B)295.43º93.7%93.33%-
XYZ45.4221.8982.72-
YUV102.02204.75212.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 15 (6.25% from 255) = 3.16%
BLUE value IS 238 (93.36% from 255) = 50.21%
R=46.62%
G=3.16%
B=50.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal221152380.070.9400.07295.4388.1449.61
HexDDFEE75E071275832
Octal3351735671360744713062
Binary11011101111111101110111101111001111001001111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD0FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD0FEE; }

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

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

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

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

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

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

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

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