#D425F2

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

Shades of Psychedelic Purple #D425F2

Tints of Psychedelic Purple #D425F2

Color information

#D425F2 (or 0xD425F2) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 25 and F2. RGB value is (212,37,242). Sum of RGB (Red+Green+Blue) = 212+37+242=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 37 (14.84% from 255 or 7.54% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #D425F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D425F2 is #2BDA0D. Grayscale: #707070. Windows color (decimal): -2873870 or 15869396. OLE color: 15869396.

HSL color Cylindrical-coordinate representation of color #D425F2: hue angle of 291.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D425F2 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21237242-
CMYK0.120.8500.05
HSL291.22º88.74%54.71%-
HSV(B)291.22º84.71%94.9%-
XYZ43.8421.7385.89-
YUV112.7200.98198.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 37 (14.84% from 255) = 7.54%
BLUE value IS 242 (94.92% from 255) = 49.29%
R=43.18%
G=7.54%
B=49.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212372420.120.8500.05291.2288.7454.71
HexD425F2C55051235937
Octal32445362141250544313167
Binary11010100100101111100101100101010101011001000111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D425F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D425F2; }

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

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

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

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

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

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

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

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