Html Css Color HEX #D528EC Psychedelic Purple

📋 copy color: '#D528EC'

red 213 ◦ green 40 ◦ blue 236

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

Shades of Psychedelic Purple #D528EC

Tints of Psychedelic Purple #D528EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 43.56%
G = 8.18%
B = 48.26%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D528EC (or 0xD528EC) is known color: Psychedelic Purple. HEX triplet: D5, 28 and EC. RGB value is (213,40,236). Sum of RGB (Red+Green+Blue) = 213+40+236=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #D528EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528EC is #2AD713. Grayscale: #717171. Windows color (decimal): -2807572 or 15476949. OLE color: 15476949.

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

Color convert

RGB 213 40 236 -
CMYK 0.10 0.83 0 0.07
HSL 292.96º 0.84% 0.54% -
HSV(B) 292.96º 0.83% 0.93% -
XYZ 43.34 21.72 81.26 -
YUV 114.07 196.81 198.56 -
System Red Green Blue C M Y K H S L
Decimal 213 40 236 0.10 0.83 0 0.07 292.96 0.84 0.54
Hex D5 28 EC A 53 0 7 125 54 36
Octal 325 50 354 12 123 0 7 445 124 66
Binary 11010101 101000 11101100 1010 1010011 0 111 100100101 1010100 110110

Color Harmonies of #D528EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528EC

Black with #D528EC

Text Example


Text Example

White with #D528EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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