#D507EC

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

Shades of Psychedelic Purple #D507EC

Tints of Psychedelic Purple #D507EC

Color information

#D507EC (or 0xD507EC) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 07 and EC. RGB value is (213,7,236). Sum of RGB (Red+Green+Blue) = 213+7+236=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 7 (3.12% from 255 or 1.54% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #D507EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D507EC is #2AF813. Grayscale: #5D5D5D. Windows color (decimal): -2816020 or 15468501. OLE color: 15468501.

HSL color Cylindrical-coordinate representation of color #D507EC: hue angle of 293.97º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507EC is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2137236-
CMYK0.100.9700.07
HSL293.97º94.24%47.65%-
HSV(B)293.97º97.03%92.55%-
XYZ42.6620.3581.04-
YUV94.7207.75212.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 7 (3.12% from 255) = 1.54%
BLUE value IS 236 (92.58% from 255) = 51.75%
R=46.71%
G=1.54%
B=51.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal21372360.100.9700.07293.9794.2447.65
HexD57ECA61071265e30
Octal3257354121410744613660
Binary11010101111111011001010110000101111001001101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D507EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D507EC; }

 p { color: rgb(213,7,236); }

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

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

 a { background-color: rgb(213,7,236); }

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

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

 span { border-color: rgb(213,7,236); }

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