#D726FE

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

Shades of Psychedelic Purple #D726FE

Tints of Psychedelic Purple #D726FE

Color information

#D726FE (or 0xD726FE) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 26 and FE. RGB value is (215,38,254). Sum of RGB (Red+Green+Blue) = 215+38+254=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 38 (15.23% from 255 or 7.50% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #D726FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D726FE is #28D901. Grayscale: #727272. Windows color (decimal): -2676994 or 16656087. OLE color: 16656087.

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

Color convert

RGB21538254-
CMYK0.150.8500.00
HSL289.17º99.08%57.25%-
HSV(B)289.17º85.04%99.61%-
XYZ46.6122.9995.75-
YUV115.55206.14198.94-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.41%
GREEN value IS 38 (15.23% from 255) = 7.50%
BLUE value IS 254 (99.61% from 255) = 50.10%
R=42.41%
G=7.50%
B=50.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal215382540.150.8500.00289.1799.0857.25
HexD726FEF55001216339
Octal32746376171250044114371
Binary110101111001101111111011111010101001001000011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D726FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D726FE; }

 p { color: rgb(215,38,254); }

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

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

 a { background-color: rgb(215,38,254); }

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

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

 span { border-color: rgb(215,38,254); }

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