Html Css Color HEX #D326E9 Psychedelic Purple

📋 copy color: '#D326E9'

red 211 ◦ green 38 ◦ blue 233

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

Shades of Psychedelic Purple #D326E9

Tints of Psychedelic Purple #D326E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.34%

R = 43.78%
G = 7.88%
B = 48.34%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D326E9 (or 0xD326E9) is known color: Psychedelic Purple. HEX triplet: D3, 26 and E9. RGB value is (211,38,233). Sum of RGB (Red+Green+Blue) = 211+38+233=482 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.78% from 482); Green value is 38 (15.23% from 255 or 7.88% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #D326E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326E9 is #2CD916. Grayscale: #6F6F6F. Windows color (decimal): -2939159 or 15279827. OLE color: 15279827.

HSL color Cylindrical-coordinate representation of color #D326E9: hue angle of 293.23º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D326E9 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 38 233 -
CMYK 0.09 0.84 0 0.09
HSL 293.23º 0.82% 0.53% -
HSV(B) 293.23º 0.84% 0.91% -
XYZ 42.27 21.12 78.94 -
YUV 111.96 196.31 198.64 -
System Red Green Blue C M Y K H S L
Decimal 211 38 233 0.09 0.84 0 0.09 293.23 0.82 0.53
Hex D3 26 E9 9 54 0 9 125 52 35
Octal 323 46 351 11 124 0 11 445 122 65
Binary 11010011 100110 11101001 1001 1010100 0 1001 100100101 1010010 110101

Color Harmonies of #D326E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326E9

Black with #D326E9

Text Example


Text Example

White with #D326E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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