Html Css Color HEX #D80AED Psychedelic Purple

📋 copy color: '#D80AED'

red 216 ◦ green 10 ◦ blue 237

#D80AED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D80AED

Tints of Psychedelic Purple #D80AED

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

 GREEN value IS 10 (4.3% from 255) = 2.16%

 BLUE value IS 237 (92.97% from 255) = 51.19%

R = 46.65%
G = 2.16%
B = 51.19%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D80AED (or 0xD80AED) is known color: Psychedelic Purple. HEX triplet: D8, 0A and ED. RGB value is (216,10,237). Sum of RGB (Red+Green+Blue) = 216+10+237=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #D80AED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AED is #27F512. Grayscale: #606060. Windows color (decimal): -2618643 or 15534808. OLE color: 15534808.

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

Color convert

RGB 216 10 237 -
CMYK 0.09 0.96 0 0.07
HSL 294.45º 0.92% 0.48% -
HSV(B) 294.45º 0.96% 0.93% -
XYZ 43.71 20.93 81.86 -
YUV 97.47 206.75 212.54 -
System Red Green Blue C M Y K H S L
Decimal 216 10 237 0.09 0.96 0 0.07 294.45 0.92 0.48
Hex D8 A ED 9 60 0 7 126 5C 30
Octal 330 12 355 11 140 0 7 446 134 60
Binary 11011000 1010 11101101 1001 1100000 0 111 100100110 1011100 110000

Color Harmonies of #D80AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AED

Black with #D80AED

Text Example


Text Example

White with #D80AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AED; }

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

 H1.HeaderClassName
 {
   color: #D80AED;
 }
 .AnyTagClassName
 {
   color: #D80AED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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