Html Css Color HEX #D328F3 Psychedelic Purple

📋 copy color: '#D328F3'

red 211 ◦ green 40 ◦ blue 243

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

Shades of Psychedelic Purple #D328F3

Tints of Psychedelic Purple #D328F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 42.71%
G = 8.1%
B = 49.19%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D328F3 (or 0xD328F3) is known color: Psychedelic Purple. HEX triplet: D3, 28 and F3. RGB value is (211,40,243). Sum of RGB (Red+Green+Blue) = 211+40+243=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #D328F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328F3 is #2CD70C. Grayscale: #717171. Windows color (decimal): -2938637 or 15935699. OLE color: 15935699.

HSL color Cylindrical-coordinate representation of color #D328F3: hue angle of 290.54º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D328F3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 40 243 -
CMYK 0.13 0.84 0 0.05
HSL 290.54º 0.89% 0.55% -
HSV(B) 290.54º 0.84% 0.95% -
XYZ 43.8 21.84 86.7 -
YUV 114.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 211 40 243 0.13 0.84 0 0.05 290.54 0.89 0.55
Hex D3 28 F3 D 54 0 5 123 59 37
Octal 323 50 363 15 124 0 5 443 131 67
Binary 11010011 101000 11110011 1101 1010100 0 101 100100011 1011001 110111

Color Harmonies of #D328F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328F3

Black with #D328F3

Text Example


Text Example

White with #D328F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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