Html Css Color HEX #D327ED Psychedelic Purple

📋 copy color: '#D327ED'

red 211 ◦ green 39 ◦ blue 237

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

Shades of Psychedelic Purple #D327ED

Tints of Psychedelic Purple #D327ED

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.01%

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

R = 43.33%
G = 8.01%
B = 48.67%

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

#D327ED (or 0xD327ED) is known color: Psychedelic Purple. HEX triplet: D3, 27 and ED. RGB value is (211,39,237). Sum of RGB (Red+Green+Blue) = 211+39+237=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 39 (15.62% from 255 or 8.01% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #D327ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327ED is #2CD812. Grayscale: #707070. Windows color (decimal): -2938899 or 15542227. OLE color: 15542227.

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

Color convert

RGB 211 39 237 -
CMYK 0.11 0.84 0 0.07
HSL 292.12º 0.85% 0.54% -
HSV(B) 292.12º 0.84% 0.93% -
XYZ 42.88 21.41 81.99 -
YUV 113 197.98 197.9 -
System Red Green Blue C M Y K H S L
Decimal 211 39 237 0.11 0.84 0 0.07 292.12 0.85 0.54
Hex D3 27 ED B 54 0 7 124 55 36
Octal 323 47 355 13 124 0 7 444 125 66
Binary 11010011 100111 11101101 1011 1010100 0 111 100100100 1010101 110110

Color Harmonies of #D327ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327ED

Black with #D327ED

Text Example


Text Example

White with #D327ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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