Html Css Color HEX #D32EEE Psychedelic Purple

📋 copy color: '#D32EEE'

red 211 ◦ green 46 ◦ blue 238

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

Shades of Psychedelic Purple #D32EEE

Tints of Psychedelic Purple #D32EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 42.63%
G = 9.29%
B = 48.08%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D32EEE (or 0xD32EEE) is known color: Psychedelic Purple. HEX triplet: D3, 2E and EE. RGB value is (211,46,238). Sum of RGB (Red+Green+Blue) = 211+46+238=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 46 (18.36% from 255 or 9.29% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #D32EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EEE is #2CD111. Grayscale: #747474. Windows color (decimal): -2937106 or 15609555. OLE color: 15609555.

HSL color Cylindrical-coordinate representation of color #D32EEE: hue angle of 291.56º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32EEE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 46 238 -
CMYK 0.11 0.81 0 0.07
HSL 291.56º 0.85% 0.56% -
HSV(B) 291.56º 0.81% 0.93% -
XYZ 43.27 21.98 82.85 -
YUV 117.22 196.16 194.89 -
System Red Green Blue C M Y K H S L
Decimal 211 46 238 0.11 0.81 0 0.07 291.56 0.85 0.56
Hex D3 2E EE B 51 0 7 124 55 38
Octal 323 56 356 13 121 0 7 444 125 70
Binary 11010011 101110 11101110 1011 1010001 0 111 100100100 1010101 111000

Color Harmonies of #D32EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EEE

Black with #D32EEE

Text Example


Text Example

White with #D32EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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