#D426EB

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

Shades of Psychedelic Purple #D426EB

Tints of Psychedelic Purple #D426EB

Color information

#D426EB (or 0xD426EB) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 26 and EB. RGB value is (212,38,235). Sum of RGB (Red+Green+Blue) = 212+38+235=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #D426EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D426EB is #2BD914. Grayscale: #6F6F6F. Windows color (decimal): -2873621 or 15410900. OLE color: 15410900.

HSL color Cylindrical-coordinate representation of color #D426EB: hue angle of 292.99º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D426EB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21238235-
CMYK0.100.8400.08
HSL292.99º83.12%53.53%-
HSV(B)292.99º83.83%92.16%-
XYZ42.8421.3880.47-
YUV112.48197.15198.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 38 (15.23% from 255) = 7.84%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=43.71%
G=7.84%
B=48.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212382350.100.8400.08292.9983.1253.53
HexD426EBA54081255336
Octal324463531212401044512366
Binary110101001001101110101110101010100010001001001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D426EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D426EB; }

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

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

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

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

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

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

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

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