Html Css Color HEX #D32EEF Psychedelic Purple

📋 copy color: '#D32EEF'

red 211 ◦ green 46 ◦ blue 239

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

Shades of Psychedelic Purple #D32EEF

Tints of Psychedelic Purple #D32EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.19%

R = 42.54%
G = 9.27%
B = 48.19%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D32EEF (or 0xD32EEF) is known color: Psychedelic Purple. HEX triplet: D3, 2E and EF. RGB value is (211,46,239). Sum of RGB (Red+Green+Blue) = 211+46+239=496 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.54% from 496); Green value is 46 (18.36% from 255 or 9.27% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #D32EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32EEF is #2CD110. Grayscale: #747474. Windows color (decimal): -2937105 or 15675091. OLE color: 15675091.

HSL color Cylindrical-coordinate representation of color #D32EEF: hue angle of 291.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32EEF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 46 239 -
CMYK 0.12 0.81 0 0.06
HSL 291.3º 0.86% 0.56% -
HSV(B) 291.3º 0.81% 0.94% -
XYZ 43.42 22.03 83.63 -
YUV 117.34 196.66 194.81 -
System Red Green Blue C M Y K H S L
Decimal 211 46 239 0.12 0.81 0 0.06 291.3 0.86 0.56
Hex D3 2E EF C 51 0 6 123 56 38
Octal 323 56 357 14 121 0 6 443 126 70
Binary 11010011 101110 11101111 1100 1010001 0 110 100100011 1010110 111000

Color Harmonies of #D32EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32EEF

Black with #D32EEF

Text Example


Text Example

White with #D32EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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