Html Css Color HEX #D525FF Psychedelic Purple

📋 copy color: '#D525FF'

red 213 ◦ green 37 ◦ blue 255

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

Shades of Psychedelic Purple #D525FF

Tints of Psychedelic Purple #D525FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.5%

R = 42.18%
G = 7.33%
B = 50.5%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D525FF (or 0xD525FF) is known color: Psychedelic Purple. HEX triplet: D5, 25 and FF. RGB value is (213,37,255). Sum of RGB (Red+Green+Blue) = 213+37+255=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 37 (14.84% from 255 or 7.33% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #D525FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D525FF is #2ADA00. Grayscale: #717171. Windows color (decimal): -2808321 or 16721365. OLE color: 16721365.

HSL color Cylindrical-coordinate representation of color #D525FF: hue angle of 288.44º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D525FF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 37 255 -
CMYK 0.16 0.85 0 0
HSL 288.44º 1% 0.57% -
HSV(B) 288.44º 0.85% 1% -
XYZ 46.15 22.69 96.55 -
YUV 114.48 207.31 198.27 -
System Red Green Blue C M Y K H S L
Decimal 213 37 255 0.16 0.85 0 0 288.44 1 0.57
Hex D5 25 FF 10 55 0 0 120 64 39
Octal 325 45 377 20 125 0 0 440 144 71
Binary 11010101 100101 11111111 10000 1010101 0 0 100100000 1100100 111001

Color Harmonies of #D525FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D525FF

Black with #D525FF

Text Example


Text Example

White with #D525FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D525FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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