Html Css Color HEX #D528ED Psychedelic Purple

📋 copy color: '#D528ED'

red 213 ◦ green 40 ◦ blue 237

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

Shades of Psychedelic Purple #D528ED

Tints of Psychedelic Purple #D528ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.37%

R = 43.47%
G = 8.16%
B = 48.37%

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

#D528ED (or 0xD528ED) is known color: Psychedelic Purple. HEX triplet: D5, 28 and ED. RGB value is (213,40,237). Sum of RGB (Red+Green+Blue) = 213+40+237=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #D528ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D528ED is #2AD712. Grayscale: #717171. Windows color (decimal): -2807571 or 15542485. OLE color: 15542485.

HSL color Cylindrical-coordinate representation of color #D528ED: hue angle of 292.69º degrees, saturation: 0.85, 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 #D528ED is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 40 237 -
CMYK 0.10 0.83 0 0.07
HSL 292.69º 0.85% 0.54% -
HSV(B) 292.69º 0.83% 0.93% -
XYZ 43.49 21.78 82.03 -
YUV 114.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 213 40 237 0.10 0.83 0 0.07 292.69 0.85 0.54
Hex D5 28 ED A 53 0 7 125 55 36
Octal 325 50 355 12 123 0 7 445 125 66
Binary 11010101 101000 11101101 1010 1010011 0 111 100100101 1010101 110110

Color Harmonies of #D528ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D528ED

Black with #D528ED

Text Example


Text Example

White with #D528ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D528ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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