Html Css Color HEX #D329FB Psychedelic Purple

📋 copy color: '#D329FB'

red 211 ◦ green 41 ◦ blue 251

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

Shades of Psychedelic Purple #D329FB

Tints of Psychedelic Purple #D329FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 41.95%
G = 8.15%
B = 49.9%

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

#D329FB (or 0xD329FB) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FB. RGB value is (211,41,251). Sum of RGB (Red+Green+Blue) = 211+41+251=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 41 (16.41% from 255 or 8.15% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #D329FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FB is #2CD604. Grayscale: #737373. Windows color (decimal): -2938373 or 16460243. OLE color: 16460243.

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

Color convert

RGB 211 41 251 -
CMYK 0.16 0.84 0 0.02
HSL 288.57º 0.96% 0.57% -
HSV(B) 288.57º 0.84% 0.98% -
XYZ 45.07 22.4 93.21 -
YUV 115.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 211 41 251 0.16 0.84 0 0.02 288.57 0.96 0.57
Hex D3 29 FB 10 54 0 2 121 60 39
Octal 323 51 373 20 124 0 2 441 140 71
Binary 11010011 101001 11111011 10000 1010100 0 10 100100001 1100000 111001

Color Harmonies of #D329FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329FB

Black with #D329FB

Text Example


Text Example

White with #D329FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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