#D523E6

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

Shades of Psychedelic Purple #D523E6

Tints of Psychedelic Purple #D523E6

Color information

#D523E6 (or 0xD523E6) is unknown color: approx Psychedelic Purple. HEX triplet: D5, 23 and E6. RGB value is (213,35,230). Sum of RGB (Red+Green+Blue) = 213+35+230=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 230 - color contains mainly: blue. Hex color #D523E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D523E6 is #2ADC19. Grayscale: #6D6D6D. Windows color (decimal): -2808858 or 15082453. OLE color: 15082453.

HSL color Cylindrical-coordinate representation of color #D523E6: hue angle of 294.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D523E6 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21335230-
CMYK0.070.8500.10
HSL294.77º79.59%51.96%-
HSV(B)294.77º84.78%90.2%-
XYZ42.3221.0676.7-
YUV110.45195.47201.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.56%
GREEN value IS 35 (14.06% from 255) = 7.32%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=44.56%
G=7.32%
B=48.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal213352300.070.8500.10294.7779.5951.96
HexD523E67550A1275034
Octal32543346712501244712064
Binary11010101100011111001101111010101010101001001111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D523E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D523E6; }

 p { color: rgb(213,35,230); }

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

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

 a { background-color: rgb(213,35,230); }

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

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

 span { border-color: rgb(213,35,230); }

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