#DA27FA

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

Shades of Psychedelic Purple #DA27FA

Tints of Psychedelic Purple #DA27FA

Color information

#DA27FA (or 0xDA27FA) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 27 and FA. RGB value is (218,39,250). Sum of RGB (Red+Green+Blue) = 218+39+250=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 39 (15.62% from 255 or 7.69% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #DA27FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DA27FA is #25D805. Grayscale: #737373. Windows color (decimal): -2480134 or 16394202. OLE color: 16394202.

HSL color Cylindrical-coordinate representation of color #DA27FA: hue angle of 290.9º 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 #DA27FA is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21839250-
CMYK0.130.8400.02
HSL290.9º95.48%56.67%-
HSV(B)290.9º84.4%98.04%-
XYZ46.8923.2692.46-
YUV116.58203.3200.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 39 (15.62% from 255) = 7.69%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=43.00%
G=7.69%
B=49.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal218392500.130.8400.02290.995.4856.67
HexDA27FAD54021235f39
Octal33247372151240244313771
Binary1101101010011111111010110110101000101001000111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA27FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA27FA; }

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

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

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

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

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

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

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

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