#D800EE

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

Shades of Psychedelic Purple #D800EE

Tints of Psychedelic Purple #D800EE

Color information

#D800EE (or 0xD800EE) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 00 and EE. RGB value is (216,0,238). Sum of RGB (Red+Green+Blue) = 216+0+238=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #D800EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D800EE is #27FF11. Grayscale: #5A5A5A. Windows color (decimal): -2621202 or 15597784. OLE color: 15597784.

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

Color convert

RGB2160238-
CMYK0.09100.07
HSL294.45º100%46.67%-
HSV(B)294.45º100%93.33%-
XYZ43.7520.7782.59-
YUV91.72210.56216.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 52.42%
R=47.58%
G=0%
B=52.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21602380.09100.07294.4510046.67
HexD80EE96407126642f
Octal3300356111440744614457
Binary110110000111011101001110010001111001001101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D800EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D800EE; }

 p { color: rgb(216,0,238); }

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

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

 a { background-color: rgb(216,0,238); }

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

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

 span { border-color: rgb(216,0,238); }

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