Html Css Color HEX #D326EB Psychedelic Purple

📋 copy color: '#D326EB'

red 211 ◦ green 38 ◦ blue 235

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

Shades of Psychedelic Purple #D326EB

Tints of Psychedelic Purple #D326EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 43.6%
G = 7.85%
B = 48.55%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D326EB (or 0xD326EB) is known color: Psychedelic Purple. HEX triplet: D3, 26 and EB. RGB value is (211,38,235). Sum of RGB (Red+Green+Blue) = 211+38+235=484 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.60% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #D326EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326EB is #2CD914. Grayscale: #6F6F6F. Windows color (decimal): -2939157 or 15410899. OLE color: 15410899.

HSL color Cylindrical-coordinate representation of color #D326EB: hue angle of 292.69º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D326EB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 38 235 -
CMYK 0.10 0.84 0 0.08
HSL 292.69º 0.83% 0.54% -
HSV(B) 292.69º 0.84% 0.92% -
XYZ 42.55 21.23 80.45 -
YUV 112.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 211 38 235 0.10 0.84 0 0.08 292.69 0.83 0.54
Hex D3 26 EB A 54 0 8 125 53 36
Octal 323 46 353 12 124 0 10 445 123 66
Binary 11010011 100110 11101011 1010 1010100 0 1000 100100101 1010011 110110

Color Harmonies of #D326EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326EB

Black with #D326EB

Text Example


Text Example

White with #D326EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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