#D818EC

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

Shades of Psychedelic Purple #D818EC

Tints of Psychedelic Purple #D818EC

Color information

#D818EC (or 0xD818EC) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 18 and EC. RGB value is (216,24,236). Sum of RGB (Red+Green+Blue) = 216+24+236=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 24 (9.77% from 255 or 5.04% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #D818EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D818EC is #27E713. Grayscale: #686868. Windows color (decimal): -2615060 or 15472856. OLE color: 15472856.

HSL color Cylindrical-coordinate representation of color #D818EC: hue angle of 294.34º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D818EC is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21624236-
CMYK0.080.9000.07
HSL294.34º84.8%50.98%-
HSV(B)294.34º89.83%92.55%-
XYZ43.7921.3181.16-
YUV105.58201.61206.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.38%
GREEN value IS 24 (9.77% from 255) = 5.04%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=45.38%
G=5.04%
B=49.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216242360.080.9000.07294.3484.850.98
HexD818EC85A071265533
Octal33030354101320744612563
Binary1101100011000111011001000101101001111001001101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D818EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D818EC; }

 p { color: rgb(216,24,236); }

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

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

 a { background-color: rgb(216,24,236); }

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

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

 span { border-color: rgb(216,24,236); }

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