Html Css Color HEX #D80AFE Psychedelic Purple

📋 copy color: '#D80AFE'

red 216 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #D80AFE

Tints of Psychedelic Purple #D80AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 45%
G = 2.08%
B = 52.92%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D80AFE (or 0xD80AFE) is known color: Psychedelic Purple. HEX triplet: D8, 0A and FE. RGB value is (216,10,254). Sum of RGB (Red+Green+Blue) = 216+10+254=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 10 (4.30% from 255 or 2.08% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #D80AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AFE is #27F501. Grayscale: #626262. Windows color (decimal): -2618626 or 16648920. OLE color: 16648920.

HSL color Cylindrical-coordinate representation of color #D80AFE: hue angle of 290.66º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80AFE is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 10 254 -
CMYK 0.15 0.96 0 0.00
HSL 290.66º 0.99% 0.52% -
HSV(B) 290.66º 0.96% 1% -
XYZ 46.32 21.97 95.57 -
YUV 99.41 215.25 211.16 -
System Red Green Blue C M Y K H S L
Decimal 216 10 254 0.15 0.96 0 0.00 290.66 0.99 0.52
Hex D8 A FE F 60 0 0 123 63 34
Octal 330 12 376 17 140 0 0 443 143 64
Binary 11011000 1010 11111110 1111 1100000 0 0 100100011 1100011 110100

Color Harmonies of #D80AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AFE

Black with #D80AFE

Text Example


Text Example

White with #D80AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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