#D11EE7

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

Shades of Psychedelic Purple #D11EE7

Tints of Psychedelic Purple #D11EE7

Color information

#D11EE7 (or 0xD11EE7) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 1E and E7. RGB value is (209,30,231). Sum of RGB (Red+Green+Blue) = 209+30+231=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #D11EE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D11EE7 is #2EE118. Grayscale: #696969. Windows color (decimal): -3072281 or 15146705. OLE color: 15146705.

HSL color Cylindrical-coordinate representation of color #D11EE7: hue angle of 293.43º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EE7 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20930231-
CMYK0.100.8700.09
HSL293.43º80.72%51.18%-
HSV(B)293.43º87.01%90.59%-
XYZ41.1820.2577.34-
YUV106.44198.3201.16-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 30 (12.11% from 255) = 6.38%
BLUE value IS 231 (90.62% from 255) = 49.15%
R=44.47%
G=6.38%
B=49.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal209302310.100.8700.09293.4380.7251.18
HexD11EE7A57091255133
Octal321363471212701144512163
Binary11010001111101110011110101010111010011001001011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11EE7; }

 p { color: rgb(209,30,231); }

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

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

 a { background-color: rgb(209,30,231); }

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

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

 span { border-color: rgb(209,30,231); }

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