#D80AE7

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

Shades of Psychedelic Purple #D80AE7

Tints of Psychedelic Purple #D80AE7

Color information

#D80AE7 (or 0xD80AE7) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 0A and E7. RGB value is (216,10,231). Sum of RGB (Red+Green+Blue) = 216+10+231=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 10 (4.30% from 255 or 2.19% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #D80AE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AE7 is #27F518. Grayscale: #606060. Windows color (decimal): -2618649 or 15141592. OLE color: 15141592.

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

Color convert

RGB21610231-
CMYK0.060.9600.09
HSL295.93º91.7%47.25%-
HSV(B)295.93º95.67%90.59%-
XYZ42.8520.5977.32-
YUV96.79203.75213.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 10 (4.30% from 255) = 2.19%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=47.26%
G=2.19%
B=50.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216102310.060.9600.09295.9391.747.25
HexD8AE7660091285c2f
Octal33012347614001145013457
Binary110110001010111001111101100000010011001010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80AE7; }

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

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

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

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

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

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

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

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