Html Css Color HEX #D329FE Psychedelic Purple

📋 copy color: '#D329FE'

red 211 ◦ green 41 ◦ blue 254

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

Shades of Psychedelic Purple #D329FE

Tints of Psychedelic Purple #D329FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.2%

R = 41.7%
G = 8.1%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D329FE (or 0xD329FE) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FE. RGB value is (211,41,254). Sum of RGB (Red+Green+Blue) = 211+41+254=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #D329FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FE is #2CD601. Grayscale: #737373. Windows color (decimal): -2938370 or 16656851. OLE color: 16656851.

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

Color convert

RGB 211 41 254 -
CMYK 0.17 0.84 0 0.00
HSL 287.89º 0.99% 0.58% -
HSV(B) 287.89º 0.84% 1% -
XYZ 45.55 22.59 95.73 -
YUV 116.11 205.82 195.68 -
System Red Green Blue C M Y K H S L
Decimal 211 41 254 0.17 0.84 0 0.00 287.89 0.99 0.58
Hex D3 29 FE 11 54 0 0 120 63 3A
Octal 323 51 376 21 124 0 0 440 143 72
Binary 11010011 101001 11111110 10001 1010100 0 0 100100000 1100011 111010

Color Harmonies of #D329FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329FE

Black with #D329FE

Text Example


Text Example

White with #D329FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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