Html Css Color HEX #D525EB Psychedelic Purple

📋 copy color: '#D525EB'

red 213 ◦ green 37 ◦ blue 235

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

Shades of Psychedelic Purple #D525EB

Tints of Psychedelic Purple #D525EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 43.92%
G = 7.63%
B = 48.45%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D525EB (or 0xD525EB) is known color: Psychedelic Purple. HEX triplet: D5, 25 and EB. RGB value is (213,37,235). Sum of RGB (Red+Green+Blue) = 213+37+235=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #D525EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D525EB is #2ADA14. Grayscale: #6F6F6F. Windows color (decimal): -2808341 or 15410645. OLE color: 15410645.

HSL color Cylindrical-coordinate representation of color #D525EB: hue angle of 293.33º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D525EB is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 37 235 -
CMYK 0.09 0.84 0 0.08
HSL 293.33º 0.83% 0.53% -
HSV(B) 293.33º 0.84% 0.92% -
XYZ 43.1 21.47 80.47 -
YUV 112.2 197.31 199.9 -
System Red Green Blue C M Y K H S L
Decimal 213 37 235 0.09 0.84 0 0.08 293.33 0.83 0.53
Hex D5 25 EB 9 54 0 8 125 53 35
Octal 325 45 353 11 124 0 10 445 123 65
Binary 11010101 100101 11101011 1001 1010100 0 1000 100100101 1010011 110101

Color Harmonies of #D525EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525EB

Black with #D525EB

Text Example


Text Example

White with #D525EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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