Html Css Color HEX #D326FA Psychedelic Purple

📋 copy color: '#D326FA'

red 211 ◦ green 38 ◦ blue 250

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

Shades of Psychedelic Purple #D326FA

Tints of Psychedelic Purple #D326FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 42.28%
G = 7.62%
B = 50.1%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D326FA (or 0xD326FA) is known color: Psychedelic Purple. HEX triplet: D3, 26 and FA. RGB value is (211,38,250). Sum of RGB (Red+Green+Blue) = 211+38+250=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 38 (15.23% from 255 or 7.62% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #D326FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326FA is #2CD905. Grayscale: #717171. Windows color (decimal): -2939142 or 16393939. OLE color: 16393939.

HSL color Cylindrical-coordinate representation of color #D326FA: hue angle of 288.96º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D326FA is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 38 250 -
CMYK 0.16 0.85 0 0.02
HSL 288.96º 0.95% 0.56% -
HSV(B) 288.96º 0.85% 0.98% -
XYZ 44.81 22.14 92.35 -
YUV 113.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 211 38 250 0.16 0.85 0 0.02 288.96 0.95 0.56
Hex D3 26 FA 10 55 0 2 121 5F 38
Octal 323 46 372 20 125 0 2 441 137 70
Binary 11010011 100110 11111010 10000 1010101 0 10 100100001 1011111 111000

Color Harmonies of #D326FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326FA

Black with #D326FA

Text Example


Text Example

White with #D326FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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