Html Css Color HEX #D325ED Psychedelic Purple

📋 copy color: '#D325ED'

red 211 ◦ green 37 ◦ blue 237

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

Shades of Psychedelic Purple #D325ED

Tints of Psychedelic Purple #D325ED

RGB

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

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

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

R = 43.51%
G = 7.63%
B = 48.87%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D325ED (or 0xD325ED) is known color: Psychedelic Purple. HEX triplet: D3, 25 and ED. RGB value is (211,37,237). Sum of RGB (Red+Green+Blue) = 211+37+237=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 37 (14.84% from 255 or 7.63% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #D325ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325ED is #2CDA12. Grayscale: #6F6F6F. Windows color (decimal): -2939411 or 15541715. OLE color: 15541715.

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

Color convert

RGB 211 37 237 -
CMYK 0.11 0.84 0 0.07
HSL 292.2º 0.85% 0.54% -
HSV(B) 292.2º 0.84% 0.93% -
XYZ 42.81 21.29 81.97 -
YUV 111.83 198.65 198.74 -
System Red Green Blue C M Y K H S L
Decimal 211 37 237 0.11 0.84 0 0.07 292.2 0.85 0.54
Hex D3 25 ED B 54 0 7 124 55 36
Octal 323 45 355 13 124 0 7 444 125 66
Binary 11010011 100101 11101101 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D325ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325ED

Black with #D325ED

Text Example


Text Example

White with #D325ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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