Html Css Color HEX #D32EEA Psychedelic Purple

📋 copy color: '#D32EEA'

red 211 ◦ green 46 ◦ blue 234

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

Shades of Psychedelic Purple #D32EEA

Tints of Psychedelic Purple #D32EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.66%

R = 42.97%
G = 9.37%
B = 47.66%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D32EEA (or 0xD32EEA) is known color: Psychedelic Purple. HEX triplet: D3, 2E and EA. RGB value is (211,46,234). Sum of RGB (Red+Green+Blue) = 211+46+234=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #D32EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EEA is #2CD115. Grayscale: #747474. Windows color (decimal): -2937110 or 15347411. OLE color: 15347411.

HSL color Cylindrical-coordinate representation of color #D32EEA: hue angle of 292.66º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D32EEA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 46 234 -
CMYK 0.10 0.80 0 0.08
HSL 292.66º 0.82% 0.55% -
HSV(B) 292.66º 0.8% 0.92% -
XYZ 42.69 21.74 79.79 -
YUV 116.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 211 46 234 0.10 0.80 0 0.08 292.66 0.82 0.55
Hex D3 2E EA A 50 0 8 125 52 37
Octal 323 56 352 12 120 0 10 445 122 67
Binary 11010011 101110 11101010 1010 1010000 0 1000 100100101 1010010 110111

Color Harmonies of #D32EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EEA

Black with #D32EEA

Text Example


Text Example

White with #D32EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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