#D82AEC

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

Shades of Psychedelic Purple #D82AEC

Tints of Psychedelic Purple #D82AEC

Color information

#D82AEC (or 0xD82AEC) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 2A and EC. RGB value is (216,42,236). Sum of RGB (Red+Green+Blue) = 216+42+236=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #D82AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D82AEC is #27D513. Grayscale: #737373. Windows color (decimal): -2610452 or 15477464. OLE color: 15477464.

HSL color Cylindrical-coordinate representation of color #D82AEC: hue angle of 293.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82AEC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21642236-
CMYK0.080.8200.07
HSL293.81º83.62%54.51%-
HSV(B)293.81º82.2%92.55%-
XYZ44.2922.3181.33-
YUV116.14195.65199.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.72%
GREEN value IS 42 (16.80% from 255) = 8.50%
BLUE value IS 236 (92.58% from 255) = 47.77%
R=43.72%
G=8.50%
B=47.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal216422360.080.8200.07293.8183.6254.51
HexD82AEC852071265437
Octal33052354101220744612467
Binary11011000101010111011001000101001001111001001101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82AEC; }

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

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

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

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

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

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

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

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