Html Css Color HEX #D32EFA Psychedelic Purple

📋 copy color: '#D32EFA'

red 211 ◦ green 46 ◦ blue 250

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

Shades of Psychedelic Purple #D32EFA

Tints of Psychedelic Purple #D32EFA

RGB

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

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

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

R = 41.62%
G = 9.07%
B = 49.31%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D32EFA (or 0xD32EFA) is known color: Psychedelic Purple. HEX triplet: D3, 2E and FA. RGB value is (211,46,250). Sum of RGB (Red+Green+Blue) = 211+46+250=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 46 (18.36% from 255 or 9.07% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #D32EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EFA is #2CD105. Grayscale: #757575. Windows color (decimal): -2937094 or 16395987. OLE color: 16395987.

HSL color Cylindrical-coordinate representation of color #D32EFA: hue angle of 288.53º degrees, saturation: 0.95, 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 #D32EFA is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 46 250 -
CMYK 0.16 0.82 0 0.02
HSL 288.53º 0.95% 0.58% -
HSV(B) 288.53º 0.82% 0.98% -
XYZ 45.1 22.71 92.45 -
YUV 118.59 202.16 193.91 -
System Red Green Blue C M Y K H S L
Decimal 211 46 250 0.16 0.82 0 0.02 288.53 0.95 0.58
Hex D3 2E FA 10 52 0 2 121 5F 3A
Octal 323 56 372 20 122 0 2 441 137 72
Binary 11010011 101110 11111010 10000 1010010 0 10 100100001 1011111 111010

Color Harmonies of #D32EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EFA

Black with #D32EFA

Text Example


Text Example

White with #D32EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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