Html Css Color HEX #D327FA Psychedelic Purple

📋 copy color: '#D327FA'

red 211 ◦ green 39 ◦ blue 250

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

Shades of Psychedelic Purple #D327FA

Tints of Psychedelic Purple #D327FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 42.2%
G = 7.8%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D327FA (or 0xD327FA) is known color: Psychedelic Purple. HEX triplet: D3, 27 and FA. RGB value is (211,39,250). Sum of RGB (Red+Green+Blue) = 211+39+250=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #D327FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D327FA is #2CD805. Grayscale: #717171. Windows color (decimal): -2938886 or 16394195. OLE color: 16394195.

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

Color convert

RGB 211 39 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.91º 0.95% 0.57% -
HSV(B) 288.91º 0.84% 0.98% -
XYZ 44.84 22.2 92.36 -
YUV 114.48 204.48 196.84 -
System Red Green Blue C M Y K H S L
Decimal 211 39 250 0.16 0.84 0 0.02 288.91 0.95 0.57
Hex D3 27 FA 10 54 0 2 121 5F 39
Octal 323 47 372 20 124 0 2 441 137 71
Binary 11010011 100111 11111010 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D327FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D327FA

Black with #D327FA

Text Example


Text Example

White with #D327FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D327FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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