#D801F3

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

Shades of Psychedelic Purple #D801F3

Tints of Psychedelic Purple #D801F3

Color information

#D801F3 (or 0xD801F3) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 01 and F3. RGB value is (216,1,243). Sum of RGB (Red+Green+Blue) = 216+1+243=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #D801F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D801F3 is #27FE0C. Grayscale: #5C5C5C. Windows color (decimal): -2620941 or 15925720. OLE color: 15925720.

HSL color Cylindrical-coordinate representation of color #D801F3: hue angle of 293.31º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D801F3 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2161243-
CMYK0.111.0000.05
HSL293.31º99.18%47.84%-
HSV(B)293.31º99.59%95.29%-
XYZ44.5121.0986.52-
YUV92.87212.73215.82-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 1 (0.78% from 255) = 0.22%
BLUE value IS 243 (95.31% from 255) = 52.83%
R=46.96%
G=0.22%
B=52.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21612430.111.0000.05293.3199.1847.84
HexD81F3B64051256330
Octal3301363131440544514360
Binary110110001111100111011110010001011001001011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D801F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D801F3; }

 p { color: rgb(216,1,243); }

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

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

 a { background-color: rgb(216,1,243); }

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

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

 span { border-color: rgb(216,1,243); }

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