#D732F5

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

Shades of Psychedelic Purple #D732F5

Tints of Psychedelic Purple #D732F5

Color information

#D732F5 (or 0xD732F5) is unknown color: approx Psychedelic Purple. HEX triplet: D7, 32 and F5. RGB value is (215,50,245). Sum of RGB (Red+Green+Blue) = 215+50+245=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #D732F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D732F5 is #28CD0A. Grayscale: #787878. Windows color (decimal): -2673931 or 16069335. OLE color: 16069335.

HSL color Cylindrical-coordinate representation of color #D732F5: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D732F5 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB21550245-
CMYK0.120.8000.04
HSL290.77º90.7%57.84%-
HSV(B)290.77º79.59%96.08%-
XYZ45.6523.3288.48-
YUV121.56197.66194.64-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.16%
GREEN value IS 50 (19.92% from 255) = 9.80%
BLUE value IS 245 (96.09% from 255) = 48.04%
R=42.16%
G=9.80%
B=48.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal215502450.120.8000.04290.7790.757.84
HexD732F5C50041235b3a
Octal32762365141200444313372
Binary11010111110010111101011100101000001001001000111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D732F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D732F5; }

 p { color: rgb(215,50,245); }

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

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

 a { background-color: rgb(215,50,245); }

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

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

 span { border-color: rgb(215,50,245); }

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