Html Css Color HEX #D325FD Psychedelic Purple

📋 copy color: '#D325FD'

red 211 ◦ green 37 ◦ blue 253

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

Shades of Psychedelic Purple #D325FD

Tints of Psychedelic Purple #D325FD

RGB

 RED value IS 211 (82.81% from 255) = 42.12%

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 42.12%
G = 7.39%
B = 50.5%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D325FD (or 0xD325FD) is known color: Psychedelic Purple. HEX triplet: D3, 25 and FD. RGB value is (211,37,253). Sum of RGB (Red+Green+Blue) = 211+37+253=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 37 (14.84% from 255 or 7.39% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #D325FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325FD is #2CDA02. Grayscale: #707070. Windows color (decimal): -2939395 or 16590291. OLE color: 16590291.

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

Color convert

RGB 211 37 253 -
CMYK 0.17 0.85 0 0.01
HSL 288.33º 0.98% 0.57% -
HSV(B) 288.33º 0.85% 0.99% -
XYZ 45.26 22.26 94.84 -
YUV 113.65 206.65 197.44 -
System Red Green Blue C M Y K H S L
Decimal 211 37 253 0.17 0.85 0 0.01 288.33 0.98 0.57
Hex D3 25 FD 11 55 0 1 120 62 39
Octal 323 45 375 21 125 0 1 440 142 71
Binary 11010011 100101 11111101 10001 1010101 0 1 100100000 1100010 111001

Color Harmonies of #D325FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325FD

Black with #D325FD

Text Example


Text Example

White with #D325FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325FD; }

 p { color: rgb(211,37,253); }

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

background-color css

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

 a { background-color: rgb(211,37,253); }

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

border-color css

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

 span { border-color: rgb(211,37,253); }

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