Html Css Color HEX #D32EF3 Psychedelic Purple

📋 copy color: '#D32EF3'

red 211 ◦ green 46 ◦ blue 243

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

Shades of Psychedelic Purple #D32EF3

Tints of Psychedelic Purple #D32EF3

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.2%

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

R = 42.2%
G = 9.2%
B = 48.6%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D32EF3 (or 0xD32EF3) is known color: Psychedelic Purple. HEX triplet: D3, 2E and F3. RGB value is (211,46,243). Sum of RGB (Red+Green+Blue) = 211+46+243=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 46 (18.36% from 255 or 9.2% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #D32EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EF3 is #2CD10C. Grayscale: #757575. Windows color (decimal): -2937101 or 15937235. OLE color: 15937235.

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

Color convert

RGB 211 46 243 -
CMYK 0.13 0.81 0 0.05
HSL 290.25º 0.89% 0.57% -
HSV(B) 290.25º 0.81% 0.95% -
XYZ 44.02 22.27 86.77 -
YUV 117.79 198.66 194.48 -
System Red Green Blue C M Y K H S L
Decimal 211 46 243 0.13 0.81 0 0.05 290.25 0.89 0.57
Hex D3 2E F3 D 51 0 5 122 59 39
Octal 323 56 363 15 121 0 5 442 131 71
Binary 11010011 101110 11110011 1101 1010001 0 101 100100010 1011001 111001

Color Harmonies of #D32EF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EF3

Black with #D32EF3

Text Example


Text Example

White with #D32EF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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