#D103ED

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

Shades of Psychedelic Purple #D103ED

Tints of Psychedelic Purple #D103ED

Color information

#D103ED (or 0xD103ED) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 03 and ED. RGB value is (209,3,237). Sum of RGB (Red+Green+Blue) = 209+3+237=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #D103ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D103ED is #2EFC12. Grayscale: #5A5A5A. Windows color (decimal): -3079187 or 15533009. OLE color: 15533009.

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

Color convert

RGB2093237-
CMYK0.120.9900.07
HSL292.82º97.5%47.06%-
HSV(B)292.82º98.73%92.94%-
XYZ41.6119.7381.74-
YUV91.27210.25211.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.55%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=46.55%
G=0.67%
B=52.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20932370.120.9900.07292.8297.547.06
HexD13EDC6307125622f
Octal3213355141430744514257
Binary1101000111111011011100110001101111001001011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D103ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D103ED; }

 p { color: rgb(209,3,237); }

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

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

 a { background-color: rgb(209,3,237); }

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

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

 span { border-color: rgb(209,3,237); }

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