Html Css Color HEX #D329FD Psychedelic Purple

📋 copy color: '#D329FD'

red 211 ◦ green 41 ◦ blue 253

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

Shades of Psychedelic Purple #D329FD

Tints of Psychedelic Purple #D329FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 41.78%
G = 8.12%
B = 50.1%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D329FD (or 0xD329FD) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FD. RGB value is (211,41,253). Sum of RGB (Red+Green+Blue) = 211+41+253=505 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.78% from 505); Green value is 41 (16.41% from 255 or 8.12% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #D329FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FD is #2CD602. Grayscale: #737373. Windows color (decimal): -2938371 or 16591315. OLE color: 16591315.

HSL color Cylindrical-coordinate representation of color #D329FD: hue angle of 288.11º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D329FD is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 41 253 -
CMYK 0.17 0.84 0 0.01
HSL 288.11º 0.98% 0.58% -
HSV(B) 288.11º 0.84% 0.99% -
XYZ 45.39 22.53 94.88 -
YUV 116 205.32 195.76 -
System Red Green Blue C M Y K H S L
Decimal 211 41 253 0.17 0.84 0 0.01 288.11 0.98 0.58
Hex D3 29 FD 11 54 0 1 120 62 3A
Octal 323 51 375 21 124 0 1 440 142 72
Binary 11010011 101001 11111101 10001 1010100 0 1 100100000 1100010 111010

Color Harmonies of #D329FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329FD

Black with #D329FD

Text Example


Text Example

White with #D329FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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