#D41AE8

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

Shades of Psychedelic Purple #D41AE8

Tints of Psychedelic Purple #D41AE8

Color information

#D41AE8 (or 0xD41AE8) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 1A and E8. RGB value is (212,26,232). Sum of RGB (Red+Green+Blue) = 212+26+232=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #D41AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D41AE8 is #2BE517. Grayscale: #686868. Windows color (decimal): -2876696 or 15211220. OLE color: 15211220.

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

Color convert

RGB21226232-
CMYK0.090.8900.09
HSL294.17º81.75%50.59%-
HSV(B)294.17º88.79%90.98%-
XYZ42.0920.5678.09-
YUV105.1199.62204.25-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.11%
GREEN value IS 26 (10.55% from 255) = 5.53%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=45.11%
G=5.53%
B=49.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212262320.090.8900.09294.1781.7550.59
HexD41AE8959091265233
Octal324323501113101144612263
Binary11010100110101110100010011011001010011001001101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41AE8; }

 p { color: rgb(212,26,232); }

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

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

 a { background-color: rgb(212,26,232); }

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

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

 span { border-color: rgb(212,26,232); }

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