Html Css Color HEX #D32CEF Psychedelic Purple

📋 copy color: '#D32CEF'

red 211 ◦ green 44 ◦ blue 239

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

Shades of Psychedelic Purple #D32CEF

Tints of Psychedelic Purple #D32CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.91%

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

R = 42.71%
G = 8.91%
B = 48.38%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D32CEF (or 0xD32CEF) is known color: Psychedelic Purple. HEX triplet: D3, 2C and EF. RGB value is (211,44,239). Sum of RGB (Red+Green+Blue) = 211+44+239=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 44 (17.58% from 255 or 8.91% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #D32CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D32CEF is #2CD310. Grayscale: #737373. Windows color (decimal): -2937617 or 15674579. OLE color: 15674579.

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

Color convert

RGB 211 44 239 -
CMYK 0.12 0.82 0 0.06
HSL 291.38º 0.86% 0.55% -
HSV(B) 291.38º 0.82% 0.94% -
XYZ 43.34 21.88 83.6 -
YUV 116.16 197.33 195.64 -
System Red Green Blue C M Y K H S L
Decimal 211 44 239 0.12 0.82 0 0.06 291.38 0.86 0.55
Hex D3 2C EF C 52 0 6 123 56 37
Octal 323 54 357 14 122 0 6 443 126 67
Binary 11010011 101100 11101111 1100 1010010 0 110 100100011 1010110 110111

Color Harmonies of #D32CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32CEF

Black with #D32CEF

Text Example


Text Example

White with #D32CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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