Html Css Color HEX #D328FD Psychedelic Purple

📋 copy color: '#D328FD'

red 211 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #D328FD

Tints of Psychedelic Purple #D328FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.2%

R = 41.87%
G = 7.94%
B = 50.2%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D328FD (or 0xD328FD) is known color: Psychedelic Purple. HEX triplet: D3, 28 and FD. RGB value is (211,40,253). Sum of RGB (Red+Green+Blue) = 211+40+253=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 40 (16.02% from 255 or 7.94% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #D328FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D328FD is #2CD702. Grayscale: #727272. Windows color (decimal): -2938627 or 16591059. OLE color: 16591059.

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

Color convert

RGB 211 40 253 -
CMYK 0.17 0.84 0 0.01
HSL 288.17º 0.98% 0.57% -
HSV(B) 288.17º 0.84% 0.99% -
XYZ 45.35 22.46 94.87 -
YUV 115.41 205.65 196.18 -
System Red Green Blue C M Y K H S L
Decimal 211 40 253 0.17 0.84 0 0.01 288.17 0.98 0.57
Hex D3 28 FD 11 54 0 1 120 62 39
Octal 323 50 375 21 124 0 1 440 142 71
Binary 11010011 101000 11111101 10001 1010100 0 1 100100000 1100010 111001

Color Harmonies of #D328FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D328FD

Black with #D328FD

Text Example


Text Example

White with #D328FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D328FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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