Html Css Color HEX #D527ED Psychedelic Purple

📋 copy color: '#D527ED'

red 213 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #D527ED

Tints of Psychedelic Purple #D527ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.98%

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

R = 43.56%
G = 7.98%
B = 48.47%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D527ED (or 0xD527ED) is known color: Psychedelic Purple. HEX triplet: D5, 27 and ED. RGB value is (213,39,237). Sum of RGB (Red+Green+Blue) = 213+39+237=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #D527ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D527ED is #2AD812. Grayscale: #707070. Windows color (decimal): -2807827 or 15542229. OLE color: 15542229.

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

Color convert

RGB 213 39 237 -
CMYK 0.10 0.84 0 0.07
HSL 292.73º 0.85% 0.54% -
HSV(B) 292.73º 0.84% 0.93% -
XYZ 43.45 21.71 82.02 -
YUV 113.6 197.65 198.9 -
System Red Green Blue C M Y K H S L
Decimal 213 39 237 0.10 0.84 0 0.07 292.73 0.85 0.54
Hex D5 27 ED A 54 0 7 125 55 36
Octal 325 47 355 12 124 0 7 445 125 66
Binary 11010101 100111 11101101 1010 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D527ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D527ED

Black with #D527ED

Text Example


Text Example

White with #D527ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D527ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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