#D915E8

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

Shades of Psychedelic Purple #D915E8

Tints of Psychedelic Purple #D915E8

Color information

#D915E8 (or 0xD915E8) is unknown color: approx Psychedelic Purple. HEX triplet: D9, 15 and E8. RGB value is (217,21,232). Sum of RGB (Red+Green+Blue) = 217+21+232=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 21 (8.59% from 255 or 4.47% 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 #D915E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D915E8 is #26EA17. Grayscale: #676767. Windows color (decimal): -2550296 or 15209945. OLE color: 15209945.

HSL color Cylindrical-coordinate representation of color #D915E8: hue angle of 295.73º 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 #D915E8 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21721232-
CMYK0.060.9100.09
HSL295.73º83.4%49.61%-
HSV(B)295.73º90.95%90.98%-
XYZ43.4521.1178.13-
YUV103.66200.43208.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 21 (8.59% from 255) = 4.47%
BLUE value IS 232 (91.02% from 255) = 49.36%
R=46.17%
G=4.47%
B=49.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217212320.060.9100.09295.7383.449.61
HexD915E865B091285332
Octal33125350613301145012362
Binary1101100110101111010001101011011010011001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D915E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D915E8; }

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

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

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

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

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

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

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

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