Html Css Color HEX #D80BF0 Psychedelic Purple

📋 copy color: '#D80BF0'

red 216 ◦ green 11 ◦ blue 240

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

Shades of Psychedelic Purple #D80BF0

Tints of Psychedelic Purple #D80BF0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.36%

 BLUE value IS 240 (94.14% from 255) = 51.39%

R = 46.25%
G = 2.36%
B = 51.39%

CMYK

 C value IS 0.1

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D80BF0 (or 0xD80BF0) is known color: Psychedelic Purple. HEX triplet: D8, 0B and F0. RGB value is (216,11,240). Sum of RGB (Red+Green+Blue) = 216+11+240=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 11 (4.69% from 255 or 2.36% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #D80BF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D80BF0 is #27F40F. Grayscale: #616161. Windows color (decimal): -2618384 or 15731672. OLE color: 15731672.

HSL color Cylindrical-coordinate representation of color #D80BF0: hue angle of 293.71º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80BF0 is Cyan = 0.1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 11 240 -
CMYK 0.1 0.95 0 0.06
HSL 293.71º 0.91% 0.49% -
HSV(B) 293.71º 0.95% 0.94% -
XYZ 44.17 21.13 84.19 -
YUV 98.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 216 11 240 0.1 0.95 0 0.06 293.71 0.91 0.49
Hex D8 B F0 A 5F 0 6 126 5B 31
Octal 330 13 360 12 137 0 6 446 133 61
Binary 11011000 1011 11110000 1010 1011111 0 110 100100110 1011011 110001

Color Harmonies of #D80BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80BF0

Black with #D80BF0

Text Example


Text Example

White with #D80BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80BF0; }

 p { color: rgb(216,11,240); }

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

background-color css

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

 a { background-color: rgb(216,11,240); }

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

border-color css

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

 span { border-color: rgb(216,11,240); }

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