#D50DEB

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

Shades of Psychedelic Purple #D50DEB

Tints of Psychedelic Purple #D50DEB

Color information

#D50DEB (or 0xD50DEB) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 0D and EB. RGB value is (213,13,235). Sum of RGB (Red+Green+Blue) = 213+13+235=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 13 (5.47% from 255 or 2.82% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #D50DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D50DEB is #2AF214. Grayscale: #616161. Windows color (decimal): -2814485 or 15404501. OLE color: 15404501.

HSL color Cylindrical-coordinate representation of color #D50DEB: hue angle of 294.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50DEB is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB21313235-
CMYK0.090.9400.08
HSL294.05º89.52%48.63%-
HSV(B)294.05º94.47%92.16%-
XYZ42.5820.4380.3-
YUV98.11205.26209.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 13 (5.47% from 255) = 2.82%
BLUE value IS 235 (92.19% from 255) = 50.98%
R=46.20%
G=2.82%
B=50.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213132350.090.9400.08294.0589.5248.63
HexD5DEB95E081265a31
Octal325153531113601044613261
Binary1101010111011110101110011011110010001001001101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50DEB; }

 p { color: rgb(213,13,235); }

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

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

 a { background-color: rgb(213,13,235); }

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

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

 span { border-color: rgb(213,13,235); }

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