Html Css Color HEX #D329FA Psychedelic Purple

📋 copy color: '#D329FA'

red 211 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #D329FA

Tints of Psychedelic Purple #D329FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.17%

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

R = 42.03%
G = 8.17%
B = 49.8%

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

#D329FA (or 0xD329FA) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FA. RGB value is (211,41,250). Sum of RGB (Red+Green+Blue) = 211+41+250=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 41 (16.41% from 255 or 8.17% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #D329FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FA is #2CD605. Grayscale: #727272. Windows color (decimal): -2938374 or 16394707. OLE color: 16394707.

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

Color convert

RGB 211 41 250 -
CMYK 0.16 0.84 0 0.02
HSL 288.8º 0.95% 0.57% -
HSV(B) 288.8º 0.84% 0.98% -
XYZ 44.91 22.34 92.39 -
YUV 115.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 211 41 250 0.16 0.84 0 0.02 288.8 0.95 0.57
Hex D3 29 FA 10 54 0 2 121 5F 39
Octal 323 51 372 20 124 0 2 441 137 71
Binary 11010011 101001 11111010 10000 1010100 0 10 100100001 1011111 111001

Color Harmonies of #D329FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329FA

Black with #D329FA

Text Example


Text Example

White with #D329FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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