Html Css Color HEX #D326FF Psychedelic Purple

📋 copy color: '#D326FF'

red 211 ◦ green 38 ◦ blue 255

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

Shades of Psychedelic Purple #D326FF

Tints of Psychedelic Purple #D326FF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.54%

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

R = 41.87%
G = 7.54%
B = 50.6%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D326FF (or 0xD326FF) is known color: Psychedelic Purple. HEX triplet: D3, 26 and FF. RGB value is (211,38,255). Sum of RGB (Red+Green+Blue) = 211+38+255=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #D326FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326FF is #2CD900. Grayscale: #717171. Windows color (decimal): -2939137 or 16721619. OLE color: 16721619.

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

Color convert

RGB 211 38 255 -
CMYK 0.17 0.85 0 0
HSL 287.83º 1% 0.57% -
HSV(B) 287.83º 0.85% 1% -
XYZ 45.61 22.46 96.54 -
YUV 114.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 211 38 255 0.17 0.85 0 0 287.83 1 0.57
Hex D3 26 FF 11 55 0 0 120 64 39
Octal 323 46 377 21 125 0 0 440 144 71
Binary 11010011 100110 11111111 10001 1010101 0 0 100100000 1100100 111001

Color Harmonies of #D326FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326FF

Black with #D326FF

Text Example


Text Example

White with #D326FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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