#D425E9

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

Shades of Psychedelic Purple #D425E9

Tints of Psychedelic Purple #D425E9

Color information

#D425E9 (or 0xD425E9) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 25 and E9. RGB value is (212,37,233). Sum of RGB (Red+Green+Blue) = 212+37+233=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #D425E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425E9 is #2BDA16. Grayscale: #6F6F6F. Windows color (decimal): -2873879 or 15279572. OLE color: 15279572.

HSL color Cylindrical-coordinate representation of color #D425E9: hue angle of 293.57º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D425E9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21237233-
CMYK0.090.8400.09
HSL293.57º81.67%52.94%-
HSV(B)293.57º84.12%91.37%-
XYZ42.5221.278.94-
YUV111.67196.48199.56-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 37 (14.84% from 255) = 7.68%
BLUE value IS 233 (91.41% from 255) = 48.34%
R=43.98%
G=7.68%
B=48.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212372330.090.8400.09293.5781.6752.94
HexD425E9954091265235
Octal324453511112401144612265
Binary110101001001011110100110011010100010011001001101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D425E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D425E9; }

 p { color: rgb(212,37,233); }

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

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

 a { background-color: rgb(212,37,233); }

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

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

 span { border-color: rgb(212,37,233); }

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