Html Css Color HEX #D80AF9 Psychedelic Purple

📋 copy color: '#D80AF9'

red 216 ◦ green 10 ◦ blue 249

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

Shades of Psychedelic Purple #D80AF9

Tints of Psychedelic Purple #D80AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 52.42%

R = 45.47%
G = 2.11%
B = 52.42%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D80AF9 (or 0xD80AF9) is known color: Psychedelic Purple. HEX triplet: D8, 0A and F9. RGB value is (216,10,249). Sum of RGB (Red+Green+Blue) = 216+10+249=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 10 (4.30% from 255 or 2.11% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #D80AF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80AF9 is #27F506. Grayscale: #626262. Windows color (decimal): -2618631 or 16321240. OLE color: 16321240.

HSL color Cylindrical-coordinate representation of color #D80AF9: hue angle of 291.72º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80AF9 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 10 249 -
CMYK 0.13 0.96 0 0.02
HSL 291.72º 0.95% 0.51% -
HSV(B) 291.72º 0.96% 0.98% -
XYZ 45.53 21.66 91.4 -
YUV 98.84 212.75 211.57 -
System Red Green Blue C M Y K H S L
Decimal 216 10 249 0.13 0.96 0 0.02 291.72 0.95 0.51
Hex D8 A F9 D 60 0 2 124 5F 33
Octal 330 12 371 15 140 0 2 444 137 63
Binary 11011000 1010 11111001 1101 1100000 0 10 100100100 1011111 110011

Color Harmonies of #D80AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80AF9

Black with #D80AF9

Text Example


Text Example

White with #D80AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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