#D426ED

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

Shades of Psychedelic Purple #D426ED

Tints of Psychedelic Purple #D426ED

Color information

#D426ED (or 0xD426ED) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 26 and ED. RGB value is (212,38,237). Sum of RGB (Red+Green+Blue) = 212+38+237=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D426ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426ED is #2BD912. Grayscale: #707070. Windows color (decimal): -2873619 or 15541972. OLE color: 15541972.

HSL color Cylindrical-coordinate representation of color #D426ED: hue angle of 292.46º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426ED is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB21238237-
CMYK0.110.8400.07
HSL292.46º84.68%53.92%-
HSV(B)292.46º83.97%92.94%-
XYZ43.1321.582-
YUV112.71198.15198.82-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 38 (15.23% from 255) = 7.80%
BLUE value IS 237 (92.97% from 255) = 48.67%
R=43.53%
G=7.80%
B=48.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212382370.110.8400.07292.4684.6853.92
HexD426EDB54071245536
Octal32446355131240744412566
Binary11010100100110111011011011101010001111001001001010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D426ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D426ED; }

 p { color: rgb(212,38,237); }

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

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

 a { background-color: rgb(212,38,237); }

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

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

 span { border-color: rgb(212,38,237); }

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