#D827EA

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

Shades of Psychedelic Purple #D827EA

Tints of Psychedelic Purple #D827EA

Color information

#D827EA (or 0xD827EA) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 27 and EA. RGB value is (216,39,234). Sum of RGB (Red+Green+Blue) = 216+39+234=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #D827EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D827EA is #27D815. Grayscale: #717171. Windows color (decimal): -2611222 or 15345624. OLE color: 15345624.

HSL color Cylindrical-coordinate representation of color #D827EA: hue angle of 294.46º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D827EA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21639234-
CMYK0.080.8300.08
HSL294.46º82.28%53.53%-
HSV(B)294.46º83.33%91.76%-
XYZ43.921.9979.77-
YUV114.15195.64200.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 39 (15.62% from 255) = 7.98%
BLUE value IS 234 (91.80% from 255) = 47.85%
R=44.17%
G=7.98%
B=47.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216392340.080.8300.08294.4682.2853.53
HexD827EA853081265236
Octal330473521012301044612266
Binary110110001001111110101010001010011010001001001101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D827EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D827EA; }

 p { color: rgb(216,39,234); }

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

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

 a { background-color: rgb(216,39,234); }

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

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

 span { border-color: rgb(216,39,234); }

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