Html Css Color HEX #D808F6 Psychedelic Purple

📋 copy color: '#D808F6'

red 216 ◦ green 8 ◦ blue 246

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

Shades of Psychedelic Purple #D808F6

Tints of Psychedelic Purple #D808F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 52.34%

R = 45.96%
G = 1.7%
B = 52.34%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D808F6 (or 0xD808F6) is known color: Psychedelic Purple. HEX triplet: D8, 08 and F6. RGB value is (216,8,246). Sum of RGB (Red+Green+Blue) = 216+8+246=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #D808F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D808F6 is #27F709. Grayscale: #606060. Windows color (decimal): -2619146 or 16124120. OLE color: 16124120.

HSL color Cylindrical-coordinate representation of color #D808F6: hue angle of 292.44º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D808F6 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 8 246 -
CMYK 0.12 0.97 0 0.04
HSL 292.44º 0.94% 0.5% -
HSV(B) 292.44º 0.97% 0.96% -
XYZ 45.04 21.43 88.95 -
YUV 97.32 211.91 212.65 -
System Red Green Blue C M Y K H S L
Decimal 216 8 246 0.12 0.97 0 0.04 292.44 0.94 0.5
Hex D8 8 F6 C 61 0 4 124 5E 32
Octal 330 10 366 14 141 0 4 444 136 62
Binary 11011000 1000 11110110 1100 1100001 0 100 100100100 1011110 110010

Color Harmonies of #D808F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D808F6

Black with #D808F6

Text Example


Text Example

White with #D808F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D808F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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