#D42FEB

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

Shades of Psychedelic Purple #D42FEB

Tints of Psychedelic Purple #D42FEB

Color information

#D42FEB (or 0xD42FEB) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 2F and EB. RGB value is (212,47,235). Sum of RGB (Red+Green+Blue) = 212+47+235=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 235 (92.19% from 255 or 47.57% from 494); Max value from RGB is 235 - color contains mainly: blue. Hex color #D42FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D42FEB is #2BD014. Grayscale: #757575. Windows color (decimal): -2871317 or 15413204. OLE color: 15413204.

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

Color convert

RGB21247235-
CMYK0.100.800.08
HSL292.66º82.46%55.29%-
HSV(B)292.66º80%92.16%-
XYZ43.1622.0380.57-
YUV117.77194.16195.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 47 (18.75% from 255) = 9.51%
BLUE value IS 235 (92.19% from 255) = 47.57%
R=42.91%
G=9.51%
B=47.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal212472350.100.800.08292.6682.4655.29
HexD42FEBA50081255237
Octal324573531212001044512267
Binary110101001011111110101110101010000010001001001011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42FEB; }

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

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

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

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

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

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

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

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