#D004EB

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

Shades of Psychedelic Purple #D004EB

Tints of Psychedelic Purple #D004EB

Color information

#D004EB (or 0xD004EB) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 04 and EB. RGB value is (208,4,235). Sum of RGB (Red+Green+Blue) = 208+4+235=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #D004EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D004EB is #2FFB14. Grayscale: #5A5A5A. Windows color (decimal): -3144469 or 15402192. OLE color: 15402192.

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

Color convert

RGB2084235-
CMYK0.110.9800.08
HSL292.99º96.65%46.86%-
HSV(B)292.99º98.3%92.16%-
XYZ41.0519.4980.2-
YUV91.33209.09211.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 4 (1.95% from 255) = 0.89%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=46.53%
G=0.89%
B=52.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal20842350.110.9800.08292.9996.6546.86
HexD04EBB6208125612f
Octal32043531314201044514157
Binary110100001001110101110111100010010001001001011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D004EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D004EB; }

 p { color: rgb(208,4,235); }

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

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

 a { background-color: rgb(208,4,235); }

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

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

 span { border-color: rgb(208,4,235); }

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