Html Css Color HEX #D808F9 Psychedelic Purple

📋 copy color: '#D808F9'

red 216 ◦ green 8 ◦ blue 249

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

Shades of Psychedelic Purple #D808F9

Tints of Psychedelic Purple #D808F9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.69%

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

R = 45.67%
G = 1.69%
B = 52.64%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D808F9 (or 0xD808F9) is known color: Psychedelic Purple. HEX triplet: D8, 08 and F9. RGB value is (216,8,249). Sum of RGB (Red+Green+Blue) = 216+8+249=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 8 (3.52% from 255 or 1.69% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #D808F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808F9 is #27F706. Grayscale: #606060. Windows color (decimal): -2619143 or 16320728. OLE color: 16320728.

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

Color convert

RGB 216 8 249 -
CMYK 0.13 0.97 0 0.02
HSL 291.78º 0.95% 0.5% -
HSV(B) 291.78º 0.97% 0.98% -
XYZ 45.5 21.61 91.4 -
YUV 97.67 213.41 212.4 -
System Red Green Blue C M Y K H S L
Decimal 216 8 249 0.13 0.97 0 0.02 291.78 0.95 0.5
Hex D8 8 F9 D 61 0 2 124 5F 32
Octal 330 10 371 15 141 0 2 444 137 62
Binary 11011000 1000 11111001 1101 1100001 0 10 100100100 1011111 110010

Color Harmonies of #D808F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808F9

Black with #D808F9

Text Example


Text Example

White with #D808F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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