Html Css Color HEX #D528EB Psychedelic Purple

📋 copy color: '#D528EB'

red 213 ◦ green 40 ◦ blue 235

#D528EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #D528EB

Tints of Psychedelic Purple #D528EB

RGB

 RED value IS 213 (83.59% from 255) = 43.65%

 GREEN value IS 40 (16.02% from 255) = 8.2%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 43.65%
G = 8.2%
B = 48.16%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D528EB (or 0xD528EB) is known color: Psychedelic Purple. HEX triplet: D5, 28 and EB. RGB value is (213,40,235). Sum of RGB (Red+Green+Blue) = 213+40+235=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 40 (16.02% from 255 or 8.20% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #D528EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528EB is #2AD714. Grayscale: #717171. Windows color (decimal): -2807573 or 15411413. OLE color: 15411413.

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

Color convert

RGB 213 40 235 -
CMYK 0.09 0.83 0 0.08
HSL 293.23º 0.83% 0.54% -
HSV(B) 293.23º 0.83% 0.92% -
XYZ 43.19 21.66 80.5 -
YUV 113.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 213 40 235 0.09 0.83 0 0.08 293.23 0.83 0.54
Hex D5 28 EB 9 53 0 8 125 53 36
Octal 325 50 353 11 123 0 10 445 123 66
Binary 11010101 101000 11101011 1001 1010011 0 1000 100100101 1010011 110110

Color Harmonies of #D528EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528EB

Black with #D528EB

Text Example


Text Example

White with #D528EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528EB; }

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

 H1.HeaderClassName
 {
   color: #D528EB;
 }
 .AnyTagClassName
 {
   color: #D528EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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