Html Css Color HEX #D528EA Psychedelic Purple

📋 copy color: '#D528EA'

red 213 ◦ green 40 ◦ blue 234

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

Shades of Psychedelic Purple #D528EA

Tints of Psychedelic Purple #D528EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.05%

R = 43.74%
G = 8.21%
B = 48.05%

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

#D528EA (or 0xD528EA) is known color: Psychedelic Purple. HEX triplet: D5, 28 and EA. RGB value is (213,40,234). Sum of RGB (Red+Green+Blue) = 213+40+234=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 40 (16.02% from 255 or 8.21% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #D528EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528EA is #2AD715. Grayscale: #717171. Windows color (decimal): -2807574 or 15345877. OLE color: 15345877.

HSL color Cylindrical-coordinate representation of color #D528EA: hue angle of 293.51º degrees, saturation: 0.82, 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 #D528EA is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 40 234 -
CMYK 0.09 0.83 0 0.08
HSL 293.51º 0.82% 0.54% -
HSV(B) 293.51º 0.83% 0.92% -
XYZ 43.05 21.6 79.74 -
YUV 113.84 195.81 198.73 -
System Red Green Blue C M Y K H S L
Decimal 213 40 234 0.09 0.83 0 0.08 293.51 0.82 0.54
Hex D5 28 EA 9 53 0 8 126 52 36
Octal 325 50 352 11 123 0 10 446 122 66
Binary 11010101 101000 11101010 1001 1010011 0 1000 100100110 1010010 110110

Color Harmonies of #D528EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528EA

Black with #D528EA

Text Example


Text Example

White with #D528EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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