Html Css Color HEX #D326FB Psychedelic Purple

📋 copy color: '#D326FB'

red 211 ◦ green 38 ◦ blue 251

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

Shades of Psychedelic Purple #D326FB

Tints of Psychedelic Purple #D326FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 42.2%
G = 7.6%
B = 50.2%

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

#D326FB (or 0xD326FB) is known color: Psychedelic Purple. HEX triplet: D3, 26 and FB. RGB value is (211,38,251). Sum of RGB (Red+Green+Blue) = 211+38+251=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 38 (15.23% from 255 or 7.6% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #D326FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D326FB is #2CD904. Grayscale: #717171. Windows color (decimal): -2939141 or 16459475. OLE color: 16459475.

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

Color convert

RGB 211 38 251 -
CMYK 0.16 0.85 0 0.02
HSL 288.73º 0.96% 0.57% -
HSV(B) 288.73º 0.85% 0.98% -
XYZ 44.97 22.2 93.18 -
YUV 114.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 211 38 251 0.16 0.85 0 0.02 288.73 0.96 0.57
Hex D3 26 FB 10 55 0 2 121 60 39
Octal 323 46 373 20 125 0 2 441 140 71
Binary 11010011 100110 11111011 10000 1010101 0 10 100100001 1100000 111001

Color Harmonies of #D326FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D326FB

Black with #D326FB

Text Example


Text Example

White with #D326FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D326FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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