Html Css Color HEX #D32EF9 Psychedelic Purple

📋 copy color: '#D32EF9'

red 211 ◦ green 46 ◦ blue 249

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

Shades of Psychedelic Purple #D32EF9

Tints of Psychedelic Purple #D32EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 41.7%
G = 9.09%
B = 49.21%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D32EF9 (or 0xD32EF9) is known color: Psychedelic Purple. HEX triplet: D3, 2E and F9. RGB value is (211,46,249). Sum of RGB (Red+Green+Blue) = 211+46+249=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 46 (18.36% from 255 or 9.09% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #D32EF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EF9 is #2CD106. Grayscale: #757575. Windows color (decimal): -2937095 or 16330451. OLE color: 16330451.

HSL color Cylindrical-coordinate representation of color #D32EF9: hue angle of 288.77º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D32EF9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 46 249 -
CMYK 0.15 0.82 0 0.02
HSL 288.77º 0.94% 0.58% -
HSV(B) 288.77º 0.82% 0.98% -
XYZ 44.94 22.64 91.62 -
YUV 118.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 211 46 249 0.15 0.82 0 0.02 288.77 0.94 0.58
Hex D3 2E F9 F 52 0 2 121 5E 3A
Octal 323 56 371 17 122 0 2 441 136 72
Binary 11010011 101110 11111001 1111 1010010 0 10 100100001 1011110 111010

Color Harmonies of #D32EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EF9

Black with #D32EF9

Text Example


Text Example

White with #D32EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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