#D807FE

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

Shades of Psychedelic Purple #D807FE

Tints of Psychedelic Purple #D807FE

Color information

#D807FE (or 0xD807FE) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 07 and FE. RGB value is (216,7,254). Sum of RGB (Red+Green+Blue) = 216+7+254=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #D807FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D807FE is #27F801. Grayscale: #606060. Windows color (decimal): -2619394 or 16648152. OLE color: 16648152.

HSL color Cylindrical-coordinate representation of color #D807FE: hue angle of 290.77º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807FE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2167254-
CMYK0.150.9700.00
HSL290.77º99.2%51.18%-
HSV(B)290.77º97.24%99.61%-
XYZ46.2821.9195.55-
YUV97.65216.24212.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 7 (3.12% from 255) = 1.47%
BLUE value IS 254 (99.61% from 255) = 53.25%
R=45.28%
G=1.47%
B=53.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal21672540.150.9700.00290.7799.251.18
HexD87FEF61001236333
Octal3307376171410044314363
Binary110110001111111111011111100001001001000111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D807FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D807FE; }

 p { color: rgb(216,7,254); }

 H1.HeaderClassName
 {
   color: #D807FE;
 }
 .AnyTagClassName
 {
   color: #D807FE;
 }
</style>
background-color css

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

 a { background-color: rgb(216,7,254); }

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

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

 span { border-color: rgb(216,7,254); }

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