Html Css Color HEX #D525E9 Psychedelic Purple

📋 copy color: '#D525E9'

red 213 ◦ green 37 ◦ blue 233

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

Shades of Psychedelic Purple #D525E9

Tints of Psychedelic Purple #D525E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 44.1%
G = 7.66%
B = 48.24%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D525E9 (or 0xD525E9) is known color: Psychedelic Purple. HEX triplet: D5, 25 and E9. RGB value is (213,37,233). Sum of RGB (Red+Green+Blue) = 213+37+233=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #D525E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D525E9 is #2ADA16. Grayscale: #6F6F6F. Windows color (decimal): -2808343 or 15279573. OLE color: 15279573.

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

Color convert

RGB 213 37 233 -
CMYK 0.09 0.84 0 0.09
HSL 293.88º 0.82% 0.53% -
HSV(B) 293.88º 0.84% 0.91% -
XYZ 42.81 21.35 78.96 -
YUV 111.97 196.31 200.06 -
System Red Green Blue C M Y K H S L
Decimal 213 37 233 0.09 0.84 0 0.09 293.88 0.82 0.53
Hex D5 25 E9 9 54 0 9 126 52 35
Octal 325 45 351 11 124 0 11 446 122 65
Binary 11010101 100101 11101001 1001 1010100 0 1001 100100110 1010010 110101

Color Harmonies of #D525E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525E9

Black with #D525E9

Text Example


Text Example

White with #D525E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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