#D80AEB

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

Shades of Psychedelic Purple #D80AEB

Tints of Psychedelic Purple #D80AEB

Color information

#D80AEB (or 0xD80AEB) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 0A and EB. RGB value is (216,10,235). Sum of RGB (Red+Green+Blue) = 216+10+235=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D80AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AEB is #27F514. Grayscale: #606060. Windows color (decimal): -2618645 or 15403736. OLE color: 15403736.

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

Color convert

RGB21610235-
CMYK0.080.9600.08
HSL294.93º91.84%48.04%-
HSV(B)294.93º95.74%92.16%-
XYZ43.4220.8180.33-
YUV97.24205.75212.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.85%
GREEN value IS 10 (4.30% from 255) = 2.17%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=46.85%
G=2.17%
B=50.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal216102350.080.9600.08294.9391.8448.04
HexD8AEB860081275c30
Octal330123531014001044713460
Binary1101100010101110101110001100000010001001001111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80AEB; }

 p { color: rgb(216,10,235); }

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

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

 a { background-color: rgb(216,10,235); }

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

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

 span { border-color: rgb(216,10,235); }

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