#D201EC

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

Shades of Psychedelic Purple #D201EC

Tints of Psychedelic Purple #D201EC

Color information

#D201EC (or 0xD201EC) is unknown color: approx Psychedelic Purple. HEX triplet: D2, 01 and EC. RGB value is (210,1,236). Sum of RGB (Red+Green+Blue) = 210+1+236=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #D201EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D201EC is #2DFE13. Grayscale: #595959. Windows color (decimal): -3014164 or 15466962. OLE color: 15466962.

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

Color convert

RGB2101236-
CMYK0.111.0000.07
HSL293.36º99.16%46.47%-
HSV(B)293.36º99.58%92.55%-
XYZ41.7319.7880.98-
YUV90.28210.24213.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.98%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 236 (92.58% from 255) = 52.80%
R=46.98%
G=0.22%
B=52.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21012360.111.0000.07293.3699.1646.47
HexD21ECB6407125632e
Octal3221354131440744514356
Binary110100101111011001011110010001111001001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D201EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D201EC; }

 p { color: rgb(210,1,236); }

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

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

 a { background-color: rgb(210,1,236); }

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

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

 span { border-color: rgb(210,1,236); }

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