Html Css Color HEX #D328FF Psychedelic Purple

📋 copy color: '#D328FF'

red 211 ◦ green 40 ◦ blue 255

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

Shades of Psychedelic Purple #D328FF

Tints of Psychedelic Purple #D328FF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.91%

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

R = 41.7%
G = 7.91%
B = 50.4%

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

#D328FF (or 0xD328FF) is known color: Psychedelic Purple. HEX triplet: D3, 28 and FF. RGB value is (211,40,255). Sum of RGB (Red+Green+Blue) = 211+40+255=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 40 (16.02% from 255 or 7.91% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #D328FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328FF is #2CD700. Grayscale: #727272. Windows color (decimal): -2938625 or 16722131. OLE color: 16722131.

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

Color convert

RGB 211 40 255 -
CMYK 0.17 0.84 0 0
HSL 287.72º 1% 0.58% -
HSV(B) 287.72º 0.84% 1% -
XYZ 45.67 22.59 96.56 -
YUV 115.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 211 40 255 0.17 0.84 0 0 287.72 1 0.58
Hex D3 28 FF 11 54 0 0 120 64 3A
Octal 323 50 377 21 124 0 0 440 144 72
Binary 11010011 101000 11111111 10001 1010100 0 0 100100000 1100100 111010

Color Harmonies of #D328FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328FF

Black with #D328FF

Text Example


Text Example

White with #D328FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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