Html Css Color HEX #D326F3 Psychedelic Purple

📋 copy color: '#D326F3'

red 211 ◦ green 38 ◦ blue 243

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

Shades of Psychedelic Purple #D326F3

Tints of Psychedelic Purple #D326F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.39%

R = 42.89%
G = 7.72%
B = 49.39%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D326F3 (or 0xD326F3) is known color: Psychedelic Purple. HEX triplet: D3, 26 and F3. RGB value is (211,38,243). Sum of RGB (Red+Green+Blue) = 211+38+243=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #D326F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326F3 is #2CD90C. Grayscale: #707070. Windows color (decimal): -2939149 or 15935187. OLE color: 15935187.

HSL color Cylindrical-coordinate representation of color #D326F3: hue angle of 290.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D326F3 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 38 243 -
CMYK 0.13 0.84 0 0.05
HSL 290.63º 0.9% 0.55% -
HSV(B) 290.63º 0.84% 0.95% -
XYZ 43.73 21.71 86.68 -
YUV 113.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 211 38 243 0.13 0.84 0 0.05 290.63 0.9 0.55
Hex D3 26 F3 D 54 0 5 123 5A 37
Octal 323 46 363 15 124 0 5 443 132 67
Binary 11010011 100110 11110011 1101 1010100 0 101 100100011 1011010 110111

Color Harmonies of #D326F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326F3

Black with #D326F3

Text Example


Text Example

White with #D326F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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