Html Css Color HEX #D325EE Psychedelic Purple

📋 copy color: '#D325EE'

red 211 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #D325EE

Tints of Psychedelic Purple #D325EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 43.42%
G = 7.61%
B = 48.97%

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

#D325EE (or 0xD325EE) is known color: Psychedelic Purple. HEX triplet: D3, 25 and EE. RGB value is (211,37,238). Sum of RGB (Red+Green+Blue) = 211+37+238=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 37 (14.84% from 255 or 7.61% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #D325EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D325EE is #2CDA11. Grayscale: #6F6F6F. Windows color (decimal): -2939410 or 15607251. OLE color: 15607251.

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

Color convert

RGB 211 37 238 -
CMYK 0.11 0.84 0 0.07
HSL 291.94º 0.86% 0.54% -
HSV(B) 291.94º 0.84% 0.93% -
XYZ 42.96 21.35 82.74 -
YUV 111.94 199.15 198.66 -
System Red Green Blue C M Y K H S L
Decimal 211 37 238 0.11 0.84 0 0.07 291.94 0.86 0.54
Hex D3 25 EE B 54 0 7 124 56 36
Octal 323 45 356 13 124 0 7 444 126 66
Binary 11010011 100101 11101110 1011 1010100 0 111 100100100 1010110 110110

Color Harmonies of #D325EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D325EE

Black with #D325EE

Text Example


Text Example

White with #D325EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D325EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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