#DA15E8

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

Shades of Psychedelic Purple #DA15E8

Tints of Psychedelic Purple #DA15E8

Color information

#DA15E8 (or 0xDA15E8) is unknown color: approx Psychedelic Purple. HEX triplet: DA, 15 and E8. RGB value is (218,21,232). Sum of RGB (Red+Green+Blue) = 218+21+232=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 21 (8.59% from 255 or 4.46% from 471); Blue value is 232 (91.02% from 255 or 49.26% from 471); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA15E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #DA15E8 is #25EA17. Grayscale: #676767. Windows color (decimal): -2484760 or 15209946. OLE color: 15209946.

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

Color convert

RGB21821232-
CMYK0.060.9100.09
HSL296.02º83.4%49.61%-
HSV(B)296.02º90.95%90.98%-
XYZ43.7521.2778.14-
YUV103.96200.27209.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 21 (8.59% from 255) = 4.46%
BLUE value IS 232 (91.02% from 255) = 49.26%
R=46.28%
G=4.46%
B=49.26%

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
Decimal218212320.060.9100.09296.0283.449.61
HexDA15E865B091285332
Octal33225350613301145012362
Binary1101101010101111010001101011011010011001010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA15E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA15E8; }

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

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

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

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

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

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

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

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