#D000ED

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

Shades of Psychedelic Purple #D000ED

Tints of Psychedelic Purple #D000ED

Color information

#D000ED (or 0xD000ED) is unknown color: approx Psychedelic Purple. HEX triplet: D0, 00 and ED. RGB value is (208,0,237). Sum of RGB (Red+Green+Blue) = 208+0+237=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #D000ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D000ED is #2FFF12. Grayscale: #585858. Windows color (decimal): -3145491 or 15532240. OLE color: 15532240.

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

Color convert

RGB2080237-
CMYK0.12100.07
HSL292.66º100%46.47%-
HSV(B)292.66º100%92.94%-
XYZ41.319.5281.71-
YUV89.21211.41212.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 53.26%
R=46.74%
G=0%
B=53.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20802370.12100.07292.6610046.47
HexD00EDC6407125642e
Octal3200355141440744514456
Binary110100000111011011100110010001111001001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D000ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D000ED; }

 p { color: rgb(208,0,237); }

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

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

 a { background-color: rgb(208,0,237); }

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

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

 span { border-color: rgb(208,0,237); }

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