#D315E8

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

Shades of Psychedelic Purple #D315E8

Tints of Psychedelic Purple #D315E8

Color information

#D315E8 (or 0xD315E8) is unknown color: approx Psychedelic Purple. HEX triplet: D3, 15 and E8. RGB value is (211,21,232). Sum of RGB (Red+Green+Blue) = 211+21+232=464 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.47% from 464); Green value is 21 (8.59% from 255 or 4.53% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #D315E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D315E8 is #2CEA17. Grayscale: #656565. Windows color (decimal): -2943512 or 15209939. OLE color: 15209939.

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

Color convert

RGB21121232-
CMYK0.090.9100.09
HSL294.03º83.4%49.61%-
HSV(B)294.03º90.95%90.98%-
XYZ41.720.2178.05-
YUV101.86201.45205.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.47%
GREEN value IS 21 (8.59% from 255) = 4.53%
BLUE value IS 232 (91.02% from 255) = 50%
R=45.47%
G=4.53%
B=50%

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
Decimal211212320.090.9100.09294.0383.449.61
HexD315E895B091265332
Octal323253501113301144612362
Binary11010011101011110100010011011011010011001001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D315E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D315E8; }

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

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

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

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

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

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

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

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