#D301EC

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

Shades of Psychedelic Purple #D301EC

Tints of Psychedelic Purple #D301EC

Color information

#D301EC (or 0xD301EC) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 01 and EC. RGB value is (211,1,236). Sum of RGB (Red+Green+Blue) = 211+1+236=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #D301EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D301EC is #2CFE13. Grayscale: #595959. Windows color (decimal): -2948628 or 15466963. OLE color: 15466963.

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

Color convert

RGB2111236-
CMYK0.111.0000.07
HSL293.62º99.16%46.47%-
HSV(B)293.62º99.58%92.55%-
XYZ42.0219.9380.99-
YUV90.58210.07213.89-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 236 (92.58% from 255) = 52.68%
R=47.10%
G=0.22%
B=52.68%

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
Decimal21112360.111.0000.07293.6299.1646.47
HexD31ECB6407126632e
Octal3231354131440744614356
Binary110100111111011001011110010001111001001101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D301EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D301EC; }

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

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

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

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

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

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

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

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