#D808F6

Color #D808F6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #D808F6

Tints of Psychedelic Purple #D808F6

Color information

#D808F6 (or 0xD808F6) is unknown color: approx 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

RGB2168246-
CMYK0.120.9700.04
HSL292.44º93.7%49.8%-
HSV(B)292.44º96.75%96.47%-
XYZ45.0421.4388.95-
YUV97.32211.91212.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.96%
GREEN value IS 8 (3.52% from 255) = 1.70%
BLUE value IS 246 (96.48% from 255) = 52.34%
R=45.96%
G=1.70%
B=52.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal21682460.120.9700.04292.4493.749.8
HexD88F6C61041245e32
Octal33010366141410444413662
Binary110110001000111101101100110000101001001001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D808F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>