#D415E8

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

Shades of Psychedelic Purple #D415E8

Tints of Psychedelic Purple #D415E8

Color information

#D415E8 (or 0xD415E8) is unknown color: approx Psychedelic Purple. HEX triplet: D4, 15 and E8. RGB value is (212,21,232). Sum of RGB (Red+Green+Blue) = 212+21+232=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #D415E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D415E8 is #2BEA17. Grayscale: #656565. Windows color (decimal): -2877976 or 15209940. OLE color: 15209940.

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

Color convert

RGB21221232-
CMYK0.090.9100.09
HSL294.31º83.4%49.61%-
HSV(B)294.31º90.95%90.98%-
XYZ41.9920.3678.06-
YUV102.16201.28206.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 21 (8.59% from 255) = 4.52%
BLUE value IS 232 (91.02% from 255) = 49.89%
R=45.59%
G=4.52%
B=49.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal212212320.090.9100.09294.3183.449.61
HexD415E895B091265332
Octal324253501113301144612362
Binary11010100101011110100010011011011010011001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D415E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D415E8; }

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

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

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

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

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

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

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

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