#D81AFF

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

Shades of Psychedelic Purple #D81AFF

Tints of Psychedelic Purple #D81AFF

Color information

#D81AFF (or 0xD81AFF) is unknown color: approx Psychedelic Purple. HEX triplet: D8, 1A and FF. RGB value is (216,26,255). Sum of RGB (Red+Green+Blue) = 216+26+255=497 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.46% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #D81AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D81AFF is #27E500. Grayscale: #6C6C6C. Windows color (decimal): -2614529 or 16718552. OLE color: 16718552.

HSL color Cylindrical-coordinate representation of color #D81AFF: hue angle of 289.78º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81AFF is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21626255-
CMYK0.150.9000
HSL289.78º100%55.1%-
HSV(B)289.78º89.8%100%-
XYZ46.7422.5696.5-
YUV108.92210.45204.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.46%
GREEN value IS 26 (10.55% from 255) = 5.23%
BLUE value IS 255 (100% from 255) = 51.31%
R=43.46%
G=5.23%
B=51.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal216262550.150.9000289.7810055.1
HexD81AFFF5A001226437
Octal33032377171320044214467
Binary11011000110101111111111111011010001001000101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81AFF; }

 p { color: rgb(216,26,255); }

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

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

 a { background-color: rgb(216,26,255); }

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

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

 span { border-color: rgb(216,26,255); }

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