#d200ed

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

Shades of Psychedelic Purple #D200ED

Tints of Psychedelic Purple #D200ED

Color information

#D200ED (or 0xD200ED) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 00 and ED. RGB value is (210,0,237). Sum of RGB (Red+Green+Blue) = 210+0+237=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 0 (0.39% from 255 or 0% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #D200ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D200ED is #2DFF12. Grayscale: #595959. Windows color (decimal): -3014419 or 15532242. OLE color: 15532242.

HSL color Cylindrical-coordinate representation of color #D200ED: hue angle of 293.16º 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 #D200ED is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2100237-
CMYK0.11100.07
HSL293.16º100%46.47%-
HSV(B)293.16º100%92.94%-
XYZ41.8619.8281.74-
YUV89.81211.07213.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 237 (92.97% from 255) = 53.02%
R=46.98%
G=0%
B=53.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21002370.11100.07293.1610046.47
HexD20EDB6407125642e
Octal3220355131440744514456
Binary110100100111011011011110010001111001001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d200ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d200ed; }

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

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

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

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

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

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

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

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