Html Css Color HEX #D329FF Psychedelic Purple

📋 copy color: '#D329FF'

red 211 ◦ green 41 ◦ blue 255

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

Shades of Psychedelic Purple #D329FF

Tints of Psychedelic Purple #D329FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.3%

R = 41.62%
G = 8.09%
B = 50.3%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D329FF (or 0xD329FF) is known color: Psychedelic Purple. HEX triplet: D3, 29 and FF. RGB value is (211,41,255). Sum of RGB (Red+Green+Blue) = 211+41+255=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 41 (16.41% from 255 or 8.09% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #D329FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D329FF is #2CD600. Grayscale: #737373. Windows color (decimal): -2938369 or 16722387. OLE color: 16722387.

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

Color convert

RGB 211 41 255 -
CMYK 0.17 0.84 0 0
HSL 287.66º 1% 0.58% -
HSV(B) 287.66º 0.84% 1% -
XYZ 45.71 22.65 96.57 -
YUV 116.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 211 41 255 0.17 0.84 0 0 287.66 1 0.58
Hex D3 29 FF 11 54 0 0 120 64 3A
Octal 323 51 377 21 124 0 0 440 144 72
Binary 11010011 101001 11111111 10001 1010100 0 0 100100000 1100100 111010

Color Harmonies of #D329FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D329FF

Black with #D329FF

Text Example


Text Example

White with #D329FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D329FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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