#D127FA

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

Shades of Psychedelic Purple #D127FA

Tints of Psychedelic Purple #D127FA

Color information

#D127FA (or 0xD127FA) is unknown color: approx Psychedelic Purple. HEX triplet: D1, 27 and FA. RGB value is (209,39,250). Sum of RGB (Red+Green+Blue) = 209+39+250=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #D127FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D127FA is #2ED805. Grayscale: #717171. Windows color (decimal): -3069958 or 16394193. OLE color: 16394193.

HSL color Cylindrical-coordinate representation of color #D127FA: hue angle of 288.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D127FA is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20939250-
CMYK0.160.8400.02
HSL288.34º95.48%56.67%-
HSV(B)288.34º84.4%98.04%-
XYZ44.2821.9192.34-
YUV113.88204.82195.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 39 (15.62% from 255) = 7.83%
BLUE value IS 250 (98.05% from 255) = 50.20%
R=41.97%
G=7.83%
B=50.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal209392500.160.8400.02288.3495.4856.67
HexD127FA1054021205f39
Octal32147372201240244013771
Binary11010001100111111110101000010101000101001000001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D127FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D127FA; }

 p { color: rgb(209,39,250); }

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

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

 a { background-color: rgb(209,39,250); }

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

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

 span { border-color: rgb(209,39,250); }

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