Html Css Color HEX #D525ED Psychedelic Purple

📋 copy color: '#D525ED'

red 213 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #D525ED

Tints of Psychedelic Purple #D525ED

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.6%

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

R = 43.74%
G = 7.6%
B = 48.67%

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

#D525ED (or 0xD525ED) is known color: Psychedelic Purple. HEX triplet: D5, 25 and ED. RGB value is (213,37,237). Sum of RGB (Red+Green+Blue) = 213+37+237=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 37 (14.84% from 255 or 7.60% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D525ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D525ED is #2ADA12. Grayscale: #6F6F6F. Windows color (decimal): -2808339 or 15541717. OLE color: 15541717.

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

Color convert

RGB 213 37 237 -
CMYK 0.10 0.84 0 0.07
HSL 292.8º 0.85% 0.54% -
HSV(B) 292.8º 0.84% 0.93% -
XYZ 43.39 21.58 82 -
YUV 112.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 213 37 237 0.10 0.84 0 0.07 292.8 0.85 0.54
Hex D5 25 ED A 54 0 7 125 55 36
Octal 325 45 355 12 124 0 7 445 125 66
Binary 11010101 100101 11101101 1010 1010100 0 111 100100101 1010101 110110

Color Harmonies of #D525ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525ED

Black with #D525ED

Text Example


Text Example

White with #D525ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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